/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1996, Tobias Frere-Jones. Designed by Tobias Frere-Jones.
 * Produced by The Font Bureau, Inc. All rights reserved.
 * 
 * Description:
 * In 1994 Tobias Frere-Jones completed Hightower for the Journal of the American
 * Institute of Graphic Arts. For as long as he had drawn letters, he had wrestled
 * with the problems posed by any modern rendition of the fifteenth century
 * Venetian roman. Dissatisfied with others' attempts to bring Nicholas Jenson's
 * 1470 roman up to date, Frere-Jones prepared his version of this calligraphic
 * roman, and developing his own personal italic; FB .
 * 
 * Manufacturer:
 * The Font Bureau, Inc.
 * 
 * Designer:
 * Tobias Frere-Jones
 * 
 * Vendor URL:
 * http://www.fontbureau.com
 */
 /*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
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}})());
 
Cufon.registerFont({"w":88,"face":{"font-family":"High Tower Text","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 4 5 2 5 5 6 3 3 3","ascent":"266","descent":"-94","x-height":"2","bbox":"-28 -277.082 390.392 92.7087","underline-thickness":"17.9297","underline-position":"-38.8477","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":89},"!":{"d":"68,-222v0,39,-10,82,-10,128v1,17,-2,22,-14,26v-2,0,-2,-2,-2,-6v0,-57,-5,-100,-11,-142v-1,-9,14,-17,28,-18v6,0,9,4,9,12xm29,-16v0,-12,10,-22,22,-22v11,0,17,6,17,19v0,13,-9,24,-21,24v-12,0,-18,-7,-18,-21","w":96},"\"":{"d":"88,-225v2,-9,39,-19,33,4v0,19,-4,42,-12,70v-1,7,-14,10,-13,-2v3,-24,-3,-48,-8,-72xm32,-153v1,-26,-5,-48,-8,-72v2,-8,33,-20,33,4v0,20,-4,44,-12,70v-1,3,-4,5,-8,6v-5,1,-5,-3,-5,-8","w":137},"#":{"d":"173,-107v7,5,-4,27,-10,22v-11,-1,-20,-2,-29,-3v-1,7,-3,20,-6,39v12,1,13,1,38,4v5,5,-4,26,-10,22v-7,-1,-18,-1,-32,-3v-2,13,-3,13,-7,39v-17,-2,-9,-15,-6,-41v-8,-1,-25,-2,-50,-5v-2,16,-3,15,-8,46v-19,1,-6,-30,-5,-48v-12,-5,-38,6,-34,-14v4,-22,16,-10,38,-10v2,-12,1,-12,5,-38v-6,-4,-42,7,-35,-15v6,-20,18,-9,39,-9v2,-10,2,-10,5,-31v1,-3,3,-4,6,-3v12,7,3,19,2,36v11,1,28,3,50,6v1,-8,4,-21,6,-39v1,-3,3,-4,6,-3v13,9,2,23,1,44v9,1,20,2,36,4xm121,-90v-13,-2,-31,-4,-51,-6v-1,4,-2,18,-5,39r50,6v1,-8,4,-22,6,-39","w":188},"$":{"d":"81,-84v30,12,50,15,50,46v0,28,-25,41,-56,41v0,8,-1,19,-2,34v-15,4,-12,-17,-10,-35v-24,-2,-49,-7,-49,-26v0,-10,4,-14,12,-14v16,0,16,31,37,29v1,-21,2,-37,3,-51v-29,-11,-46,-15,-46,-44v0,-26,24,-39,51,-40v0,-6,1,-15,2,-27v0,-3,1,-4,5,-2v11,6,8,11,7,29v20,2,42,8,44,25v0,9,-4,14,-12,14v-15,1,-16,-26,-33,-26xm70,-133v-38,2,-36,35,-2,44v1,-9,1,-24,2,-44xm76,-8v29,0,40,-19,26,-36v-4,-4,-12,-8,-23,-12","w":146},"%":{"d":"225,-97v29,0,49,20,49,50v0,31,-21,53,-51,53v-28,0,-50,-23,-50,-50v0,-30,24,-52,52,-53xm200,-143r-101,157v-1,2,-4,2,-8,-1v-4,-3,-5,-5,-4,-7r100,-157v3,-5,16,6,13,8xm66,-147v29,0,49,20,49,49v0,30,-20,54,-51,54v-28,1,-50,-23,-50,-50v0,-31,23,-53,52,-53xm247,-45v0,-26,-7,-40,-22,-40v-16,0,-24,14,-24,39v0,27,8,40,24,40v15,0,22,-13,22,-39xm88,-95v0,-26,-8,-40,-23,-40v-16,0,-24,13,-24,38v0,27,8,41,24,41v15,0,23,-13,23,-39","w":287},"&":{"d":"198,-64v14,25,30,67,68,43v6,0,8,8,1,12v-37,24,-79,7,-87,-29v-36,58,-161,55,-161,-21v0,-34,22,-60,65,-79v-45,-31,-28,-98,30,-98v64,0,66,80,11,97v24,18,49,39,65,62v10,-18,20,-40,25,-66v3,-11,-16,-15,-20,-22v7,-8,36,2,56,-1v6,-1,10,2,10,5v-4,8,-30,4,-30,20v-10,31,-21,56,-33,77xm112,-148v31,-8,38,-75,0,-75v-42,4,-31,57,0,75xm97,-128v-65,20,-61,114,11,114v24,0,46,-12,65,-36v-22,-31,-32,-49,-76,-78","w":285},"'":{"d":"32,-153v1,-26,-5,-48,-8,-72v2,-8,33,-20,33,4v0,20,-4,44,-12,70v-1,3,-4,5,-8,6v-5,1,-5,-3,-5,-8","w":73},"(":{"d":"24,-101v0,-74,46,-131,101,-164v5,0,7,10,4,13v-46,42,-74,75,-74,151v0,75,29,110,74,152v3,2,0,12,-4,12v-55,-33,-101,-90,-101,-164","w":139},")":{"d":"14,-265v55,33,101,90,101,164v0,74,-46,131,-101,164v-4,0,-7,-10,-4,-12v46,-42,75,-77,75,-152v0,-75,-29,-109,-75,-151v-3,-3,-1,-13,4,-13","w":139},"*":{"d":"152,-200v6,-1,25,33,6,35v-36,5,-56,3,-57,11v-5,6,30,22,47,39v0,5,-26,30,-33,15v-18,-39,-19,-67,-35,-40v-5,9,-8,35,-17,45v-5,1,-27,-13,-25,-20v16,-23,47,-44,42,-46v-3,-8,-35,-6,-53,-5v-5,0,-8,-2,-8,-8v0,-9,7,-29,14,-26v31,14,55,40,57,23v1,-7,-9,-30,-16,-53v0,-4,6,-6,18,-6v13,0,18,3,17,11v-6,34,-13,52,-5,57v9,2,29,-16,48,-32","w":183},"+":{"d":"173,-73v-7,18,-45,6,-67,9r0,62v0,6,-5,9,-14,9v-5,0,-8,-2,-8,-4r0,-67r-63,0v-6,-4,-2,-13,7,-12r56,0r0,-63v0,-6,6,-9,17,-9v3,0,5,1,5,3r0,69v21,2,51,-4,67,3","w":190},",":{"d":"45,-39v17,-1,24,14,24,30v0,31,-14,58,-43,71v-19,-12,29,-28,22,-45v1,-14,-27,-21,-24,-36v0,-11,10,-20,21,-20"},"-":{"d":"101,-117v7,6,1,27,-7,25v-26,3,-50,10,-72,16v-10,-3,-3,-31,4,-28","w":121},"\u2010":{"d":"101,-117v7,6,1,27,-7,25v-26,3,-50,10,-72,16v-10,-3,-3,-31,4,-28","w":121},".":{"d":"23,-18v-1,-13,12,-25,23,-25v13,0,20,8,20,22v0,13,-9,27,-23,26v-13,0,-20,-8,-20,-23"},"\/":{"d":"171,-253r-165,313v-1,3,-5,2,-10,-1v-5,-3,-7,-3,-5,-7r165,-313v4,-5,19,3,15,8","w":177},"0":{"d":"87,-144v41,0,71,30,71,71v0,43,-30,75,-73,75v-41,1,-71,-31,-71,-71v0,-43,31,-75,73,-75xm86,-14v29,0,41,-25,41,-56v0,-32,-13,-57,-41,-58v-29,-1,-41,25,-41,56v0,33,12,57,41,58","w":171},"1":{"d":"68,-109v5,37,-14,97,25,97v5,6,0,15,-10,12v-18,-2,-38,0,-59,1v-9,-15,22,-13,18,-33v-6,-36,14,-96,-22,-97v-6,-6,0,-13,10,-12v16,2,33,1,51,-1v9,0,9,0,10,7v-3,9,-25,10,-23,26","w":110},"2":{"d":"124,-107v-3,38,-36,52,-65,83v26,4,60,0,81,-5v3,1,4,2,2,5v-6,9,-11,22,-16,39v-1,3,-3,5,-7,4v-9,-3,2,-18,-12,-18v-12,0,-42,-2,-88,-2v-4,0,-4,-6,-2,-8v40,-37,65,-45,74,-91v-3,-34,-41,-26,-64,-8v-4,4,-10,-2,-11,-6v17,-39,112,-44,108,7","w":147},"3":{"d":"70,-62v26,-1,48,14,47,41v0,43,-34,70,-101,81v-6,3,-9,-8,-5,-11v36,-12,75,-19,75,-61v1,-25,-21,-36,-49,-33v-8,1,-10,-10,-2,-13v34,-14,50,-31,50,-48v0,-15,-7,-22,-23,-22v-18,-4,-38,20,-48,4v20,-30,103,-35,103,12v0,20,-16,36,-47,50","w":135},"4":{"d":"163,-31v7,11,0,41,-24,30r-9,0v-4,11,14,61,-15,59v-21,7,-12,-11,-12,-34r0,-25v-1,0,-31,-2,-91,-4v-5,1,-5,-8,-2,-11v59,-67,94,-111,104,-131v4,-4,24,-2,18,11v-4,34,-1,78,-2,116v17,3,24,-7,33,-11xm103,-21r0,-83v-11,16,-32,44,-63,82","w":172},"5":{"d":"47,-89v41,15,75,27,75,69v0,51,-43,69,-93,84v-3,1,-6,-1,-7,-5v-1,-5,1,-8,5,-9v57,-18,81,-60,46,-101v-10,-12,-28,-21,-52,-30v-8,-13,4,-34,3,-52v13,-18,69,0,90,-15v4,-4,8,-6,12,-6v10,3,0,10,-2,23v-11,27,-33,-1,-65,5v-12,5,-6,22,-12,37","w":139},"6":{"d":"52,-120v38,-38,107,-8,107,51v0,41,-31,73,-72,72v-88,-1,-87,-125,-36,-176v23,-22,48,-41,81,-52v3,-1,6,-1,7,2v2,4,-1,8,-6,11v-46,24,-73,54,-81,92xm88,-13v28,0,40,-23,40,-53v0,-30,-13,-55,-40,-55v-28,0,-42,23,-42,53v0,31,14,55,42,55","w":173},"7":{"d":"37,-151v24,17,51,5,114,13v-3,17,-17,32,-37,83v-15,38,-31,74,-45,110r-36,9v-3,0,-3,-2,-1,-5v29,-42,58,-100,88,-174v-2,-14,-80,4,-95,3v-5,1,-7,-1,-7,-4v2,-8,10,-29,19,-35","w":163},"8":{"d":"88,-219v62,0,76,77,21,99v71,25,52,122,-24,122v-38,0,-67,-21,-67,-57v0,-24,15,-44,45,-59v-58,-24,-37,-105,25,-105xm87,-203v-18,-1,-35,14,-34,32v0,19,12,34,38,44v39,-12,40,-74,-4,-76xm87,-14v36,2,49,-45,28,-69v-7,-9,-18,-17,-35,-24v-47,16,-44,90,7,93","w":172},"9":{"d":"83,-145v42,0,67,30,67,73v0,68,-56,120,-112,139v-6,-4,-8,-13,6,-17v29,-15,59,-42,69,-73v-37,29,-98,2,-98,-50v0,-40,30,-72,68,-72xm82,-27v27,0,40,-24,40,-53v0,-32,-13,-48,-39,-48v-25,0,-37,21,-37,48v0,35,12,53,36,53","w":167},":":{"d":"24,-113v0,-12,11,-25,23,-25v13,0,20,7,20,21v1,14,-9,27,-22,26v-14,0,-21,-7,-21,-22xm23,-18v-1,-13,12,-25,23,-25v13,0,20,8,20,22v0,13,-9,27,-23,26v-13,0,-20,-8,-20,-23"},";":{"d":"24,-113v0,-12,11,-25,23,-25v13,0,20,7,20,21v1,14,-9,27,-22,26v-14,0,-21,-7,-21,-22xm45,-39v17,-1,24,14,24,30v0,31,-14,58,-43,71v-19,-12,29,-28,22,-45v1,-14,-27,-21,-24,-36v0,-11,10,-20,21,-20"},"<":{"d":"122,2v-2,2,-4,2,-8,-1v-31,-23,-67,-42,-96,-68v27,-26,65,-45,95,-68v12,-5,12,2,4,9r-65,59r66,60v4,4,6,7,4,9","w":141},"=":{"d":"154,-109v7,3,0,17,-7,16r-110,0v-8,-4,-3,-16,7,-16r110,0xm154,-47v7,3,0,17,-7,16r-110,0v-8,-4,-3,-16,7,-16r110,0","w":190},">":{"d":"123,-67v-27,26,-65,45,-95,68v-12,5,-12,-2,-4,-9r66,-59r-67,-60v-4,-4,-5,-7,-4,-9v2,-2,4,-2,8,1v31,23,67,42,96,68","w":141},"?":{"d":"53,-235v55,0,102,71,59,111v-7,7,-23,13,-46,18v-16,3,-1,35,-24,37v-7,-12,-2,-44,-5,-52v-1,-8,2,-12,9,-12v40,-2,62,1,64,-30v2,-28,-18,-50,-44,-50v-12,-3,-20,20,-33,20v-10,0,-16,-12,-15,-25v1,-13,19,-17,35,-17xm28,-16v0,-12,9,-22,21,-22v12,0,18,6,18,19v0,13,-9,24,-21,24v-12,0,-18,-7,-18,-21","w":139},"@":{"d":"188,-236v86,0,141,46,142,129v0,52,-27,96,-74,97v-30,1,-47,-17,-48,-44v0,-4,-5,-4,-7,-1v-19,30,-37,45,-55,45v-24,-1,-38,-20,-37,-48v0,-56,49,-125,110,-101v18,7,19,-11,28,-6v-1,36,-45,140,17,140v34,0,52,-39,51,-78v1,-82,-48,-122,-130,-122v-78,0,-135,65,-135,145v0,129,138,177,241,110v4,-2,12,14,9,16v-121,55,-278,17,-278,-123v0,-90,75,-159,166,-159xm159,-32v24,0,55,-66,55,-93v0,-14,-11,-21,-33,-21v-32,0,-45,42,-45,81v0,22,8,33,23,33","w":352},"A":{"d":"69,-41v-16,21,21,30,24,36v0,4,-4,6,-11,5v-22,-2,-42,-2,-61,2v-5,1,-7,0,-8,-5v6,-12,25,-16,33,-35r44,-98v16,-37,28,-67,35,-91v1,-4,6,-8,14,-11v33,61,61,140,92,206v5,11,14,19,26,22v9,2,8,7,5,12v-20,-1,-44,-4,-79,-1v-12,1,-13,-8,-4,-11v42,-14,-4,-55,-5,-72r-88,-1xm168,-96v-14,-28,-23,-59,-39,-85v-16,24,-24,57,-37,84v24,2,49,2,76,1","w":275},"B":{"d":"25,-230v67,4,164,-17,164,53v0,24,-15,41,-44,50v-3,1,-3,1,1,2v41,7,61,27,61,60v1,79,-99,64,-173,66v-4,1,-7,0,-8,-3v2,-12,30,-9,25,-30r0,-165v7,-20,-37,-17,-26,-33xm82,-132v40,1,72,-4,71,-42v9,-41,-45,-53,-71,-38r0,80xm171,-61v0,-45,-42,-64,-89,-55r0,87v0,11,12,17,35,17v36,0,54,-16,54,-49","w":230},"C":{"d":"59,-118v0,96,132,155,167,59v1,-9,19,-8,19,2v0,54,-39,60,-94,62v-71,2,-129,-48,-129,-118v0,-92,98,-146,191,-114v33,11,22,19,25,58v0,3,-3,5,-9,6v-5,0,-7,-1,-8,-4v-13,-37,-25,-54,-72,-54v-57,0,-90,43,-90,103","w":268},"D":{"d":"132,-232v76,-1,135,40,136,112v1,103,-92,133,-202,120v-12,-1,-37,7,-40,-5v6,-8,25,-6,25,-24r0,-168v8,-25,-42,-9,-27,-32xm82,-43v1,27,14,28,46,29v69,0,103,-34,103,-101v1,-77,-46,-108,-130,-102v-13,1,-19,5,-19,11r0,163","w":289},"E":{"d":"82,-36v4,22,16,22,52,21v29,0,49,-11,55,-31v3,-9,15,-4,13,2v-3,14,-6,28,-7,42v-34,7,-117,-1,-161,3v-5,0,-8,-2,-8,-6v7,-10,25,-1,25,-24r0,-162v9,-31,-31,-22,-22,-41r68,2v36,2,72,-6,93,1v-2,11,-3,25,-3,40v0,7,-11,7,-12,1v-16,-34,-24,-24,-85,-27v-7,1,-8,1,-8,7r0,74v9,10,29,1,52,2v13,1,5,-27,20,-25v4,1,6,2,5,5v-3,16,-4,36,-3,62v0,5,-12,8,-12,0v1,-32,-32,-25,-62,-23r0,77","w":222},"F":{"d":"29,-232r62,2v36,2,72,-7,95,1v-2,8,-4,21,-4,40v1,7,-10,6,-11,1v-14,-32,-24,-27,-75,-27v-9,0,-13,-1,-14,7r0,80v8,10,28,0,51,2v15,1,3,-27,20,-26v4,1,6,3,5,6v-3,16,-4,36,-3,62v0,6,-11,8,-12,0v-5,-32,-27,-26,-61,-23v7,36,-21,96,29,96v6,0,8,3,7,7v-14,12,-67,-2,-84,5v-5,1,-8,-1,-8,-6v0,-3,3,-5,8,-5v11,-1,17,-11,17,-30r0,-151v7,-26,-31,-25,-22,-41","w":203},"G":{"d":"270,-111v19,17,-28,9,-23,26r0,55v-7,21,-62,35,-96,35v-71,0,-129,-48,-129,-118v0,-94,102,-146,196,-113v30,11,21,18,24,53v0,4,-2,6,-7,6v-6,0,-10,-1,-11,-4v-12,-33,-32,-50,-75,-50v-59,0,-90,41,-90,103v0,60,39,107,98,107v21,1,56,-9,59,-23r0,-37v5,-26,-24,-23,-33,-35v2,-6,2,-8,11,-6v26,3,51,3,76,1","w":288},"H":{"d":"198,-225v11,-17,50,1,81,-7v6,0,7,0,7,6v-5,10,-31,7,-27,24r0,173v-3,19,24,14,32,24v0,6,0,7,-7,6v-23,-2,-47,-2,-70,-1v-9,0,-9,0,-10,-6v2,-10,28,-7,24,-23r0,-69v-1,-9,-1,-13,-10,-13r-124,0v-11,1,-11,1,-12,12r0,70v-5,11,28,14,32,23v-1,7,-2,6,-11,6v-23,-1,-46,-1,-69,1v-7,1,-7,0,-8,-6v6,-8,25,-6,25,-24r0,-169v5,-20,-28,-13,-29,-30v24,-5,65,3,82,-2v6,-1,9,-1,8,6v-8,10,-33,4,-30,24v4,24,-11,67,12,72r122,0v12,0,11,-3,12,-14r0,-60v4,-20,-25,-12,-30,-23","w":309},"I":{"d":"27,-226v-1,-7,2,-7,8,-7v26,3,53,3,79,-1v11,17,-34,17,-28,30r0,171v-4,18,23,17,29,27v-1,7,-2,7,-11,6v-35,-2,-59,2,-79,-2v-1,-18,36,-5,30,-28r0,-173v4,-15,-22,-16,-28,-23","w":140},"J":{"d":"54,-204v4,-18,-23,-11,-28,-23v0,-4,3,-5,8,-5v27,3,54,-2,77,-1v9,19,-31,11,-26,30r0,186v1,49,-28,81,-75,81v-17,0,-34,-1,-38,-14v1,-6,8,-23,14,-21v7,1,29,19,39,16v28,-2,29,-18,29,-52r0,-197","w":136},"K":{"d":"227,-229v8,-2,9,5,7,10v-63,29,-47,30,-128,94r101,94v13,14,30,15,41,25v0,6,-1,6,-7,6v-34,-4,-63,6,-80,-1v-3,-7,13,-7,12,-16v-17,-33,-45,-48,-90,-95r0,83v-4,11,26,14,30,23v-1,6,-3,6,-10,6v-21,-1,-43,-1,-68,1v-5,0,-8,-2,-8,-6v6,-8,28,-6,24,-24r0,-169v3,-17,-21,-17,-28,-26v1,-7,2,-7,11,-6v29,2,53,2,70,0v5,0,8,1,8,6v-8,10,-29,3,-29,24r0,77r80,-69v6,-5,9,-10,9,-15v2,-12,-26,-9,-16,-23v22,0,51,5,71,1","w":258},"L":{"d":"106,-233v13,22,-34,8,-24,35r0,157v-5,37,63,27,83,19v8,-4,15,-12,20,-24v2,-9,15,-4,13,2v-4,15,-6,29,-6,42v-35,7,-112,-2,-158,3v-7,1,-7,0,-8,-6v6,-9,25,-5,25,-23r0,-163v0,-19,-4,-25,-19,-29v-7,-2,-8,-10,-3,-12v21,1,48,1,77,-1","w":209},"M":{"d":"298,-33v-4,21,24,16,29,27v-1,7,-2,7,-11,6v-31,-1,-54,-1,-71,0v-5,0,-8,-2,-8,-6v8,-11,31,-2,30,-24r-6,-150v0,-5,-4,-7,-6,-2r-85,183v-2,3,-5,4,-8,5v-18,-33,-35,-99,-87,-191v-10,34,-2,85,-9,145v-3,22,24,23,33,34v-1,7,-2,7,-11,6v-27,-1,-48,-1,-63,0v-5,0,-7,-2,-7,-6v11,-11,29,-6,30,-32r6,-156v4,-21,-22,-21,-28,-34v14,-9,47,3,66,-2v32,54,51,121,80,178v30,-52,54,-113,82,-168v10,-18,39,-6,65,-14v14,16,-35,19,-28,30","w":347},"N":{"d":"239,-195v2,-21,-21,-23,-32,-31v0,-5,3,-8,8,-7v21,3,46,0,72,-1v10,17,-36,16,-28,38r1,191v1,15,-11,12,-17,2v-23,-37,-124,-140,-167,-185v-3,-1,-5,1,-5,4r0,144v-4,22,24,23,33,34v0,4,-3,6,-10,6v-28,-1,-51,-1,-66,0v-5,0,-7,-2,-7,-6v11,-11,30,-6,30,-32r0,-156v4,-21,-22,-21,-28,-34v6,-10,36,2,47,-2v6,-1,11,1,16,6r151,161v6,-38,-2,-90,2,-132","w":306},"O":{"d":"149,-236v70,0,127,51,127,120v0,66,-60,121,-127,121v-70,0,-127,-49,-127,-120v0,-68,59,-121,127,-121xm157,-12v51,0,83,-44,83,-98v0,-63,-38,-110,-99,-109v-50,0,-83,43,-83,97v0,66,36,111,99,110","w":297},"P":{"d":"25,-230v74,3,174,-15,174,63v0,53,-54,77,-115,70v-5,18,1,47,-2,68v-3,20,27,10,32,23v-1,7,-2,6,-11,6v-21,-1,-44,-1,-69,1v-5,0,-8,-2,-8,-6v6,-8,25,-6,25,-24r0,-168v7,-20,-37,-17,-26,-33xm82,-114v33,13,87,-5,83,-49v-4,-42,-18,-55,-61,-55v-17,0,-22,2,-22,19r0,85","w":214},"Q":{"d":"199,-5v33,47,111,64,186,46v3,-1,4,1,5,4v1,5,0,7,-2,8v-83,26,-188,4,-227,-48v-80,5,-138,-46,-139,-120v-1,-68,59,-121,127,-121v70,0,128,51,127,120v-1,53,-35,96,-77,111xm157,-12v51,0,83,-44,83,-98v0,-63,-38,-110,-99,-109v-50,0,-83,43,-83,97v0,66,36,111,99,110","w":297},"R":{"d":"28,-230v69,2,167,-14,167,56v0,32,-18,54,-56,64v18,41,49,93,86,103v7,2,10,11,-1,11v-42,0,-82,-36,-119,-108v-14,1,-22,1,-23,1r0,74v-4,21,28,10,32,23v-1,7,-2,6,-11,6v-21,-1,-44,-1,-69,1v-5,0,-8,-2,-8,-6v6,-8,25,-6,25,-24r0,-168v4,-17,-22,-18,-29,-27v0,-4,2,-6,6,-6xm82,-116v48,-3,78,-10,78,-54v0,-37,-18,-48,-56,-48v-17,0,-22,2,-22,19r0,83","w":236},"S":{"d":"57,-187v0,66,126,55,124,126v-1,43,-38,66,-84,66v-56,0,-60,-12,-72,-49v-3,-10,10,-15,15,-8v17,25,30,41,64,41v33,0,49,-13,49,-39v0,-64,-125,-57,-124,-127v1,-50,65,-68,117,-53v25,7,19,21,24,46v2,10,-12,11,-15,4v-13,-25,-25,-40,-58,-40v-23,0,-40,11,-40,33","w":209},"T":{"d":"148,-35v-2,22,17,20,33,26v5,5,0,14,-9,11v-36,-4,-61,-2,-86,-1v-6,-20,37,-10,30,-41r0,-170v1,-6,-9,-6,-16,-6v-42,1,-58,11,-71,43v-2,5,-4,7,-8,5v-10,-12,6,-33,2,-60v21,-10,60,-1,94,-1v58,0,96,-2,113,-4v7,-1,10,1,11,4v3,16,7,38,4,58v-3,4,-12,3,-12,-3v-7,-40,-42,-46,-85,-39r0,178","w":260},"U":{"d":"226,-195v4,-23,-24,-20,-33,-30v-1,-8,4,-7,11,-7v39,3,59,-4,75,3v-4,19,-36,5,-30,32r0,100v0,65,-35,102,-100,102v-69,0,-104,-32,-104,-97r0,-106v2,-14,-14,-20,-27,-22v-5,-6,0,-14,9,-11v32,2,55,2,72,0v7,-1,8,-1,8,6v-7,12,-36,3,-30,25v2,88,-19,188,78,188v47,0,71,-28,71,-82r0,-101","w":294},"V":{"d":"223,-194v10,-20,-21,-20,-27,-34v0,-4,5,-6,12,-5v23,3,44,3,62,1v8,-3,10,7,6,11v-13,5,-20,9,-30,28v-28,53,-57,116,-87,189v-4,8,-19,19,-21,0v-14,-44,-68,-152,-91,-196v-8,-15,-24,-16,-33,-24v0,-5,3,-9,8,-8v22,3,54,-1,83,-3v14,14,-29,16,-24,27r74,163v25,-47,43,-101,68,-149","w":292},"W":{"d":"335,-191v15,-22,-32,-19,-25,-39v22,0,51,5,71,1v5,0,8,1,8,5v-7,13,-23,12,-32,34r-73,186v-3,8,-19,19,-22,0v-4,-26,-24,-77,-58,-153r-59,153v-2,8,-18,19,-20,0v-2,-24,-34,-87,-78,-193v-6,-15,-23,-17,-33,-25v0,-5,3,-7,8,-7v19,3,50,-1,76,-3v11,14,-24,12,-16,33r56,149v2,4,5,4,7,0r48,-130v-6,-12,-12,-32,-30,-37v-5,-2,-7,-5,-7,-7v1,-5,2,-8,7,-7v21,3,44,4,70,1v9,-1,10,-1,11,6v-2,11,-38,9,-25,25r60,152v1,0,3,-1,4,-3","w":403},"X":{"d":"153,-122v38,50,57,93,107,116v0,5,-2,8,-7,7v-22,-3,-53,-4,-80,0v-11,-15,27,-14,12,-32r-50,-69v-29,38,-43,46,-52,75v-2,10,19,11,18,21v0,4,-4,5,-11,4v-22,-3,-42,-2,-62,0v-6,0,-7,0,-7,-6v8,-15,30,-14,42,-33v6,-10,8,-9,63,-74r-63,-85v-8,-15,-31,-15,-41,-25v0,-5,3,-6,8,-6v22,3,52,-2,80,-4v11,15,-31,14,-11,33r45,65v29,-40,42,-44,47,-72v2,-12,-16,-13,-17,-21v0,-4,4,-6,11,-5v23,3,44,3,62,1v5,-1,8,1,8,5v-8,14,-34,17,-43,34","w":279},"Y":{"d":"205,-194v15,-20,-15,-22,-20,-34v0,-4,5,-6,12,-5v23,3,44,3,62,1v5,-1,7,1,7,5v-7,15,-25,15,-39,34r-39,50v-12,16,-22,31,-31,46r0,62v-6,26,29,18,32,33v0,6,-6,4,-11,4v-23,-2,-47,-5,-69,-1v-12,2,-15,-10,-5,-11v33,-4,20,-45,23,-78v-16,-31,-45,-68,-80,-112v-12,-15,-26,-16,-37,-24v0,-5,3,-9,8,-8v22,4,55,-1,85,-3v14,12,-25,17,-21,25v14,30,38,57,65,98v13,-15,39,-57,58,-82","w":276},"Z":{"d":"71,-22v19,12,99,10,121,-2v8,-5,14,-15,19,-31v1,-7,13,-7,12,1v0,21,-1,39,-5,54v-35,6,-151,-4,-187,1v-13,2,-14,-5,-8,-13v57,-73,105,-139,144,-196v2,-2,3,-3,3,-4v-25,-6,-90,-6,-108,7v-8,5,-15,16,-21,32v-2,5,-5,6,-9,4v-4,-1,-5,-3,-4,-6v4,-16,6,-35,6,-54v38,-7,128,-3,175,-3v12,0,13,4,7,12v-53,67,-100,131,-142,191v-2,3,-3,5,-3,7","w":245},"[":{"d":"31,-250v4,-22,23,-8,54,-12v22,-3,36,-1,44,-2v5,-1,8,1,8,5v0,4,0,6,-4,6v-28,4,-56,2,-71,14v-6,81,0,175,-2,264v0,11,3,13,13,15v16,3,37,6,60,8v5,0,4,5,4,10v-29,2,-63,-2,-93,-2v-10,0,-13,0,-13,-10v0,-47,4,-250,0,-296","w":147},"\\":{"d":"21,-261r166,315v1,3,-15,11,-16,6r-165,-313v-1,-3,1,-5,6,-8v5,-3,8,-2,9,0","w":177},"]":{"d":"103,-261v10,1,14,0,13,11v-4,46,-4,250,0,296v1,11,-3,10,-13,10r-85,3v-5,1,-8,-1,-8,-5v0,-4,1,-6,5,-6v28,-4,55,-2,70,-14v6,-20,1,-235,2,-264v-5,-27,-43,-16,-72,-23v-6,1,-5,-7,-4,-10v28,-2,62,2,92,2","w":147},"^":{"d":"168,-145v2,6,-10,8,-12,5v-22,-19,-41,-37,-56,-53v-14,16,-32,34,-56,54v-2,2,-6,1,-10,-2v-2,-1,-2,-2,-1,-4v25,-32,45,-61,58,-85v3,-6,16,-5,19,0v9,17,28,46,58,85","w":200},"_":{"d":"146,52r-147,0r0,-21r147,0r0,21","w":144},"`":{"d":"62,-208v-12,-14,8,-20,19,-22v20,11,23,49,38,63v1,2,1,3,-2,5v-4,2,-8,2,-10,0v-16,-14,-31,-29,-45,-46","w":172},"a":{"d":"126,-33v0,22,27,-1,29,16v0,4,-29,20,-35,19v-7,1,-16,-13,-20,-14v-18,15,-81,28,-81,-19v0,-20,23,-35,69,-44v14,-2,12,-8,13,-20v4,-26,-30,-42,-40,-16v-5,15,-34,24,-34,3v0,-14,45,-32,65,-32v52,0,34,64,34,107xm49,-36v0,28,44,24,51,8v-2,-12,9,-38,-8,-35v-28,5,-43,14,-43,27","w":161},"b":{"d":"63,-124v42,-27,103,-7,103,45v0,68,-85,104,-136,65r0,-183v3,-23,-15,-18,-24,-29v6,-10,36,-19,46,-25v13,21,1,81,5,122v0,6,2,7,6,5xm95,-16v26,-2,43,-19,43,-47v0,-29,-17,-54,-44,-54v-13,0,-37,8,-37,20v0,40,-7,84,38,81","w":180},"c":{"d":"45,-75v0,52,51,75,91,48v2,0,4,1,4,4v-27,43,-126,30,-126,-39v0,-42,35,-76,78,-76v18,0,45,5,47,17v1,4,-12,22,-17,20v-9,-2,-32,-24,-40,-21v-24,0,-37,21,-37,47","w":153},"d":{"d":"155,-30v-2,20,24,0,26,15v1,4,-41,23,-42,22r-13,-21v-47,34,-115,13,-111,-54v3,-48,49,-85,106,-67v5,1,6,0,6,-4r0,-61v4,-21,-18,-14,-25,-27v6,-10,35,-18,47,-24v15,3,6,40,6,61r0,160xm44,-77v0,46,56,80,82,42r0,-63v0,-13,-28,-24,-45,-24v-24,0,-37,15,-37,45","w":187},"e":{"d":"46,-59v9,55,59,45,97,24v9,20,-45,38,-66,37v-37,0,-64,-29,-64,-67v0,-68,93,-104,122,-42v9,7,15,18,-8,24xm104,-100v0,-12,-12,-24,-27,-24v-24,0,-34,19,-33,51v18,-9,53,-8,60,-27","w":156},"f":{"d":"38,-147v-9,-67,33,-101,92,-102v11,0,16,3,16,9v0,7,-11,27,-17,27v-27,-18,-67,-17,-63,34v2,19,-11,50,15,46v12,1,39,-10,37,7v3,24,-43,1,-52,17v5,39,-18,100,32,95v8,0,9,0,9,7v-1,8,-1,8,-9,7v-30,-2,-56,1,-80,1v-6,-16,26,-12,21,-31r0,-68v7,-24,-33,-17,-18,-36v12,0,19,1,17,-13","w":127},"g":{"d":"78,-139v28,1,52,17,88,14v4,14,-3,27,-23,20v-5,2,-1,12,-1,18v0,25,-17,43,-50,52v-32,9,-42,16,-7,21v35,5,78,5,78,39v0,38,-53,63,-98,63v-60,0,-68,-56,-19,-82v-25,-13,-18,-34,14,-43v-28,-7,-42,-23,-42,-48v0,-32,27,-55,60,-54xm82,-49v18,0,33,-15,32,-35v0,-27,-12,-41,-35,-41v-20,0,-30,13,-30,38v0,25,11,38,33,38xm76,72v39,5,105,-46,34,-54r-49,-8v-25,17,-30,65,15,62","w":175},"h":{"d":"10,-226v6,-10,33,-19,45,-25v18,22,-5,92,8,131v32,-26,105,-34,101,31v5,31,-13,79,23,80v5,0,7,2,7,5v0,4,-2,5,-7,5r-66,0v-12,-15,26,-8,16,-30v0,0,7,-88,-34,-88v-15,0,-41,9,-42,21v5,33,-15,83,21,86v6,0,9,2,9,5v-1,5,-2,6,-9,6v-21,-2,-42,0,-64,1v-14,-12,22,-10,15,-31r-2,-179v-2,-9,-18,-9,-21,-18","w":197},"i":{"d":"40,-199v-1,-10,10,-22,20,-21v12,0,18,6,18,17v0,23,-38,32,-38,4xm69,-37v-8,27,39,21,24,38v-20,0,-40,1,-60,1v-8,0,-10,1,-10,-6v4,-8,21,-8,19,-27v-4,-30,9,-71,-19,-77v-4,-1,-5,-3,-5,-6v8,-11,36,-17,45,-26v5,0,7,3,7,9v0,31,-1,62,-1,94","w":105},"j":{"d":"33,-204v-1,-9,10,-22,20,-22v13,0,18,6,18,18v1,9,-9,21,-20,21v-12,0,-18,-6,-18,-17xm37,-77v3,-25,-12,-25,-23,-36v7,-14,35,-18,45,-27v15,3,5,40,6,61v4,78,9,157,-58,171v-2,-1,-3,-2,-3,-4v15,-20,33,-32,33,-75r0,-90","w":93},"k":{"d":"173,-13v9,2,13,-2,12,7v-4,11,-38,9,-54,6v-21,-20,-33,-46,-51,-66v-12,3,-24,14,-18,36v-6,24,25,11,30,25v0,7,-1,5,-8,5v-10,-4,-54,6,-71,-1v1,-17,20,-8,20,-34r-2,-174v-2,-8,-20,-8,-22,-17v7,-12,34,-19,45,-26v15,5,5,39,7,61v3,37,-5,83,3,115v17,-12,36,-25,48,-42v2,-7,-21,-4,-20,-13v6,-15,47,1,76,-4v4,0,6,3,6,7v0,4,-3,6,-9,6v-28,4,-44,14,-62,36v19,30,37,67,70,73","w":188},"l":{"d":"66,-33v-4,23,23,17,31,28v0,5,-3,7,-8,6v-16,-2,-36,1,-60,1v-8,0,-11,1,-10,-6v1,-9,20,-8,19,-25v-4,-59,6,-129,-4,-180v-2,-7,-18,-8,-20,-16v7,-12,34,-19,46,-26v13,6,5,41,5,61","w":102},"m":{"d":"271,-30v-4,21,22,15,30,25v0,4,-1,6,-5,6v-24,-2,-46,-2,-67,0v-5,0,-7,-2,-7,-6v5,-10,21,-3,21,-25v0,-38,6,-86,-32,-86v-16,0,-42,7,-44,17r0,69v-8,23,24,16,26,25v0,5,-1,6,-7,6v-13,0,-32,0,-58,1v-7,0,-8,0,-9,-6v4,-8,22,-5,21,-26v-3,-37,6,-85,-28,-87v-19,-1,-44,10,-46,23v5,32,-15,86,24,84v9,-1,9,10,1,10v-35,-1,-52,2,-72,2v-5,-16,26,-6,19,-32r0,-54v3,-25,-18,-21,-24,-32v-1,-3,40,-26,42,-24r10,21v24,-15,78,-37,97,-1v30,-24,115,-36,108,33r0,57","w":304},"n":{"d":"170,-31v-1,23,22,16,30,28v0,4,-3,5,-8,5v-31,-3,-51,1,-69,-3v0,-13,24,-8,20,-28v0,-40,6,-87,-35,-87v-15,0,-40,10,-42,22v5,32,-15,82,22,83v9,-1,10,8,6,11v-23,-2,-48,2,-71,3v-12,-13,23,-10,15,-36r0,-53v3,-24,-12,-17,-23,-29v6,-9,33,-18,42,-25v6,-2,6,22,10,22v3,-3,41,-25,56,-21v51,-4,50,58,47,108","w":201},"o":{"d":"93,-138v43,0,71,26,72,67v1,41,-37,73,-79,73v-42,0,-72,-26,-72,-67v0,-41,38,-74,79,-73xm92,-14v25,1,42,-20,42,-46v0,-33,-17,-62,-46,-62v-24,-1,-44,20,-43,45v0,35,15,62,47,63","w":178},"p":{"d":"62,-121v39,-31,107,-16,107,45v0,53,-52,96,-107,73v-5,15,-1,42,-2,61v-5,18,32,12,35,25v0,4,-2,6,-7,6v-29,-3,-51,0,-73,1v-6,-13,22,-10,18,-28r0,-156v4,-21,-19,-24,-23,-32v4,-9,29,-13,36,-19v8,-2,13,25,16,24xm60,-31v20,23,79,27,79,-31v0,-30,-15,-58,-41,-58v-39,0,-41,45,-38,89","w":185},"q":{"d":"157,52v-7,20,32,25,16,36r-68,1v-7,0,-8,-1,-9,-6v8,-9,36,-6,33,-25v-3,-21,3,-57,-3,-71v-37,29,-111,10,-111,-50v0,-62,64,-94,123,-70v6,0,17,-23,22,-7v-7,62,-3,126,-3,192xm100,-20v12,0,29,-7,29,-18r0,-60v-1,-14,-27,-28,-44,-27v-26,1,-40,22,-40,51v0,33,22,54,55,54","w":184},"r":{"d":"54,-141v8,-4,9,24,11,25v13,-9,28,-23,48,-22v8,0,13,4,13,13v3,50,-63,-12,-61,43r0,52v-6,23,37,10,31,31v-28,-2,-57,-2,-76,0v-9,-15,23,-12,17,-31r0,-56v4,-23,-15,-18,-23,-31v8,-8,30,-19,40,-24","w":134},"s":{"d":"49,-110v0,36,75,25,75,72v0,27,-23,41,-53,41v-24,-6,-60,8,-51,-34v0,-6,1,-9,4,-9v16,10,25,27,50,27v17,0,25,-6,25,-17v-8,-36,-74,-27,-74,-71v0,-40,61,-47,90,-32v-2,7,12,28,1,33v-4,1,-6,0,-7,-2v-9,-15,-22,-23,-36,-23v-16,0,-24,5,-24,15","w":142},"t":{"d":"57,-50v-8,46,29,31,54,33v-11,29,-81,31,-81,-20r0,-64v-1,-18,0,-16,-15,-20v-4,0,-4,-11,-1,-12v13,-6,24,-17,33,-33v1,-4,13,-3,12,2v3,9,-5,27,7,27r39,0v5,4,-5,23,-11,19v-14,3,-37,-8,-37,10r0,58","w":121},"u":{"d":"104,-119v18,-13,52,-30,52,-11r-1,97v-2,16,47,13,8,29v-14,14,-25,-5,-35,-10v-27,18,-105,29,-95,-34r0,-35v3,-26,-12,-25,-23,-37v8,-10,33,-15,46,-20v23,20,-26,128,41,120v40,5,33,-54,28,-85v0,-6,-21,-5,-21,-14","w":191},"v":{"d":"138,-113v2,-9,-16,-12,-16,-18v0,-13,39,2,53,-2v4,-1,6,0,6,3v-4,7,-21,7,-23,22v-11,22,-43,93,-60,111v-1,0,-2,0,-3,-1v-25,-36,-48,-72,-64,-110v-6,-13,-18,-13,-21,-20v2,-15,20,-3,39,-6v18,2,28,-7,33,2v2,10,-23,9,-20,17v0,18,34,68,40,78v7,-8,32,-61,36,-76","w":191},"w":{"d":"204,-136v13,5,89,-2,49,13v-5,1,-9,7,-13,15v-23,47,-38,86,-59,114v-1,0,-3,0,-3,-1r-39,-79v-8,5,-30,64,-44,77v-17,-12,-27,-50,-62,-111v-4,-12,-20,-14,-23,-20v0,-5,3,-7,8,-7v23,2,42,2,59,-1v4,-1,6,1,6,4v2,11,-19,8,-18,16v2,19,28,67,36,77r28,-55v2,-20,-22,-30,-29,-37v0,-5,3,-7,8,-6v18,2,38,2,58,-1v4,-1,5,0,5,3v2,11,-20,7,-18,19v11,37,33,81,33,76v6,-6,32,-62,33,-72v3,-9,-20,-13,-21,-19v0,-4,2,-6,6,-5","w":275},"x":{"d":"115,-131v10,-7,37,0,53,-4v8,0,11,5,8,10v-26,-4,-65,52,-65,53v0,2,11,15,31,39v14,17,21,20,37,23v5,0,5,8,2,10r-58,2v-5,0,-7,-2,-7,-5v12,-18,-21,-48,-21,-46v-3,-1,-17,14,-28,35v0,6,25,11,11,18v-14,-2,-34,-5,-61,-4v-5,-6,-1,-14,11,-12v22,-2,47,-38,57,-52v0,-3,-11,-18,-34,-45v-7,-8,-13,-13,-19,-13v-12,2,-14,-6,-10,-12v14,0,28,3,48,-2v8,-2,12,-1,12,3v-6,19,10,37,18,46v7,-5,24,-22,24,-34v0,-7,-10,-2,-9,-10","w":194},"y":{"d":"140,-111v4,-13,-17,-14,-18,-20v0,-4,2,-6,6,-5v20,4,35,2,53,1v5,12,-16,11,-18,25v-28,62,-63,129,-100,193v-11,18,-45,8,-47,-6v5,-15,36,-4,41,-18v6,-8,31,-49,34,-59r-58,-109v-4,-14,-21,-12,-24,-20v0,-4,2,-6,7,-6v25,2,47,1,68,-2v4,-1,6,0,6,3v0,11,-28,8,-21,23v7,13,30,67,38,76v9,-14,26,-54,33,-76","w":193},"z":{"d":"146,-134v4,-1,6,5,6,8r-98,100v29,4,79,6,99,-8v3,1,8,3,4,6v-2,2,-7,15,-16,40v-2,6,-15,4,-12,-4v1,-3,-2,-6,-8,-7v-12,-2,-46,-2,-100,-2v-4,0,-4,-5,-4,-9r97,-101v-1,-1,-68,-4,-77,9v-5,8,-10,10,-13,9v-7,-11,7,-18,15,-48v12,-12,11,8,28,5v18,1,44,2,79,2","w":169},"{":{"d":"97,-58v1,27,-28,73,-1,91v8,6,25,12,47,17v6,3,4,14,-6,12v-55,-11,-83,-31,-83,-62v0,-10,13,-54,13,-61v-2,-27,-19,-31,-48,-34v-2,0,-3,-2,-3,-6v0,-4,1,-6,3,-6v29,-3,47,-7,48,-33v1,-7,-13,-52,-13,-62v0,-31,28,-51,83,-62v9,-2,13,10,6,12v-34,10,-56,12,-59,44v0,11,14,52,13,64v-1,25,-15,35,-37,43v22,8,36,18,37,43","w":158},"|":{"d":"57,58v0,3,-3,4,-9,4v-6,0,-9,-1,-9,-4r0,-331v-1,-5,9,-4,15,-4v2,0,3,2,3,4r0,331","w":95},"}":{"d":"91,-140v1,26,20,30,49,33v2,0,3,2,3,6v0,4,-1,6,-3,6v-29,3,-48,8,-49,34v-1,7,14,51,14,61v0,31,-28,52,-83,62v-10,4,-13,-10,-6,-12v35,-10,56,-12,59,-44v1,-11,-13,-52,-13,-64v1,-26,15,-35,37,-43v-22,-8,-37,-17,-37,-43v0,-27,28,-73,0,-90v-9,-5,-24,-13,-46,-18v-4,-1,-4,-3,-3,-8v1,-3,4,-5,9,-4v55,10,83,31,83,62v0,10,-15,55,-14,62","w":158},"~":{"d":"44,-106v19,-29,52,12,77,-2v13,-7,10,-19,24,-11v6,10,-18,26,-17,29v-19,27,-51,-9,-76,2v-9,4,-13,19,-25,12v-7,-11,16,-25,17,-30","w":172},"\u00a0":{"w":89}}});

Cufon.replace('#menu', {hover: true});
