
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:middle;}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>').replace(/;/g,"!important;"));function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());


Cufon.registerFont({"w":230,"face":{"font-family":"Gotham Book","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-8 -287 383 58.941","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":108},"!":{"d":"32,-38r34,0r0,38r-34,0r0,-38xm41,-71r-8,-181r32,0r-8,181r-16,0","w":97},"\"":{"d":"34,-252v10,2,27,-3,34,2r-29,96r-16,0xm105,-252v10,2,27,-3,33,2r-29,96r-15,0","w":158},"#":{"d":"154,-89r13,-76r-69,0r-13,76r69,0xm55,-64r-39,0r0,-25r44,0r13,-76r-43,0r0,-25r47,0r11,-62r25,0r-10,62r68,0r11,-62r25,0r-10,62r38,0r0,25r-43,0r-13,76r42,0r0,25r-46,0r-11,64r-25,0r10,-64r-68,0r-11,64r-25,0","w":252},"$":{"d":"127,-24v46,6,71,-61,25,-78v-7,-3,-15,-6,-25,-8r0,86xm106,-228v-47,-5,-68,60,-24,77v6,3,14,5,24,8r0,-85xm205,-68v0,45,-33,64,-77,68r0,35r-23,0r0,-36v-37,-3,-62,-17,-85,-37r16,-21v20,17,40,30,70,34r0,-90v-44,-12,-76,-24,-76,-71v0,-43,33,-63,75,-66r0,-21r23,0r0,22v31,3,49,13,69,29r-16,21v-15,-13,-32,-21,-54,-26r0,89v45,11,78,24,78,70","w":228},"%":{"d":"224,-106v-45,2,-41,89,1,89v44,-1,42,-89,-1,-89xm76,-235v-45,1,-43,88,0,89v45,-1,42,-87,0,-89xm281,-62v0,38,-20,65,-57,65v-37,0,-57,-28,-57,-65v0,-35,20,-64,58,-64v36,0,56,27,56,64xm230,-252r25,0r-184,252r-26,0xm133,-191v0,37,-20,65,-57,65v-38,0,-57,-26,-57,-64v0,-37,21,-65,57,-65v37,0,57,26,57,64","w":300},"&":{"d":"45,-69v-3,43,50,59,86,40v11,-6,20,-14,30,-24r-68,-70v-27,10,-46,25,-48,54xm79,-197v0,24,14,34,25,48v26,-11,48,-19,49,-49v0,-20,-16,-36,-36,-35v-21,0,-38,15,-38,36xm231,-120v-10,23,-22,45,-36,63r44,45r-22,17r-39,-41v-21,22,-44,40,-83,40v-47,0,-79,-25,-79,-72v0,-39,29,-60,61,-72v-42,-35,-28,-120,41,-116v37,2,62,22,62,57v0,38,-28,54,-60,66r58,58v11,-16,22,-35,30,-56","w":250},"'":{"d":"34,-252v10,2,27,-3,34,2r-29,96r-16,0","w":88},"(":{"d":"53,-103v0,68,35,105,83,135r-12,19v-56,-32,-100,-76,-100,-154v0,-78,44,-123,100,-154r12,18v-48,30,-83,67,-83,136","w":156},")":{"d":"32,-257v56,31,100,76,100,154v0,77,-45,122,-100,154r-12,-19v48,-30,84,-66,84,-135v0,-69,-36,-106,-84,-136","w":156},"*":{"d":"72,-188r-37,26r-10,-17r42,-19r-42,-19r10,-17r37,26r-4,-45r19,0r-4,45r37,-26r10,17r-42,19r42,19r-10,17r-37,-26r4,45r-19,0","w":154},"+":{"d":"102,-114r-75,0r0,-26r75,0r0,-74r27,0r0,74r74,0r0,26r-74,0r0,74r-27,0r0,-74"},",":{"d":"17,31v15,-5,24,-12,24,-31r-13,0r0,-38r33,0v2,43,0,76,-40,82","w":88},"-":{"d":"23,-123r100,0r0,29r-100,0r0,-29","w":146},"\u00ad":{"d":"23,-123r100,0r0,29r-100,0r0,-29","w":146},".":{"d":"28,-38r33,0r0,38r-33,0r0,-38","w":88},"\/":{"d":"159,-287r26,0r-167,333r-26,0","w":182},"0":{"d":"52,-127v0,57,22,105,77,105v104,0,101,-208,0,-208v-55,0,-77,47,-77,103xm235,-127v0,74,-34,131,-106,131v-73,0,-107,-58,-107,-130v0,-72,35,-130,107,-130v71,0,106,57,106,129","w":257},"1":{"d":"64,-224r-47,14r-7,-23v28,-7,47,-23,83,-21r0,254r-29,0r0,-224","w":128},"2":{"d":"113,-256v65,-2,101,70,63,121v-30,41,-78,73,-116,109r133,0r0,26r-176,0r0,-22v46,-48,113,-79,141,-142v15,-34,-11,-67,-47,-66v-36,1,-50,19,-68,43r-21,-15v20,-29,42,-52,91,-54","w":215},"3":{"d":"196,-72v3,95,-143,93,-178,31r21,-18v21,43,128,58,128,-12v0,-42,-40,-50,-86,-49r-6,-17r79,-89r-123,0r0,-26r161,0r0,21r-79,88v45,5,82,22,83,71","w":220},"4":{"d":"156,-84r0,-129r-106,129r106,0xm156,-60r-133,0r-8,-20r143,-174r25,0r0,170r39,0r0,24r-39,0r0,60r-27,0r0,-60","w":241},"5":{"d":"170,-77v0,-59,-78,-64,-115,-40r-19,-12r7,-123r145,0r0,26r-120,0r-6,81v57,-26,137,-4,137,67v0,70,-78,100,-140,71v-15,-7,-28,-17,-40,-29r19,-20v29,42,132,52,132,-21","w":220},"6":{"d":"57,-78v0,38,26,57,63,57v38,0,61,-21,61,-58v0,-35,-26,-54,-61,-54v-38,0,-63,20,-63,55xm210,-80v-3,53,-36,84,-90,84v-71,0,-98,-49,-98,-124v0,-89,54,-158,145,-129v12,4,23,12,34,21r-16,22v-27,-30,-93,-33,-114,7v-10,21,-20,49,-20,80v32,-61,163,-47,159,39","w":232},"7":{"d":"163,-226r-139,0r0,-26r171,0r0,21r-114,231r-32,0","w":214},"8":{"d":"48,-69v0,62,132,65,131,0v-1,-64,-130,-64,-131,0xm56,-187v0,32,26,47,57,47v32,0,58,-15,58,-47v0,-31,-26,-44,-58,-44v-32,0,-57,14,-57,44xm208,-69v0,94,-189,99,-189,1v0,-35,24,-53,52,-62v-23,-11,-44,-26,-44,-59v0,-45,40,-67,86,-67v48,0,84,22,86,68v1,33,-21,47,-43,58v26,9,52,29,52,61","w":226},"9":{"d":"52,-172v0,37,25,56,62,56v36,0,62,-21,62,-58v0,-37,-26,-57,-64,-57v-37,0,-60,22,-60,59xm211,-133v2,91,-57,161,-148,129v-13,-4,-24,-14,-35,-23r17,-22v26,34,95,36,117,-4v11,-19,20,-47,20,-79v-29,62,-165,49,-159,-39v4,-54,36,-85,90,-85v71,0,97,48,98,123","w":232},":":{"d":"30,-38r33,0r0,38r-33,0r0,-38xm30,-186r33,0r0,38r-33,0r0,-38","w":91},";":{"d":"18,31v15,-5,26,-12,24,-31r-12,0r0,-38r33,0v3,43,-2,77,-40,82xm30,-186r33,0r0,38r-33,0r0,-38","w":91},"\u037e":{"d":"18,31v15,-5,26,-12,24,-31r-12,0r0,-38r33,0v3,43,-2,77,-40,82xm30,-186r33,0r0,38r-33,0r0,-38","w":91},"<":{"d":"26,-115r0,-24r169,-83r0,27r-139,68r139,68r0,28"},"=":{"d":"32,-98r166,0r0,27r-166,0r0,-27xm32,-182r166,0r0,26r-166,0r0,-26"},">":{"d":"36,-59r138,-67r-138,-68r0,-28r168,83r0,24r-168,84r0,-28"},"?":{"d":"72,-38r33,0r0,38r-33,0r0,-38xm95,-255v85,-8,109,112,35,137v-9,3,-19,6,-29,8r-3,39r-19,0r-5,-59v38,-4,73,-15,73,-53v-1,-31,-22,-47,-52,-47v-32,0,-49,15,-66,34r-18,-17v19,-24,43,-38,84,-42","w":193},"@":{"d":"177,-158v-62,-6,-85,110,-15,110v61,4,85,-108,15,-110xm275,31v-26,16,-56,28,-95,27v-98,-3,-156,-61,-161,-157v-8,-139,169,-197,269,-114v51,43,71,184,-22,187v-26,1,-44,-12,-50,-30v-27,47,-124,36,-124,-35v0,-75,98,-122,136,-60r5,-25r24,4r-17,103v-1,18,11,30,30,29v38,-2,51,-34,51,-74v0,-80,-62,-130,-144,-130v-89,0,-145,58,-145,145v0,89,57,145,148,145v39,0,62,-9,89,-24","w":352},"A":{"d":"199,-92r-57,-129r-58,129r115,0xm129,-254r27,0r114,254r-30,0r-30,-67r-137,0r-30,67r-29,0","w":284},"B":{"d":"210,-71v-1,-58,-87,-40,-146,-43r0,88v60,-3,146,16,146,-45xm196,-185v-1,-55,-77,-39,-132,-41r0,86v57,-1,133,12,132,-45xm239,-69v0,88,-116,66,-203,69r0,-252v81,1,188,-16,189,63v0,34,-18,48,-40,59v29,9,54,23,54,61","w":259},"C":{"d":"252,-40v-25,24,-52,44,-101,44v-78,0,-122,-52,-127,-130v-7,-119,150,-170,226,-90r-19,21v-21,-20,-42,-35,-79,-35v-61,0,-98,41,-98,104v0,62,37,104,98,104v38,0,59,-17,81,-36","w":265},"D":{"d":"228,-125v0,-84,-69,-109,-164,-101r0,200v94,7,164,-16,164,-99xm257,-127v0,111,-98,137,-221,127r0,-252r87,0v80,3,134,47,134,125","w":281},"E":{"d":"36,-252r182,0r0,26r-154,0r0,86r138,0r0,26r-138,0r0,88r156,0r0,26r-184,0r0,-252","w":241},"F":{"d":"36,-252r181,0r0,26r-153,0r0,90r137,0r0,26r-137,0r0,110r-28,0r0,-252","w":236},"G":{"d":"254,-34v-23,19,-58,39,-101,38v-81,-2,-125,-50,-129,-130v-6,-114,138,-169,221,-97r-19,22v-18,-17,-41,-29,-76,-29v-61,0,-96,43,-96,104v0,64,36,105,100,105v28,0,56,-13,72,-25r0,-63r-76,0r0,-26r104,0r0,101","w":282},"H":{"d":"36,-252r28,0r0,112r146,0r0,-112r28,0r0,252r-28,0r0,-113r-146,0r0,113r-28,0r0,-252","w":273},"I":{"d":"38,-252r29,0r0,252r-29,0r0,-252","w":104},"J":{"d":"167,-84v12,96,-121,114,-156,43r21,-18v14,21,27,36,57,36v31,0,50,-24,50,-60r0,-169r28,0r0,168","w":199},"K":{"d":"36,-252r28,0r0,150r145,-150r37,0r-108,110r112,142r-35,0r-97,-122r-54,54r0,68r-28,0r0,-252","w":258},"L":{"d":"36,-252r28,0r0,226r142,0r0,26r-170,0r0,-252","w":222},"M":{"d":"36,-252r28,0r92,138r92,-138r29,0r0,252r-29,0r0,-204r-91,135r-2,0r-92,-135r0,204r-27,0r0,-252","w":312},"N":{"d":"36,-252r26,0r159,202r0,-202r28,0r0,252r-23,0r-163,-207r0,207r-27,0r0,-252","w":284},"O":{"d":"54,-127v0,63,37,105,99,105v62,0,99,-41,99,-104v0,-63,-38,-104,-99,-104v-62,0,-99,41,-99,103xm282,-127v0,78,-49,131,-129,131v-81,0,-129,-53,-129,-130v0,-77,49,-130,129,-130v81,0,129,53,129,129","w":306},"P":{"d":"195,-170v1,-62,-68,-57,-131,-56r0,111v62,1,130,7,131,-55xm224,-172v-1,79,-76,88,-160,83r0,89r-28,0r0,-252v90,-1,189,-10,188,80","w":240},"Q":{"d":"54,-127v-5,85,91,132,157,86r-46,-40r19,-21r46,42v48,-62,10,-175,-77,-170v-62,3,-95,41,-99,103xm153,-256v115,-6,164,138,98,215r34,27r-20,22r-33,-31v-20,16,-45,27,-79,27v-81,-2,-129,-53,-129,-130v0,-77,49,-126,129,-130","w":306},"R":{"d":"206,-175v2,-63,-80,-50,-142,-51r0,103v64,-1,141,11,142,-52xm235,-177v-1,45,-29,67,-68,74r77,103r-35,0r-74,-98r-71,0r0,98r-28,0r0,-252v90,1,199,-16,199,75","w":260},"S":{"d":"208,-68v-2,94,-146,84,-189,31r18,-21v23,21,46,32,86,36v55,5,78,-65,23,-82v-49,-15,-118,-17,-117,-83v1,-83,126,-83,172,-38r-17,22v-31,-36,-141,-43,-124,30v31,49,150,22,148,105"},"T":{"d":"102,-226r-84,0r0,-26r198,0r0,26r-85,0r0,226r-29,0r0,-226","w":233},"U":{"d":"242,-108v-2,71,-36,112,-106,112v-67,0,-104,-40,-104,-109r0,-147r28,0r0,145v-1,52,27,85,77,85v48,0,76,-31,76,-83r0,-147r29,0r0,144","w":273},"V":{"d":"14,-252r32,0r89,217r90,-217r31,0r-108,254r-26,0","w":270},"W":{"d":"16,-252r31,0r72,210r69,-211r24,0r69,211r72,-210r30,0r-90,254r-24,0r-70,-205r-69,205r-24,0","w":398},"X":{"d":"113,-129r-93,-123r34,0r77,103r77,-103r33,0r-93,123r96,129r-33,0r-81,-108r-81,108r-32,0","w":261},"Y":{"d":"114,-100r-104,-152r34,0r85,126r86,-126r33,0r-105,152r0,100r-29,0r0,-100","w":257},"Z":{"d":"24,-19r163,-207r-157,0r0,-26r196,0r0,19r-163,207r163,0r0,26r-202,0r0,-19","w":249},"[":{"d":"34,-252r103,0r0,22r-77,0r0,255r77,0r0,22r-103,0r0,-299","w":158},"\\":{"d":"-2,-287r25,0r167,333r-25,0","w":182},"]":{"d":"21,25r77,0r0,-255r-77,0r0,-22r103,0r0,299r-103,0r0,-22","w":158},"^":{"d":"79,-253r22,0r56,76r-25,0r-42,-56r-43,56r-24,0","w":180},"_":{"d":"-1,35r218,0r0,23r-218,0r0,-23","w":216},"`":{"d":"52,-253r29,-13r34,52r-22,0","w":180},"a":{"d":"45,-56v1,26,22,38,47,38v39,0,67,-21,62,-68v-37,-11,-108,-16,-109,30xm153,-28v-25,46,-136,44,-136,-27v0,-64,81,-69,136,-53v9,-63,-72,-66,-111,-42r-9,-23v53,-30,148,-20,148,59r0,114r-28,0r0,-28","w":208},"b":{"d":"58,-94v0,45,26,73,67,73v41,0,65,-28,65,-72v0,-43,-24,-72,-65,-72v-41,0,-67,29,-67,71xm219,-94v0,58,-34,98,-89,98v-36,0,-56,-18,-71,-40r0,36r-28,0r0,-263r28,0r0,114v15,-21,34,-41,71,-41v56,0,89,39,89,96","w":239},"c":{"d":"48,-94v-5,72,91,94,125,46r18,16v-19,21,-39,37,-76,36v-60,-1,-92,-40,-96,-97v-5,-88,116,-129,170,-64r-18,19v-15,-13,-30,-29,-57,-28v-41,2,-63,30,-66,72","w":205},"d":{"d":"49,-94v0,44,23,73,65,73v42,0,67,-28,67,-73v0,-42,-26,-71,-67,-71v-41,0,-64,28,-65,71xm180,-37v-16,21,-34,43,-71,41v-55,-2,-89,-39,-89,-97v0,-57,34,-97,89,-97v36,0,57,18,71,40r0,-113r28,0r0,263r-28,0r0,-37","w":239},"e":{"d":"167,-104v4,-66,-92,-85,-113,-25v-3,8,-6,16,-6,25r119,0xm48,-82v-3,65,92,79,124,36r17,15v-18,20,-39,36,-77,35v-57,-2,-93,-39,-93,-97v0,-56,32,-97,90,-97v59,0,88,43,86,108r-147,0","w":213},"f":{"d":"128,-235v-34,-15,-67,2,-59,50r59,0r0,23r-59,0r0,162r-28,0r0,-162r-25,0r0,-24r25,0v-8,-60,33,-90,87,-74r0,25","w":132},"g":{"d":"49,-103v0,39,26,64,64,64v40,0,68,-24,68,-64v0,-40,-30,-63,-68,-63v-38,0,-64,23,-64,63xm208,-32v9,96,-118,111,-179,64r12,-21v43,36,146,35,140,-43r0,-22v-16,20,-38,41,-73,40v-52,-2,-85,-35,-88,-88v-6,-89,122,-114,160,-51r0,-33r28,0r0,154","w":239},"h":{"d":"114,-165v-73,0,-52,95,-55,165r-28,0r0,-263r28,0r0,109v12,-19,31,-36,63,-36v91,0,70,104,72,190r-28,0v-4,-68,22,-165,-52,-165","w":221},"i":{"d":"33,-186r28,0r0,186r-28,0r0,-186xm32,-257r31,0r0,30r-31,0r0,-30","w":94},"j":{"d":"61,11v1,37,-25,54,-62,46r0,-23v20,3,34,-2,34,-24r0,-196r28,0r0,197xm32,-257r31,0r0,30r-31,0r0,-30","w":94},"k":{"d":"31,-263r28,0r0,182r100,-105r35,0r-78,80r80,106r-33,0r-67,-87r-37,38r0,49r-28,0r0,-263","w":204},"l":{"d":"33,-263r28,0r0,263r-28,0r0,-263","w":94},"m":{"d":"111,-165v-71,1,-48,96,-52,165r-28,0r0,-186r28,0r0,31v13,-18,29,-35,60,-35v30,-1,50,17,60,37v13,-21,32,-37,65,-37v88,-3,67,106,69,190r-28,0v-5,-66,21,-166,-48,-165v-70,0,-47,97,-51,165r-28,0v-4,-65,21,-165,-47,-165","w":342},"n":{"d":"114,-165v-73,0,-52,95,-55,165r-28,0r0,-186r28,0r0,32v12,-19,31,-36,63,-36v91,0,70,104,72,190r-28,0v-4,-68,22,-165,-52,-165","w":221},"o":{"d":"48,-94v0,44,25,73,69,73v44,0,68,-29,68,-72v0,-43,-26,-73,-69,-73v-42,0,-68,30,-68,72xm213,-94v0,59,-37,98,-97,98v-60,0,-97,-40,-97,-97v0,-58,38,-97,98,-97v57,0,96,38,96,96","w":232},"p":{"d":"58,-94v0,45,26,73,67,73v41,0,65,-28,65,-72v0,-43,-24,-72,-65,-72v-41,0,-67,29,-67,71xm130,4v-36,0,-56,-18,-71,-40r0,94r-28,0r0,-244r28,0r0,37v15,-21,34,-41,71,-41v56,0,89,39,89,97v0,57,-34,97,-89,97","w":239},"q":{"d":"49,-94v0,44,23,73,65,73v42,0,67,-28,67,-73v0,-42,-26,-71,-67,-71v-41,0,-64,28,-65,71xm109,-190v36,0,57,18,71,40r0,-36r28,0r0,244r-28,0r0,-95v-16,21,-34,43,-71,41v-55,-2,-89,-39,-89,-97v0,-57,34,-97,89,-97","w":239},"r":{"d":"135,-159v-79,-3,-79,78,-76,159r-28,0r0,-186r28,0r0,48v13,-28,35,-53,76,-51r0,30","w":145},"s":{"d":"140,-89v41,32,7,98,-47,93v-30,-3,-59,-13,-78,-28r15,-20v17,14,38,21,64,24v31,3,54,-36,24,-51v-34,-18,-93,-15,-94,-65v-2,-63,92,-63,131,-33r-13,21v-23,-23,-106,-28,-87,21v19,20,62,21,85,38","w":179},"t":{"d":"68,-53v-3,34,37,36,59,25r0,23v-35,19,-86,4,-86,-44r0,-113r-26,0r0,-24r26,0r0,-56r27,0r0,56r59,0r0,24r-59,0r0,109","w":145},"u":{"d":"163,-32v-12,20,-32,36,-64,36v-89,0,-69,-105,-71,-190r28,0v4,68,-21,165,51,165v75,0,53,-94,56,-165r27,0r0,186r-27,0r0,-32","w":221},"v":{"d":"13,-186r30,0r63,154r63,-154r30,0r-81,187r-25,0","w":211},"w":{"d":"15,-186r30,0r49,149r50,-150r23,0r50,150r49,-149r29,0r-66,187r-24,0r-50,-146r-50,146r-25,0","w":309},"x":{"d":"87,-95r-70,-91r32,0r55,72r55,-72r31,0r-71,91r74,95r-32,0r-58,-76r-58,76r-31,0","w":206},"y":{"d":"30,27v29,17,61,2,67,-28r-85,-185r31,0r68,155r59,-155r30,0r-78,192v-13,45,-55,66,-102,43","w":212},"z":{"d":"20,-18r124,-145r-120,0r0,-23r157,0r0,18r-123,145r123,0r0,23r-161,0r0,-18","w":200},"{":{"d":"98,-53v-4,56,11,79,56,85r-4,19v-56,-8,-82,-31,-78,-100v2,-33,-16,-46,-52,-44r0,-21v89,17,17,-108,90,-132v11,-4,23,-9,40,-11r4,18v-44,7,-60,28,-56,85v2,30,-15,43,-37,51v22,7,39,20,37,50","w":173},"|":{"d":"43,-287r23,0r0,333r-23,0r0,-333","w":109},"}":{"d":"153,-93v-88,-15,-16,108,-89,133v-11,4,-24,8,-40,11r-5,-19v44,-7,62,-28,57,-85v-2,-30,14,-43,37,-50v-32,-8,-40,-34,-37,-78v2,-42,-23,-50,-57,-58r5,-18v55,6,83,31,78,100v-2,33,15,45,51,43r0,21","w":173},"~":{"d":"110,-89v-25,0,-58,-32,-67,4r-17,-5v7,-22,12,-38,34,-38v25,0,58,32,67,-3r17,4v-7,23,-10,38,-34,38","w":170},"\u00a0":{"w":108}}});
Cufon.DOM.ready(function() {
  Cufon.set('fontFamily', 'Gotham Book').replace('h1').replace('h2').replace('h3');
				 
}); 
