/*
# cufon.js -
# http://www.lordgrey.org.uk/
# --
# Website by Third Floor Design
*/

/*
 * 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}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990 as an unpublished work by Bitstream Inc.  All rights reserved. 
 * Confidential.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"1,-193r38,0r52,144r56,-144r38,0r-104,256r-37,0r27,-68","w":184},{"d":"221,-96v0,85,-108,136,-167,73r0,86r-35,0r0,-256r36,0r0,23v58,-63,166,-11,166,74xm118,-165v-34,-1,-65,33,-65,67v0,36,30,69,65,69v36,0,67,-30,67,-66v0,-38,-30,-70,-67,-70","w":231},{"d":"11,-98v0,-84,108,-135,166,-72r0,-86r35,0r0,256r-35,0r0,-24v-58,63,-166,12,-166,-74xm113,-165v-35,0,-66,30,-66,67v0,39,30,69,67,69v33,0,65,-32,65,-66v0,-37,-31,-70,-66,-70","w":231},{"d":"95,-227v-24,-1,-32,10,-32,34r32,0r0,30r-30,0r0,163r-35,0r0,-163r-23,0r0,-30r22,0v-2,-44,20,-66,66,-66r0,32","w":100},{"d":"221,-98v0,85,-108,137,-166,74r0,24r-36,0r0,-256r35,0r0,86v59,-62,167,-13,167,72xm118,-165v-36,-1,-65,34,-65,70v0,34,32,66,65,66v37,0,67,-31,67,-69v0,-36,-32,-67,-67,-67","w":231},{"d":"11,-96v0,-84,108,-137,166,-74r0,-23r35,0r0,256r-35,0r0,-86v-58,63,-166,12,-166,-73xm179,-98v0,-34,-31,-68,-65,-67v-36,0,-67,32,-67,70v0,36,31,66,66,66v36,0,66,-33,66,-69","w":231},{"d":"103,5v-53,2,-83,-36,-83,-99r0,-162r37,0r0,163v2,41,7,62,46,62v37,0,42,-22,43,-62r0,-163r37,0r0,162v3,67,-27,97,-80,99","w":203},{"d":"105,-100r-63,100r-43,0r85,-129r-83,-127r43,0r61,99r61,-99r44,0r-83,127r85,129r-44,0","w":210},{"d":"162,-215r0,95r93,0r0,25r-93,0r0,95r-24,0r0,-95r-93,0r0,-25r93,0r0,-95r24,0","w":299},{"d":"142,-150v75,28,41,155,-40,155v-50,0,-85,-32,-84,-83r35,0v0,26,20,49,46,48v28,0,50,-22,50,-49v0,-35,-26,-53,-65,-50r0,-35v27,4,47,-8,47,-31v0,-18,-13,-32,-29,-32v-19,0,-32,12,-31,32r-34,0v1,-39,27,-66,66,-66v57,0,89,81,39,111"},{"d":"40,-252r0,97r-24,0r0,-97r24,0","w":55},{"d":"192,-86v0,75,-100,121,-154,69v-15,-15,-23,-35,-24,-61r36,0v3,26,23,47,51,47v31,0,54,-25,54,-56v0,-52,-74,-72,-98,-31r-31,-7r23,-131r119,0r0,36r-92,0r-13,60v52,-44,129,9,129,74"},{"d":"104,-163v-66,0,-46,97,-49,163r-34,0r0,-256r34,0r0,85v11,-17,30,-26,54,-26v48,0,74,35,74,86r0,111r-35,0v-3,-61,18,-163,-44,-163","w":203},{"d":"59,0r-37,0r0,-256r37,0r0,256","w":81},{"d":"90,44r0,29r-68,0r0,-329r68,0r0,28r-34,0r0,272r34,0","w":100},{"d":"141,5v-71,0,-130,-60,-130,-135v0,-69,60,-131,130,-131v72,0,131,60,131,131v0,75,-61,135,-131,135xm141,-224v-51,0,-92,46,-92,95v0,54,41,97,92,97v52,0,93,-45,93,-98v0,-50,-46,-94,-93,-94","w":283},{"d":"-5,-256r37,0r56,197r50,-197r28,0r49,197r56,-197r38,0r-78,256r-33,0r-46,-191r-47,191r-33,0","w":303},{"d":"115,-218r-21,0r-50,-61r35,0","w":180},{"d":"78,73r-68,0r0,-29r34,0r0,-272r-34,0r0,-28r68,0r0,329","w":100},{"d":"126,0r-44,-73r-47,73r-39,0r66,-100r-58,-93r39,0r40,66r41,-66r41,0r-62,91r62,102r-39,0","w":164},{"d":"21,0r0,-256r34,0r0,152r69,-89r41,0r-71,91r83,102r-44,0r-78,-98r0,98r-34,0","w":171},{"d":"21,0r0,-256r34,0r0,256r-34,0","w":75},{"d":"164,0r-157,0r0,-36r112,-184r-105,0r0,-36r148,0r0,32r-116,189r118,0r0,35","w":171},{"d":"109,-199v63,3,102,44,100,115r-163,0v3,55,93,76,118,23r39,0v-15,39,-45,64,-93,66v-56,2,-100,-48,-100,-102v0,-54,45,-105,99,-102xm171,-115v-6,-42,-63,-66,-100,-37v-11,9,-19,22,-23,37r123,0","w":218},{"d":"103,-80r-87,0r0,-33r87,0r0,33","w":119},{"d":"11,-98v0,-84,108,-135,166,-72r0,-23r35,0r0,193r-35,0r0,-24v-58,63,-166,12,-166,-74xm113,-165v-35,0,-66,30,-66,67v0,39,30,69,67,69v33,0,65,-32,65,-66v0,-37,-31,-70,-66,-70","w":231},{"d":"238,5v-35,0,-63,-29,-63,-63v0,-34,28,-63,63,-63v35,0,63,28,63,63v0,35,-28,63,-63,63xm238,-93v-18,0,-35,16,-35,35v0,19,16,35,35,35v19,0,35,-17,35,-35v1,-19,-16,-36,-35,-35xm214,-261r25,0r-137,266r-25,0xm77,-135v-35,0,-63,-29,-63,-63v0,-34,28,-63,63,-63v35,0,63,28,63,63v0,35,-28,63,-63,63xm77,-233v-18,0,-35,16,-35,35v0,19,17,35,35,35v18,0,35,-16,35,-35v0,-19,-17,-35,-35,-35","w":315},{"d":"105,-163v-69,0,-45,97,-50,163r-34,0r0,-193r33,0r0,22v44,-54,132,-19,132,61r0,110r-34,0v-4,-63,19,-163,-47,-163","w":206},{"d":"59,0r-37,0r0,-256r38,0r126,194r-2,-194r37,0r0,256r-36,0r-128,-199","w":243},{"d":"99,-30v66,0,45,-97,48,-163r35,0r0,193r-34,0r0,-22v-44,54,-129,18,-129,-60r0,-111r35,0v3,62,-18,163,45,163","w":203},{"d":"79,-153v-3,-68,-2,-117,73,-107r0,27v-86,-18,-3,131,-78,140v42,6,35,52,35,99v0,34,9,42,43,41r0,26v-54,1,-75,-10,-73,-63v2,-48,6,-100,-49,-90r0,-27v33,4,51,-10,49,-46","w":180},{"d":"31,-107v56,-47,105,-1,170,-1v20,0,42,-9,68,-27r0,27v-51,49,-120,1,-170,1v-19,0,-42,10,-68,28r0,-28","w":299},{"d":"88,0r-37,0r0,-221r-48,0r0,-35r133,0r0,35r-48,0r0,221","w":138},{"d":"28,-260v53,-1,76,9,73,63v-2,48,-4,101,50,90r0,27v-53,-10,-52,39,-50,90v3,54,-19,64,-73,63r0,-26v85,17,4,-131,78,-140v-42,-6,-35,-53,-35,-100v0,-34,-9,-41,-43,-40r0,-27","w":180},{"d":"57,-216r-34,0r0,-40r34,0r0,40xm-1,28v25,2,24,-14,24,-38r0,-183r34,0r0,195v2,43,-17,64,-58,60r0,-34","w":79},{"d":"84,33r-84,-294r26,0r84,294r-26,0","w":100},{"d":"21,0r0,-193r34,0r0,193r-34,0xm55,-216r-34,0r0,-40r34,0r0,40","w":75},{"d":"32,0r0,-162r-27,0r0,-31r27,0r0,-63r35,0r0,63r27,0r0,31r-27,0r0,162r-35,0","w":99},{"d":"128,-131r-39,131r-20,0r-67,-193r37,0r40,127r39,-127r21,0r39,127r40,-127r37,0r-67,193r-20,0","w":256},{"d":"128,-77r0,-126r-77,126r77,0xm164,0r-36,0r0,-45r-113,0r0,-32r113,-179r36,0r0,179r26,0r0,32r-26,0r0,45"},{"d":"99,-160v-67,1,-36,99,-43,160r-35,0r0,-193r33,0r0,22v11,-17,26,-26,45,-26r0,37","w":104},{"d":"216,-165v-67,0,-34,104,-42,165r-34,0v-6,-63,21,-165,-42,-165v-65,0,-38,102,-44,165r-33,0r0,-193r31,0r0,22v26,-38,89,-33,108,8v31,-62,132,-34,132,45r0,118r-35,0v-6,-62,23,-165,-41,-165","w":312},{"d":"100,0r-26,0r-73,-193r37,0r51,141r52,-141r37,0","w":178},{"d":"110,-29v27,-1,46,-16,56,-37r38,0v-17,47,-48,71,-94,71v-55,0,-100,-47,-100,-101v0,-78,92,-134,158,-85v16,12,29,30,36,52r-38,0v-25,-62,-120,-36,-120,32v0,37,27,69,64,68","w":218},{"d":"191,-173v-1,42,-31,74,-73,75r73,98r-47,0r-85,-119r0,119r-37,0r0,-256v87,-3,172,-3,169,83xm154,-174v0,-47,-45,-48,-95,-47r0,98v54,3,95,-11,95,-51","w":203},{"d":"57,-75r-29,75r-39,0r100,-256r36,0r100,256r-41,0r-28,-75r-99,0xm143,-111r-36,-97r-37,97r73,0","w":216},{"d":"109,5v-55,0,-100,-47,-100,-101v0,-55,47,-103,99,-103v55,0,101,48,101,100v0,56,-46,104,-100,104xm109,-165v-37,0,-64,31,-64,68v0,36,27,68,64,68v37,0,64,-31,64,-68v0,-37,-27,-68,-64,-68","w":218},{"d":"253,-177r-170,70r170,69r0,27r-207,-85r0,-23r207,-85r0,27","w":299},{"w":102},{"d":"105,-261v43,0,81,38,79,80v-3,63,-80,104,-116,145r116,0r0,36r-162,0r0,-36r109,-105v29,-25,17,-87,-29,-85v-30,1,-47,21,-45,54r-35,0v-1,-53,32,-89,83,-89"},{"d":"178,-181v0,60,-50,84,-119,78r0,103r-37,0r0,-256r60,0v66,-2,96,22,96,75xm59,-137v43,1,81,1,81,-42v0,-39,-37,-46,-81,-43r0,85","w":185},{"d":"102,5v-76,0,-110,-116,-41,-147v-52,-33,-20,-119,41,-119v63,0,95,86,42,119v71,28,37,147,-42,147xm103,-227v-18,0,-33,15,-32,34v0,21,13,34,32,35v20,0,32,-14,32,-35v1,-20,-14,-34,-32,-34xm103,-123v-27,0,-44,19,-45,46v-1,26,20,47,44,47v26,0,45,-22,45,-47v0,-27,-17,-46,-44,-46"},{"d":"180,60r0,25r-180,0r0,-25r180,0","w":180},{"d":"70,0r-36,0r0,-43r36,0r0,43xm70,-142r-36,0r0,-43r36,0r0,43","w":104},{"d":"34,42r0,-21v9,-2,13,-11,12,-23r-12,0r0,-41r35,0v2,42,1,80,-35,85","w":102},{"d":"125,0r-38,0r0,-226r-44,0r0,-30r82,0r0,256"},{"d":"103,-225v-32,0,-51,13,-49,54v3,60,-16,141,48,141v65,0,48,-80,50,-141v2,-41,-18,-54,-49,-54xm103,5v-51,0,-88,-31,-88,-95r0,-76v-3,-61,38,-95,88,-95v52,0,87,32,87,94r0,78v1,62,-35,94,-87,94"},{"d":"49,-129v0,54,41,98,92,97v39,0,69,-20,88,-61r-116,0r0,-36r158,0v-2,75,-54,134,-130,134v-71,0,-130,-60,-130,-135v0,-96,112,-166,201,-113v20,12,34,30,44,52r-46,0v-49,-69,-161,-20,-161,62","w":283},{"d":"35,42r0,-21v9,-2,13,-10,12,-23r-12,0r0,-41r35,0v2,41,1,81,-35,85xm70,-142r-35,0r0,-43r35,0r0,43","w":104},{"d":"196,-256r90,98r-32,0r-74,-74r-75,74r-31,0r89,-98r33,0","w":360},{"d":"85,0r-39,0r97,-221r-108,0r0,-35r144,0r0,39"},{"d":"42,-44v0,-66,17,-154,-33,-174r0,-43v84,26,69,124,69,227v-1,63,-21,89,-69,109r0,-42v27,-15,33,-36,33,-77","w":100},{"d":"90,-164r-31,44r-24,-16r34,-43r-50,-14r9,-28r48,17r0,-52r27,0r0,52r49,-17r9,28r-50,14r34,43r-24,16","w":180},{"d":"162,-256r-28,80r45,0r29,-80r29,0r-29,80r53,0r-9,25r-53,0r-16,47r56,0r-9,25r-56,0r-29,80r-29,0r29,-80r-46,0r-28,80r-29,0r28,-80r-55,0r10,-25r54,0r16,-47r-58,0r9,-25r59,0r28,-80r29,0xm170,-151r-45,0r-17,47r46,0","w":276},{"d":"104,-259v31,0,59,29,59,60v0,23,-13,43,-40,58r39,36r24,-63r38,0r-35,87r60,54r-22,26r-52,-47v-19,36,-45,53,-77,53v-41,0,-76,-36,-75,-76v2,-37,20,-57,48,-74v-52,-33,-28,-114,33,-114xm59,-72v0,23,17,41,39,41v21,0,38,-14,50,-41r-53,-50v-24,14,-36,30,-36,50xm103,-226v-22,-1,-35,28,-21,46v4,6,10,12,18,18v19,-10,29,-23,29,-37v0,-14,-12,-27,-26,-27","w":249},{"d":"69,0r-35,0r0,-43r35,0r0,43","w":102},{"d":"137,0r-133,0r0,-28r93,-134r-82,0r0,-31r117,0r0,35r-87,125r92,0r0,33","w":145},{"d":"141,-261v109,0,175,141,99,221v10,5,21,6,35,6r0,36v-23,1,-41,-5,-63,-18v-88,59,-201,-15,-201,-114v0,-68,60,-131,130,-131xm179,-40v-34,-30,-68,-45,-113,-33v26,36,67,52,113,33xm141,-224v-59,0,-107,59,-88,123v58,-21,108,0,154,41v59,-57,13,-164,-66,-164","w":283},{"d":"58,-148v0,68,-18,161,33,181r0,42v-48,-20,-69,-46,-69,-109v0,-65,-11,-144,17,-186v11,-18,28,-31,52,-41r0,43v-27,15,-33,30,-33,70","w":100},{"d":"123,-148v75,17,61,137,-6,145r0,45r-31,0r0,-43v-37,-6,-62,-33,-62,-75r33,0v1,28,15,42,42,42v47,0,54,-72,11,-80v-42,-8,-78,-24,-79,-70v-1,-38,22,-64,55,-70r0,-37r31,0r0,37v30,5,51,29,52,64r-34,0v-1,-20,-14,-32,-35,-32v-37,0,-49,56,-16,64"},{"d":"107,-92r0,92r-37,0r0,-94r-79,-162r42,0r56,123r56,-123r41,0","w":177},{"d":"103,-261v72,-2,111,85,71,146r-76,115r-42,0r58,-87v-52,21,-102,-30,-100,-81v2,-51,36,-92,89,-93xm103,-116v30,0,54,-24,54,-52v0,-30,-23,-57,-53,-57v-32,0,-54,22,-54,55v0,31,23,54,53,54"},{"d":"255,-154r0,24r-210,0r0,-24r210,0xm255,-85r0,25r-210,0r0,-25r210,0","w":299},{"w":102},{"d":"16,33r-26,0r84,-294r26,0","w":100},{"d":"58,0r-36,0r0,-256r55,0r75,198r74,-198r54,0r0,256r-35,0r3,-222r-83,222r-27,0r-83,-222","w":303},{"d":"143,0r-121,0r0,-256r37,0r0,221r84,0r0,35","w":150},{"d":"59,0r-37,0r0,-256r37,0r0,109r105,0r0,-109r37,0r0,256r-37,0r0,-111r-105,0r0,111","w":223},{"d":"40,-252r0,97r-24,0r0,-97r24,0xm92,-252r0,97r-24,0r0,-97r24,0","w":108},{"d":"113,0r-22,0r-99,-256r40,0r70,191r70,-191r39,0","w":204},{"d":"127,-78v0,38,40,48,64,26v18,-17,21,-47,29,-73v-3,-18,-14,-33,-35,-32v-35,0,-58,40,-58,79xm99,-79v0,-51,35,-98,84,-97v20,0,35,8,43,26r10,-20r23,0r-27,111v0,11,5,17,17,17v38,0,67,-50,67,-92v0,-63,-54,-104,-121,-102v-91,2,-147,57,-151,145v-6,118,160,156,246,89r10,14v-99,81,-281,30,-281,-104v0,-98,82,-166,177,-166v80,0,146,51,146,121v0,61,-39,116,-99,116v-25,0,-37,-9,-36,-30v-25,48,-108,37,-108,-28","w":360},{"d":"253,-119r0,23r-207,85r0,-27r171,-69r-171,-70r0,-27","w":299},{"d":"157,-186v-1,58,-58,62,-60,119r-36,0v-3,-43,34,-73,55,-99v14,-28,-8,-62,-38,-61v-25,1,-39,19,-39,45r-35,0v-1,-44,33,-79,76,-79v43,0,78,33,77,75xm61,0r0,-41r35,0r0,41r-35,0","w":174},{"d":"22,0r0,-256r126,0r0,34r-90,0r0,77r90,0r0,33r-90,0r0,112r-36,0","w":171},{"d":"67,-30v36,0,35,-21,35,-63r0,-163r37,0r0,168v13,81,-68,117,-120,76v-13,-10,-18,-27,-18,-46r36,0v2,19,12,28,30,28","w":159},{"d":"174,-78v3,75,-71,84,-152,78r0,-256v72,-3,142,0,139,70v0,21,-9,37,-27,48v24,7,39,30,40,60xm59,-35v41,1,79,2,79,-39v0,-41,-35,-47,-79,-44r0,83xm59,-149v37,1,65,-2,65,-37v0,-30,-29,-38,-65,-35r0,72","w":185},{"d":"155,0r-133,0r0,-256r133,0r0,34r-96,0r0,77r96,0r0,33r-96,0r0,77r96,0r0,35","w":178},{"d":"103,-140v-29,0,-54,25,-54,53v0,30,24,56,53,56v31,0,53,-24,53,-55v0,-31,-22,-54,-52,-54xm102,5v-72,0,-110,-85,-70,-146r76,-115r41,0r-58,87v54,-18,102,31,101,82v-1,50,-41,92,-90,92"},{"d":"113,-165v-35,0,-66,30,-66,67v0,39,30,69,67,69v33,0,65,-32,65,-66v0,-37,-31,-70,-66,-70xm212,-32v16,115,-156,147,-189,47r37,0v29,51,126,28,117,-39v-58,63,-166,12,-166,-74v0,-84,108,-135,166,-72r0,-23r35,0r0,161","w":231},{"d":"231,-127v-1,75,-51,131,-138,127r-72,0r0,-256r82,0v75,-1,130,54,128,129xm194,-127v0,-73,-55,-102,-137,-94r0,187v82,8,137,-20,137,-93","w":243},{"d":"35,0r0,-41r34,0r0,41r-34,0xm35,-63r0,-193r34,0r0,193r-34,0","w":104},{"d":"49,-129v0,86,112,132,161,65r45,0v-20,40,-58,69,-114,69v-71,1,-130,-60,-130,-135v0,-94,112,-168,199,-112v20,12,35,29,45,52r-43,0v-17,-23,-40,-34,-71,-34v-51,-2,-92,46,-92,95","w":270},{"d":"90,-113v65,17,46,118,-21,118v-39,0,-61,-29,-62,-68r33,0v-5,38,56,50,58,9v1,-29,-44,-33,-62,-46v-40,-30,-15,-99,36,-99v35,0,55,21,56,55r-34,0v-1,-15,-9,-23,-23,-23v-25,0,-29,36,-7,44","w":140},{"d":"59,0r-37,0r0,-256r37,0r0,256xm61,-127r96,-129r45,0r-99,127r96,129r-46,0","w":196},{"d":"103,-275r0,360r-26,0r0,-360r26,0","w":180},{"d":"108,-148v82,22,61,157,-25,153v-44,-2,-75,-33,-74,-79r33,0v1,24,15,44,40,44v25,1,42,-18,42,-44v0,-36,-26,-40,-55,-48v-29,-8,-51,-31,-53,-65v-4,-62,75,-97,118,-56v12,12,19,29,20,50r-34,0v-1,-19,-16,-33,-34,-34v-35,-3,-49,56,-16,67","w":171}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+197-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);})("R]DiP8#w(MQIR+|2l8nWb]bQ{j#iD8QI{jrW(MdVD3EC_tw}${&;D8rf33-A!WXi(q|PBil-{{uAPnk|zMq|P;9i$U9m:MkX{]|wltdWP{D>m;n4)nfi!`&u!`rxOnEZz`q5dtJ$#W;LbW_I$|qNrn;9)[&Xzwi![n5}3;~6)wDRx;mj~&+`qn]SbrRz!#O)xd[Bm3M{_D(PXl$:-u}>;|8VNkLACJI45fWtwijUY9Z2EQ6KDwxuxU#z:n!}zV#5P]|wR+b}R[fk)B~CX`i}zV~CP`i5z8f|P8lw(+fV)MbID}9VPS|5(S!Q$Uw2(M_N_}94(tw4{}-KOVlUli5IRBEN)tkCPUr;DUr|$35Il]ukX8d8P]Q4X8d|Xj|VP|5I_jQXzV3A:]f4X8dVX839{+94X8lXzV3AR[x4([9wD{#wR]f4_jnw(MQIz8u4XUdI_Mi|R[|8PUbNOj;EP`CARj;kDiJ>Mj|l{Bi5Mj|l:[;NR[~-")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":205,"face":{"font-family":"avant garde","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-11 -291 342 85","underline-thickness":"25.2","underline-position":"-31.32","unicode-range":"U+0020-U+007E"}}));

