/*
 * 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 © 1989, 1998, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 1998, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Eurostile is a trademark of Nebiolo.
 * 
 * Full name:
 * EurostileLTStd-Ex2
 * 
 * Designer:
 * Aldo Novarese, A. Butti
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":347,"face":{"font-family":"Eurostile LT Std","font-weight":400,"font-stretch":"expanded","units-per-em":"360","panose-1":"2 11 6 7 2 2 2 6 2 4","ascent":"270","descent":"-90","x-height":"3","bbox":"-16 -280 477 90","underline-thickness":"18","underline-position":"-18","stemh":"25","stemv":"31","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":173},"!":{"d":"67,0r0,-45r40,0r0,45r-40,0xm72,-76r0,-185r29,0r0,185r-29,0","w":173},"\"":{"d":"73,-174r0,-87r35,0r0,87r-35,0xm12,-174r0,-87r36,0r0,87r-36,0","w":120},"#":{"d":"198,-105r7,-51r-56,0r-6,51r55,0xm115,-105r7,-51r-33,0r0,-25r36,0r11,-80r27,0r-10,80r55,0r11,-80r28,0r-11,80r33,0r0,25r-36,0r-7,51r33,0r0,25r-37,0r-10,80r-28,0r10,-80r-55,0r-10,80r-29,0r11,-80r-33,0r0,-25r37,0"},"$":{"d":"187,-26v53,1,112,2,103,-48v8,-49,-55,-40,-103,-41r0,89xm158,-147r0,-88v-65,0,-105,1,-101,45v-11,45,49,44,101,43xm158,-26r0,-89v-101,0,-134,-9,-134,-76v0,-68,56,-75,134,-73r0,-16r29,0r0,16v89,-2,140,15,130,78r-33,0v0,-42,-6,-49,-97,-49r0,88v80,-2,144,5,136,81v-8,75,-69,69,-136,69r0,18r-29,0r0,-18v-74,2,-143,1,-134,-85r33,0v-14,57,43,58,101,56"},"%":{"d":"174,-135r0,-84v0,-16,-12,-19,-24,-19r-88,0v-12,0,-24,3,-24,19r0,84v0,16,12,19,24,19r88,0v12,0,24,-3,24,-19xm183,3r89,-267r24,0r-89,267r-24,0xm442,-41r0,-85v0,-16,-12,-19,-24,-19r-88,0v-12,0,-24,3,-24,19r0,85v0,16,12,19,24,19r88,0v12,0,24,-3,24,-19xm9,-134r0,-86v0,-41,26,-44,48,-44r98,0v22,0,48,3,48,44r0,86v0,41,-26,44,-48,44r-98,0v-22,0,-48,-3,-48,-44xm277,-40r0,-87v0,-41,26,-43,48,-43r98,0v22,0,48,2,48,43r0,87v0,41,-26,43,-48,43r-98,0v-22,0,-48,-2,-48,-43","w":479},"&":{"d":"379,0r-49,-25v-37,47,-136,28,-212,28v-75,0,-94,-26,-94,-86v0,-50,16,-69,64,-72v-51,-18,-33,-109,30,-109r127,0v59,1,70,29,67,80r-33,0v4,-31,-7,-51,-34,-51r-117,0v-43,-5,-42,48,-21,59r201,106r0,-58r33,0v-1,25,2,52,-2,74r53,27xm298,-41r-185,-97v-27,-6,-54,12,-54,63v0,30,8,49,60,49r121,0v34,0,54,-4,58,-15","w":391},"(":{"d":"22,-78v0,-93,-25,-204,94,-186r0,29v-43,0,-61,-5,-61,56r0,112v-3,39,23,43,61,41r0,29v-57,1,-94,2,-94,-81","w":133},")":{"d":"17,3r0,-29v43,0,61,5,61,-56r0,-111v3,-39,-22,-44,-61,-42r0,-29v58,-1,94,-3,94,81v0,83,24,193,-70,186r-24,0","w":133},"*":{"d":"126,-177r0,-22r-19,-12r-20,12r0,22r20,11xm30,-177r0,-23r57,0r-29,-49r20,-12r29,50r28,-50r20,12r-28,49r57,0r0,23r-57,0r28,50r-20,11r-28,-49r-29,49r-20,-11r29,-50r-57,0","w":213},"+":{"d":"95,0r0,-78r-78,0r0,-26r78,0r0,-78r26,0r0,78r78,0r0,26r-78,0r0,78r-26,0","w":216},",":{"d":"67,0r0,-45r40,0v1,45,6,93,-44,86r0,-21v14,0,17,-2,17,-20r-13,0","w":173},"-":{"d":"30,-81r0,-29r100,0r0,29r-100,0","w":159},".":{"d":"67,0r0,-45r40,0r0,45r-40,0","w":173},"\/":{"d":"-16,3r135,-267r30,0r-135,267r-30,0","w":133},"0":{"d":"112,3v-110,6,-90,-86,-90,-179v0,-57,19,-88,90,-88r123,0v110,-5,90,86,90,180v0,57,-19,87,-90,87r-123,0xm292,-101r0,-59v0,-68,-10,-75,-79,-75r-79,0v-69,0,-79,7,-79,75r0,59v0,68,10,75,79,75r79,0v69,0,79,-7,79,-75"},"1":{"d":"184,0r0,-230r-98,77r-18,-23r107,-85r42,0r0,261r-33,0"},"2":{"d":"26,0v-5,-79,8,-117,87,-122r116,-8v51,-4,55,-17,55,-50v0,-38,-8,-55,-55,-55r-109,0v-42,-4,-64,14,-60,70r-33,0v-5,-70,20,-99,92,-99r110,0v75,0,88,35,88,86v0,69,-26,73,-112,79r-54,4v-97,7,-92,7,-92,66r262,0r0,29r-295,0"},"3":{"d":"140,-118r0,-29r99,0v46,0,47,-12,47,-43v0,-74,-104,-45,-163,-45v-57,0,-66,10,-63,52r-33,0v-4,-54,15,-81,74,-81r129,0v71,0,89,20,89,67v0,49,-7,53,-40,64v32,4,45,13,45,60v0,48,-4,76,-95,76r-110,0v-79,0,-96,-22,-93,-84r33,0v0,41,4,55,55,55v63,0,195,29,177,-47v0,-42,-12,-45,-43,-45r-108,0"},"4":{"d":"18,-55r0,-41r214,-165r48,0r0,177r44,0r0,29r-44,0r0,55r-33,0r0,-55r-229,0xm247,-84r0,-151r-196,151r196,0"},"5":{"d":"32,-122r0,-139r280,0r0,29r-247,0r1,82v11,-41,108,-24,165,-27v73,-4,91,30,91,105v0,47,-10,75,-98,75r-116,0v-64,0,-82,-25,-81,-83r33,0v0,34,4,54,53,54r100,0v76,1,76,-17,76,-72v0,-73,-105,-51,-171,-51v-28,0,-46,3,-54,27r-32,0"},"6":{"d":"62,-77v0,68,72,51,135,51v66,0,88,1,88,-52v0,-45,-5,-49,-92,-49r-50,0v-72,0,-81,11,-81,50xm282,-184v18,-72,-103,-51,-165,-51v-24,0,-55,7,-55,42v0,23,-2,50,1,71v10,-30,37,-34,61,-34v80,0,201,-24,194,64v16,117,-90,93,-193,95v-46,0,-96,-5,-96,-76r0,-122v8,-93,103,-69,189,-69v83,0,99,27,97,80r-33,0"},"7":{"d":"89,0r203,-232r-266,0r0,-29r299,0r0,40r-194,221r-42,0"},"8":{"d":"140,-26r67,0v74,0,80,-7,80,-49v0,-71,-99,-45,-158,-45v-56,0,-69,3,-69,45v0,42,6,49,80,49xm63,-193v0,70,95,45,153,45v57,0,68,-4,68,-45v0,-65,-104,-42,-161,-42v-51,0,-60,9,-60,42xm103,3v-60,4,-76,-23,-76,-81v0,-42,11,-49,49,-57v-52,-12,-44,-34,-46,-68v-6,-87,127,-58,207,-61v63,-3,80,21,80,78v0,18,-6,44,-44,52v35,2,47,29,47,76v0,92,-135,56,-217,61"},"9":{"d":"154,-134r50,0v72,0,81,-11,81,-50v0,-68,-72,-51,-135,-51v-66,0,-88,0,-88,53v0,45,5,48,92,48xm129,3v-83,0,-99,-27,-97,-80r33,0v-19,73,103,51,165,51v24,0,55,-7,55,-42v0,-23,2,-49,-1,-70v-10,29,-37,33,-61,33v-80,0,-201,24,-194,-64v-15,-116,90,-94,193,-95v46,0,96,5,96,76r0,122v-8,93,-103,69,-189,69"},":":{"d":"67,0r0,-45r40,0r0,45r-40,0xm67,-139r0,-45r40,0r0,45r-40,0","w":173},";":{"d":"67,0r0,-45r40,0v1,45,6,93,-44,86r0,-21v14,1,17,-5,17,-20r-13,0xm67,-139r0,-45r40,0r0,45r-40,0","w":173},"<":{"d":"17,-77r0,-28r182,-80r0,31r-143,63r143,63r0,31","w":216},"=":{"d":"17,-116r0,-25r182,0r0,25r-182,0xm17,-41r0,-25r182,0r0,25r-182,0","w":216},">":{"d":"199,-105r0,28r-182,80r0,-31r143,-63r-143,-63r0,-31","w":216},"?":{"d":"17,-176v-7,-79,25,-88,115,-88v103,0,132,4,132,76v0,60,-26,64,-84,74v-14,2,-47,7,-42,34r-29,0v-1,-45,10,-49,75,-62v41,-8,49,-11,49,-50v0,-42,-10,-46,-95,-46v-82,0,-94,2,-90,62r-31,0xm104,0r0,-45r40,0r0,45r-40,0","w":284},"@":{"d":"103,-115v0,22,10,37,28,37v42,0,72,-98,19,-98v-28,0,-47,33,-47,61xm240,-56r21,0v-61,103,-246,64,-246,-75v0,-75,62,-133,135,-133v65,0,123,45,123,110v0,68,-59,101,-87,101v-12,0,-19,-9,-22,-21v-29,40,-90,16,-90,-37v0,-62,76,-127,115,-65r6,-21r28,0v-9,37,-22,69,-27,110v0,5,1,9,6,9v22,0,46,-31,46,-70v0,-56,-45,-87,-99,-87v-64,0,-109,46,-109,105v0,105,137,149,200,74","w":288},"A":{"d":"5,0r155,-261r44,0r155,261r-40,0r-32,-55r-209,0r-33,55r-40,0xm270,-84r-88,-148r-87,148r175,0","w":364},"B":{"d":"256,-29v41,0,45,-17,45,-53v0,-32,-18,-38,-50,-38r-181,0r0,91r186,0xm252,-149v28,3,39,-19,39,-55v0,-24,-26,-28,-37,-28r-184,0r0,83r182,0xm35,0r0,-261r222,0v64,3,69,31,69,81v0,20,-13,37,-42,42v40,-4,52,33,52,83v0,36,-32,55,-75,55r-226,0","w":364},"C":{"d":"121,3v-100,6,-93,-76,-93,-169v0,-66,22,-98,93,-98r135,0v75,3,84,32,81,88r-31,0v4,-48,-23,-63,-59,-59v-75,8,-184,-32,-184,56r0,98v0,45,27,55,61,55r124,0v56,1,63,-16,61,-61r33,0v2,60,-7,89,-88,90r-133,0","w":364},"D":{"d":"319,-116r0,-27v0,-75,-24,-89,-67,-89r-184,0r0,203r179,0v43,0,72,-9,72,-87xm32,0r0,-261r211,0v87,0,111,28,111,131v0,96,-23,130,-112,130r-210,0","w":381},"E":{"d":"35,0r0,-261r256,0r0,29r-221,0r0,83r212,0r0,29r-212,0r0,91r222,0r0,29r-257,0","w":311},"F":{"d":"35,0r0,-261r248,0r0,29r-213,0r0,83r205,0r0,29r-205,0r0,120r-35,0","w":302,"k":{"A":20,",":40,".":40}},"G":{"d":"354,-129v4,82,-9,132,-88,132r-145,0v-100,6,-93,-76,-93,-169v0,-66,22,-98,93,-98v99,0,230,-36,230,81r-33,0v0,-49,-15,-52,-102,-52v-68,0,-153,-24,-153,56r0,98v0,45,27,55,61,55r138,0v46,3,62,-25,57,-74r-134,0r0,-29r169,0","w":381},"H":{"d":"35,0r0,-261r35,0r0,112r235,0r0,-112r36,0r0,261r-36,0r0,-120r-235,0r0,120r-35,0","w":375},"I":{"d":"36,0r0,-261r35,0r0,261r-35,0","w":106},"J":{"d":"95,3v-75,0,-91,-31,-86,-99r33,0v-2,49,2,74,56,70v49,-3,119,14,119,-40r0,-195r35,0r0,188v9,86,-76,76,-157,76","w":284},"K":{"d":"35,0r0,-261r35,0r0,111r44,0r164,-111v19,1,41,-2,58,1r-187,125r204,134v-18,3,-43,0,-63,1r-179,-121r-41,0r0,121r-35,0","w":355},"L":{"d":"35,0r0,-261r35,0r0,232r202,0r0,29r-237,0","w":275,"k":{"T":40,"V":40,"W":27,"y":13,"Y":46}},"M":{"d":"32,0r0,-261r55,0r153,219r152,-219r55,0r0,261r-35,0r-1,-229r-159,229r-25,0r-159,-229r0,229r-36,0","w":479},"N":{"d":"32,0r0,-261r53,0r239,229r0,-229r35,0r0,261r-53,0r-238,-229r0,229r-36,0","w":391},"O":{"d":"328,-81r0,-98v0,-45,-27,-56,-61,-56r-143,0v-34,0,-61,11,-61,56r0,98v0,45,27,55,61,55r143,0v34,0,61,-10,61,-55xm121,3v-100,6,-93,-76,-93,-169v0,-66,22,-98,93,-98r150,0v100,-6,93,76,93,169v0,66,-22,98,-93,98r-150,0","w":391},"P":{"d":"35,0r0,-261r214,0v48,0,75,10,75,71v0,58,-5,87,-82,87r-172,0r0,103r-35,0xm244,-131v39,2,44,-23,44,-62v0,-31,-16,-39,-47,-39r-171,0r0,101r174,0","w":338,"k":{"A":20,",":46,".":46}},"Q":{"d":"370,-11r-23,-15v-33,47,-149,24,-226,29v-100,6,-93,-76,-93,-169v0,-66,22,-98,93,-98r150,0v115,-10,97,115,88,211r27,17xm328,-72r0,-107v0,-45,-27,-56,-61,-56r-143,0v-34,0,-61,11,-61,56r0,98v0,45,27,55,61,55r143,0v27,0,41,-4,51,-18r-105,-67r16,-24","w":391},"R":{"d":"32,0r0,-261r209,0v85,0,88,31,87,95v0,37,-21,47,-48,50v62,9,41,59,45,116r-33,0r0,-57v0,-41,-20,-46,-52,-46r-172,0r0,103r-36,0xm68,-132r169,0v50,0,56,-17,56,-61v0,-29,-13,-39,-65,-39r-160,0r0,100","w":355},"S":{"d":"223,3v-96,0,-207,23,-195,-85r33,0v-2,41,5,56,58,56v65,0,184,24,175,-48v9,-56,-73,-41,-123,-41v-108,0,-143,-7,-143,-76v0,-86,99,-73,184,-73v92,0,111,22,109,78r-33,0v-1,-41,-5,-49,-98,-49r-37,0v-68,0,-92,4,-92,47v0,63,112,38,169,41v77,4,98,21,98,81v0,64,-53,69,-105,69","w":355},"T":{"d":"138,0r0,-232r-132,0r0,-29r299,0r0,29r-132,0r0,232r-35,0","w":311,"k":{"w":40,"y":40,"A":33,",":40,".":40,"a":40,"c":40,"e":40,"i":46,"o":40,"r":40,"s":40,"u":40,":":40,"-":40,";":40}},"U":{"d":"35,-66r0,-195r35,0r0,195v0,25,8,40,56,40r123,0v48,0,56,-15,56,-40r0,-195r36,0r0,195v10,94,-127,69,-214,69v-66,0,-92,-16,-92,-69","w":375},"V":{"d":"152,0r-144,-261r39,0r127,229r126,-229r39,0r-144,261r-43,0","k":{"y":6,"A":33,",":46,".":46,"a":20,"e":20,"i":6,"o":20,"r":13,"u":13,":":13,"-":20,";":13}},"W":{"d":"106,0r-104,-261r35,0r91,228r89,-228r45,0r89,229r92,-229r34,0r-103,261r-46,0r-88,-229r-89,229r-45,0","w":479,"k":{"A":13,",":27,".":27,"a":6,"e":6,"o":6,":":6,"-":6,";":6}},"X":{"d":"8,0r143,-138r-127,-123r50,0r108,105r110,-105r49,0r-128,123r144,138r-50,0r-125,-121r-123,121r-51,0","w":364},"Y":{"d":"156,0r0,-110r-150,-151r48,0r120,121r119,-121r48,0r-150,151r0,110r-35,0","k":{"v":20,"A":27,",":54,".":54,"a":27,"e":27,"i":13,"o":27,"u":20,":":33,"-":40,";":33,"p":20,"q":27}},"Z":{"d":"15,0r0,-27r238,-205r-230,0r0,-29r286,0r0,26r-240,206r245,0r0,29r-299,0","w":328},"[":{"d":"26,0r0,-261r92,0r0,29r-61,0r0,203r61,0r0,29r-92,0","w":133},"\\":{"d":"119,3r-135,-267r30,0r135,267r-30,0","w":133},"]":{"d":"15,0r0,-29r61,0r0,-203r-61,0r0,-29r92,0r0,261r-92,0","w":133},"^":{"d":"22,-115r71,-146r30,0r71,146r-28,0r-58,-117r-58,117r-28,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"219,0v-1,-6,2,-14,-1,-18v-4,31,-96,21,-140,21v-52,0,-59,-24,-59,-67v0,-58,75,-45,134,-47v41,-1,53,5,66,22v3,-55,-2,-76,-69,-72v-36,2,-104,-8,-91,31r-31,0v-13,-59,61,-56,125,-56v58,0,97,8,97,63r0,123r-31,0xm141,-22v61,-2,81,-1,78,-36v7,-37,-74,-28,-117,-28v-43,0,-53,6,-52,35v-10,33,54,29,91,29","w":275},"b":{"d":"171,-22v67,2,62,-34,62,-89v0,-58,-52,-50,-106,-50v-42,0,-67,7,-67,51v0,53,-1,89,61,88r50,0xm29,0r0,-261r31,0r1,102v5,-31,63,-27,106,-27v90,0,97,33,97,111v0,80,-64,78,-139,78v-33,0,-56,-12,-67,-32r0,29r-29,0","w":284},"c":{"d":"21,-71r0,-41v4,-88,71,-74,144,-74v60,0,81,23,80,67r-29,0v5,-55,-59,-42,-108,-42v-29,0,-56,4,-56,50r0,38v-2,61,59,50,115,51v31,0,56,-10,53,-45r28,0v11,77,-74,72,-150,70v-28,0,-77,-7,-77,-74","w":266},"d":{"d":"116,-161v-58,-3,-69,29,-64,86v-10,55,55,53,112,53v62,0,61,-34,61,-88v0,-60,-54,-48,-109,-51xm256,-261r0,261r-29,0v-1,-9,2,-22,-1,-29v-12,33,-62,32,-110,32v-69,0,-104,-31,-95,-110v-10,-77,61,-79,144,-79v36,0,52,10,60,27r0,-102r31,0","w":284},"e":{"d":"225,-112v2,-34,-8,-49,-64,-49v-55,0,-115,-11,-109,49r173,0xm21,-72r0,-40v4,-88,68,-72,140,-74v63,-2,102,23,95,100r-204,0v-12,66,49,64,116,64v39,0,55,-5,57,-33r31,0v7,63,-80,59,-149,58v-40,0,-86,-7,-86,-75","w":275},"f":{"d":"50,0r0,-158r-40,0r0,-26r40,0v-7,-77,46,-82,118,-77r0,26v-36,0,-91,-7,-87,29r0,22r87,0r0,26r-87,0r0,158r-31,0","w":177,"k":{"f":6}},"g":{"d":"164,-33v54,0,61,-24,61,-72v0,-34,-11,-56,-55,-56v-50,0,-118,-12,-118,39v0,51,0,89,52,89r60,0xm256,-184r0,184v-6,81,-83,66,-157,66v-60,0,-73,-29,-72,-61r28,0v-4,39,44,36,84,36v75,0,93,-14,85,-78v-1,33,-79,29,-126,29v-63,0,-83,-39,-77,-104v7,-95,73,-70,149,-74v24,-1,45,7,57,35r0,-33r29,0","w":284},"h":{"d":"29,0r0,-261r31,0r1,109v13,-40,66,-34,118,-34v111,-1,69,97,77,186r-31,0r0,-117v4,-29,-18,-44,-76,-44v-124,0,-81,72,-89,161r-31,0","w":284},"i":{"d":"33,0r0,-184r31,0r0,184r-31,0xm33,-227r0,-34r31,0r0,34r-31,0","w":97},"j":{"d":"3,64r0,-25v24,0,30,-4,30,-22r0,-201r31,0r0,205v1,30,-23,46,-61,43xm33,-227r0,-34r31,0r0,34r-31,0","w":97},"k":{"d":"29,0r0,-261r31,0r0,147r15,0r107,-70v16,1,35,-2,49,1r-127,81r151,102r-49,0r-133,-89r-13,0r0,89r-31,0","w":257},"l":{"d":"33,0r0,-261r31,0r0,261r-31,0","w":97},"m":{"d":"29,0r0,-184r29,0v1,7,-2,17,1,22v17,-31,65,-23,111,-24v28,0,50,10,60,33v16,-35,57,-34,105,-33v50,0,80,21,80,63r0,123r-31,0r0,-120v8,-27,-32,-41,-80,-41v-56,0,-64,22,-64,52r0,109r-30,0v-9,-71,34,-161,-61,-161v-48,0,-89,5,-89,46r0,115r-31,0","w":444},"n":{"d":"29,0r0,-184r29,0v1,10,-2,24,1,32v14,-40,67,-33,120,-34v111,-1,69,97,77,186r-31,0r0,-117v4,-29,-18,-44,-76,-44v-124,0,-81,72,-89,161r-31,0","w":284},"o":{"d":"23,-72r0,-40v-1,-76,70,-74,146,-74v59,0,101,14,101,74r0,40v1,76,-69,75,-145,75v-59,0,-102,-15,-102,-75xm239,-73r0,-37v2,-67,-66,-51,-124,-51v-36,0,-61,8,-61,51r0,37v-2,67,66,51,124,51v36,0,61,-8,61,-51","w":293},"p":{"d":"175,-22v51,4,63,-33,58,-87v10,-60,-60,-53,-117,-52v-56,0,-57,37,-56,88v1,66,59,46,115,51xm29,64r0,-248r29,0v1,9,-2,23,1,30v15,-38,69,-32,120,-32v44,0,85,14,85,77v0,75,-12,114,-90,112v-45,-1,-107,6,-114,-27r0,88r-31,0","w":284},"q":{"d":"225,-73v1,-52,-1,-88,-57,-88v-56,0,-126,-8,-116,52v-4,53,5,92,57,87v56,-5,115,15,116,-51xm225,64r-1,-88v-5,35,-69,26,-113,27v-77,3,-94,-36,-90,-112v4,-87,68,-77,144,-77v28,-1,51,12,62,32r0,-30r29,0r0,248r-31,0","w":284},"r":{"d":"32,0r0,-184r28,0v1,8,-2,21,1,27v18,-33,46,-29,86,-29v68,-1,80,26,77,85r-29,0v7,-57,-23,-61,-84,-60v-76,2,-40,96,-48,161r-31,0","w":231,"k":{",":46,".":46}},"s":{"d":"168,3v-73,0,-152,18,-146,-66r29,0v-11,55,63,41,110,41v47,0,62,-2,61,-31v0,-18,-5,-27,-42,-27v-66,0,-155,24,-155,-60v0,-30,17,-46,93,-46r48,0v75,2,80,18,79,55v-9,-1,-22,2,-29,-1v3,-44,-66,-29,-106,-29v-48,0,-54,3,-54,32v0,38,82,24,119,24v46,0,78,4,78,55v0,51,-47,53,-85,53","w":275},"t":{"d":"134,3v-118,6,-83,-75,-88,-161r-41,0r0,-26r41,0r0,-43r31,0r0,43r122,0r0,26r-122,0v6,59,-26,148,55,136v47,3,49,-18,48,-61r25,0v0,52,6,82,-71,86","w":213},"u":{"d":"227,0v-1,-10,2,-24,-1,-32v-14,41,-67,35,-121,35v-111,1,-67,-99,-76,-187r31,0r0,117v-4,29,18,45,76,45v124,0,81,-73,89,-162r31,0r0,184r-29,0","w":284},"v":{"d":"106,0r-104,-184r33,0r89,159r89,-159r33,0r-103,184r-37,0","w":248,"k":{",":27,".":27}},"w":{"d":"86,0r-83,-184r32,0r72,159r58,-159r45,0r58,159r72,-159r33,0r-84,184r-43,0r-58,-158r-59,158r-43,0","w":375,"k":{",":20,".":20}},"x":{"d":"2,0r100,-98r-87,-86r43,0r66,68r67,-68r42,0r-87,86r101,98r-45,0r-78,-80r-78,80r-44,0","w":248},"y":{"d":"39,68r0,-25v48,0,58,-3,74,-40r-8,0r-104,-187r35,0r89,163r80,-163r34,0r-104,207v-19,38,-32,44,-96,45","w":240,"k":{",":27,".":27}},"z":{"d":"16,0r0,-25r163,-133r-157,0r0,-26r200,0r0,26r-163,133r165,0r0,25r-208,0","w":240},"{":{"d":"17,-118r0,-25v26,2,35,-36,31,-70v4,-43,29,-52,69,-48r0,26v-40,-8,-40,21,-38,59v1,34,-25,41,-34,46v10,2,34,10,34,47v-1,32,-5,66,38,58r0,25v-51,8,-69,-20,-69,-78v0,-26,-16,-40,-31,-40","w":133},"|":{"d":"26,-270r28,0r0,360r-28,0r0,-360","w":79},"}":{"d":"17,0r0,-25v39,8,38,-23,37,-60v-1,-34,25,-41,34,-46v-10,-2,-34,-10,-34,-47v1,-32,6,-65,-37,-57r0,-26v51,-9,68,20,68,78v0,26,17,40,32,40r0,25v-26,-2,-37,35,-32,70v-4,43,-28,52,-68,48","w":133},"~":{"d":"146,-67v-26,0,-57,-24,-77,-24v-14,0,-23,14,-31,27r-13,-22v8,-15,21,-30,45,-30v25,-1,56,23,77,24v14,0,23,-13,31,-26r13,21v-8,15,-21,30,-45,30","w":216},"'":{"d":"31,-174r0,-87r36,0r0,87r-36,0","w":97},"`":{"d":"55,-212r-66,-66r37,0r53,66r-24,0","w":97},"\u00a0":{"w":173}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1990, 1998, 2002 Adobe Systems Incorporated.  All Rights
 * Reserved. © 1981, 1998, 2002 Heidelberger Druckmaschinen AG. All rights
 * reserved.
 * 
 * Trademark:
 * Eurostile is a trademark of Nebiolo.
 * 
 * Full name:
 * EurostileLTStd-BoldEx2
 * 
 * Designer:
 * Aldo Novarese, A. Butti
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":355,"face":{"font-family":"Eurostile LT Std","font-weight":700,"font-stretch":"expanded","units-per-em":"360","panose-1":"2 11 9 7 3 5 2 6 2 4","ascent":"270","descent":"-90","x-height":"3","bbox":"-27 -286 478 90","underline-thickness":"18","underline-position":"-18","stemh":"48","stemv":"69","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":177},"!":{"d":"51,0r0,-73r76,0r0,73r-76,0xm55,-104r-3,-157r74,0r-4,157r-67,0","w":177},"\"":{"d":"137,-117r0,-144r55,0r0,144r-55,0xm48,-117r0,-144r55,0r0,144r-55,0","w":240},"#":{"d":"168,-148r-5,35r25,0r4,-35r-24,0xm85,-70r0,-43r34,0r4,-35r-28,0r0,-43r34,0r10,-70r44,0r-9,70r24,0r9,-70r45,0r-9,70r28,0r0,43r-34,0r-5,35r28,0r0,43r-34,0r-9,70r-45,0r10,-70r-24,0r-10,70r-44,0r9,-70r-28,0"},"$":{"d":"148,-165r11,0r0,-40v-25,2,-64,-8,-64,19v0,13,4,21,53,21xm198,-101r0,43v27,-2,63,9,63,-23v0,-17,-10,-20,-63,-20xm159,3v-80,5,-145,-4,-137,-85r71,0v-5,37,38,20,66,24r0,-44v-118,0,-135,-29,-135,-88v0,-76,61,-77,135,-74r0,-22r39,0r0,22v71,-2,124,-4,128,76r-69,0v0,-13,-5,-17,-31,-17r-28,0r0,42v104,0,136,23,136,82v0,75,-55,87,-136,84r0,24r-39,0r0,-24"},"%":{"d":"82,-220v-31,-6,-21,33,-24,59v-4,39,42,24,73,27v35,4,24,-32,26,-61v4,-42,-45,-19,-75,-25xm179,3r88,-267r33,0r-88,267r-33,0xm346,-127v-31,-6,-20,34,-23,60v-4,39,42,24,73,27v35,4,24,-32,26,-61v4,-42,-45,-21,-76,-26xm69,-91v-76,0,-59,-53,-61,-115v-2,-74,73,-54,139,-58v61,-3,60,44,60,103v0,79,-64,70,-138,70xm334,3v-76,0,-59,-54,-61,-116v-2,-73,73,-53,138,-57v61,-4,61,44,61,103v0,79,-64,70,-138,70","w":479},"&":{"d":"135,-53v38,0,82,4,116,-2v-46,-21,-83,-49,-134,-65v-12,0,-22,3,-22,33v0,28,13,34,40,34xm229,3v-103,-2,-205,23,-205,-94v0,-42,15,-54,57,-58v-25,-16,-27,-24,-27,-55v0,-50,13,-60,94,-60r62,0v98,-1,107,16,106,88r-69,0v12,-46,-53,-32,-91,-34v-39,-3,-36,25,-11,38r130,67r0,-35r64,0r-2,67r46,24r-22,49r-46,-24v-16,24,-52,27,-86,27","w":381},"(":{"d":"33,-75r0,-110v-1,-79,51,-82,123,-79r0,59v-28,0,-54,-5,-54,27r0,96v-2,32,26,27,54,27r0,58v-71,2,-123,1,-123,-78","w":177},")":{"d":"22,3r0,-58v28,0,54,5,54,-27r0,-96v2,-32,-26,-27,-54,-27r0,-59v72,-3,123,0,123,79r0,110v1,79,-51,81,-123,78","w":177},"*":{"d":"83,-116r-29,-16r27,-42r25,14xm159,-132r-28,16r-23,-44r24,-14xm131,-264r28,17r-27,42r-24,-14xm184,-206r0,32r-50,-2r0,-28xm30,-174r0,-32r50,2r0,28xm54,-247r29,-17r23,45r-25,14","w":213},"+":{"d":"83,0r0,-66r-66,0r0,-50r66,0r0,-66r50,0r0,66r66,0r0,50r-66,0r0,66r-50,0","w":216},",":{"d":"40,64r0,-41v30,-1,31,-5,31,-23r-20,0r0,-73r76,0r0,65v0,64,-12,73,-87,72","w":177},"-":{"d":"30,-59r0,-64r100,0r0,64r-100,0","w":159},".":{"d":"51,0r0,-73r76,0r0,73r-76,0","w":177},"\/":{"d":"-21,3r120,-267r55,0r-120,267r-55,0","w":133},"0":{"d":"141,-199v-61,-3,-41,48,-46,97v-6,54,72,38,120,40v62,4,41,-48,46,-96v6,-54,-71,-39,-120,-41xm17,-89r0,-72v0,-79,29,-103,114,-103r94,0v85,0,114,24,114,103r0,72v8,122,-124,92,-229,92v-62,0,-93,-24,-93,-92"},"1":{"d":"194,0r0,-198r-96,62r-37,-53r111,-72r95,0r0,261r-73,0"},"2":{"d":"25,0v2,-78,-19,-143,73,-145r91,-6v58,-4,62,-4,62,-30v0,-21,-2,-26,-53,-26v-44,0,-109,-16,-97,43r-76,0v-5,-74,15,-101,102,-100r106,0v75,0,94,23,94,77v0,77,-14,86,-107,95v-41,4,-127,-13,-121,36r231,0r0,56r-305,0"},"3":{"d":"242,3v-109,0,-237,29,-219,-96r76,0v-1,28,1,40,35,40r95,0v25,0,28,-7,28,-25v0,-42,-74,-19,-111,-25r0,-54v36,-5,107,17,105,-25v-2,-43,-76,-21,-116,-25v-32,-3,-34,10,-33,36r-76,0v-4,-82,27,-94,132,-93r54,0v93,0,115,14,115,72v0,45,-10,49,-44,62v42,7,49,21,49,62v0,51,-18,71,-90,71"},"4":{"d":"19,-52r0,-96r187,-113r92,0r0,150r38,0r0,59r-38,0r0,52r-76,0r0,-52r-203,0xm222,-198r-140,87r140,0r0,-87"},"5":{"d":"34,-104r0,-157r284,0r0,57r-215,0r0,45v20,-25,94,-14,140,-16v61,-2,87,24,87,92v0,103,-91,85,-187,86v-86,1,-123,-10,-118,-84r74,0v-8,44,78,28,117,28v37,0,41,-11,41,-36v0,-56,-85,-32,-131,-32v-12,0,-20,5,-23,17r-69,0"},"6":{"d":"103,-82v0,45,72,29,112,29v31,0,40,-7,40,-29v0,-44,-71,-29,-111,-29v-32,0,-41,7,-41,29xm28,-89r0,-72v0,-79,29,-103,114,-103r83,0v86,4,99,25,96,80r-69,0v1,-37,-73,-20,-110,-23v-41,-3,-41,25,-39,62v20,-27,85,-20,134,-20v88,0,91,31,91,96v0,106,-119,72,-207,72v-62,0,-93,-24,-93,-92"},"7":{"d":"28,-196r0,-65r299,0r0,59r-166,202r-93,0r162,-196r-202,0"},"8":{"d":"105,3v-66,0,-81,-27,-81,-86v0,-29,15,-41,47,-49v-27,-3,-45,-26,-45,-69v0,-58,24,-63,127,-63v76,0,176,-14,176,62v0,40,-2,61,-43,70v34,7,46,29,46,76v0,92,-142,59,-227,59xm131,-53r94,0v27,0,31,-9,31,-27v0,-20,-3,-25,-35,-25r-86,0v-32,0,-35,5,-35,25v0,18,4,27,31,27xm101,-184v1,42,81,25,122,25v23,0,31,-10,31,-25v0,-18,-11,-23,-25,-23r-103,0v-14,0,-25,5,-25,23"},"9":{"d":"215,3v-87,0,-206,17,-188,-77r73,0v0,17,8,21,31,21v45,0,124,17,122,-32r0,-31v-20,27,-85,20,-133,20v-88,0,-91,-30,-91,-95v0,-106,118,-73,207,-73v62,0,93,24,93,92r0,73v0,79,-29,102,-114,102xm102,-178v0,43,71,28,110,28v33,0,41,-6,41,-28v0,-45,-72,-29,-112,-29v-31,0,-39,7,-39,29"},":":{"d":"51,-110r0,-74r76,0r0,74r-76,0xm51,0r0,-73r76,0r0,73r-76,0","w":177},";":{"d":"40,64r0,-41v30,-1,31,-5,31,-23r-20,0r0,-73r76,0r0,65v0,64,-12,73,-87,72xm51,-110r0,-74r76,0r0,74r-76,0","w":177},"<":{"d":"17,-68r0,-46r182,-71r0,47r-121,47r121,47r0,47","w":216},"=":{"d":"17,-111r0,-49r182,0r0,49r-182,0xm17,-22r0,-50r182,0r0,50r-182,0","w":216},">":{"d":"17,3r0,-47r121,-47r-121,-47r0,-47r182,71r0,46","w":216},"?":{"d":"14,-169v-4,-70,11,-94,102,-95v82,0,158,-13,158,84v0,55,-21,60,-64,66v-41,6,-45,11,-45,24r-70,0v-2,-47,6,-61,59,-69v43,-7,53,-9,53,-27v0,-38,-58,-26,-92,-26v-31,0,-35,17,-34,43r-67,0xm93,0r0,-69r76,0r0,69r-76,0","w":293},"@":{"d":"148,-156v-34,-3,-50,57,-10,60v41,2,46,-58,10,-60xm185,-179r4,-15r34,0r-18,97v0,4,1,8,5,8v12,0,30,-17,30,-57v0,-56,-40,-81,-90,-81v-58,0,-100,42,-100,97v0,90,113,120,171,75r41,0v-61,104,-251,58,-251,-75v0,-85,62,-134,140,-134v78,0,126,47,126,107v0,83,-72,108,-93,108v-13,1,-18,-9,-21,-19v-28,42,-105,5,-96,-48v-6,-66,76,-115,118,-63","w":288},"A":{"d":"1,0r142,-261r104,0r143,261r-89,0r-25,-46r-162,0r-23,46r-90,0xm194,-200r-50,98r102,0","w":391},"B":{"d":"27,0r0,-261r230,0v64,0,95,18,95,69v1,46,-19,52,-39,61v35,4,48,23,48,62v0,57,-33,69,-79,69r-255,0xm107,-103r0,40r143,0v17,0,29,-4,29,-19v0,-18,-12,-21,-29,-21r-143,0xm107,-198r0,41r141,0v15,0,24,-5,24,-20v0,-15,-9,-21,-24,-21r-141,0","w":382},"C":{"d":"21,-91r0,-78v-5,-112,106,-94,209,-95v114,0,129,25,128,99r-80,0v5,-52,-79,-29,-125,-32v-54,-4,-50,35,-50,81v0,74,73,52,131,52v36,0,47,-4,47,-36r80,0v2,65,-4,103,-96,103v-110,0,-251,30,-244,-94","w":382},"D":{"d":"30,0r0,-261r241,0v116,-6,108,69,108,170v0,64,-28,91,-108,91r-241,0xm110,-196r0,129r142,0v48,6,47,-35,47,-82v0,-37,-13,-47,-47,-47r-142,0","w":400},"E":{"d":"27,0r0,-261r285,0r0,61r-205,0r0,42r194,0r0,54r-194,0r0,41r210,0r0,63r-290,0","w":338},"F":{"d":"27,0r0,-261r272,0r0,63r-192,0r0,49r183,0r0,60r-183,0r0,89r-80,0","w":320,"k":{"A":20,",":46,".":46}},"G":{"d":"21,-91r0,-78v-6,-121,126,-95,235,-95v95,0,105,33,104,92r-79,0v-1,-52,-82,-22,-127,-29v-54,-9,-51,36,-51,87v0,80,75,49,136,54v24,2,46,-6,42,-36r-99,0r0,-54r179,0r0,74v0,75,-39,79,-129,79v-103,0,-217,19,-211,-94","w":382},"H":{"d":"27,0r0,-261r80,0r0,93r168,0r0,-93r80,0r0,261r-80,0r0,-99r-168,0r0,99r-80,0","w":382},"I":{"d":"31,0r0,-261r80,0r0,261r-80,0","w":142},"J":{"d":"111,3v-89,0,-107,-35,-102,-115r78,0v-1,31,-1,52,35,50v32,-1,73,8,73,-27r0,-172r80,0r0,178v5,92,-76,86,-164,86","w":302},"K":{"d":"27,0r0,-261r80,0r0,96r37,0r101,-96r109,0r-141,128r157,133r-113,0r-115,-100r-35,0r0,100r-80,0","w":373},"L":{"d":"27,0r0,-261r80,0r0,194r180,0r0,67r-260,0","w":293,"k":{"T":40,"V":40,"W":20,"y":13,"Y":46}},"M":{"d":"27,0r0,-261r123,0r90,168r90,-168r123,0r0,261r-78,0r0,-187r-105,187r-60,0r-105,-187r0,187r-78,0","w":480},"N":{"d":"27,0r0,-261r124,0r151,190r0,-190r80,0r0,261r-124,0r-151,-189r0,189r-80,0","w":408},"O":{"d":"21,-91r0,-78v-6,-124,132,-95,243,-95v72,0,115,19,115,95r0,78v6,124,-133,94,-243,94v-72,0,-115,-18,-115,-94xm153,-197v-54,0,-50,35,-50,81v0,79,87,46,148,52v49,5,47,-34,46,-80v0,-32,-8,-53,-50,-53r-94,0","w":400},"P":{"d":"27,0r0,-261r218,0v85,2,94,45,94,112v0,39,-16,83,-73,83r-159,0r0,66r-80,0xm107,-196r0,66r124,0v23,-1,26,-16,26,-38v0,-18,-9,-28,-33,-28r-117,0","k":{"A":20,",":27,".":27}},"Q":{"d":"153,-197v-54,0,-50,35,-50,81v0,81,94,46,161,51r-76,-46r33,-53r76,46v1,-45,3,-79,-50,-79r-94,0xm21,-91r0,-78v-6,-124,132,-95,243,-95v72,0,117,19,115,95r-2,100r32,20r-33,52r-30,-17v-45,28,-139,17,-210,17v-72,0,-115,-18,-115,-94","w":400},"R":{"d":"107,-196r0,64r132,0v25,0,30,-12,30,-36v0,-23,-12,-28,-37,-28r-125,0xm27,0r0,-261r241,0v69,1,78,36,78,94v0,36,-9,54,-44,65v39,-3,47,51,43,102r-80,0v0,-34,5,-68,-32,-68r-126,0r0,68r-80,0","w":373,"k":{"Y":6}},"S":{"d":"124,3v-81,1,-106,-18,-102,-88r80,0v0,28,12,30,35,30r98,0v17,0,34,-2,34,-22v0,-23,-9,-25,-112,-25v-120,0,-134,-14,-134,-78v0,-47,4,-84,105,-84r111,0v96,2,102,32,101,86r-80,0v0,-19,-2,-27,-39,-27r-88,0v-18,0,-30,6,-30,20v0,23,9,23,95,23v124,0,153,7,153,83v0,70,-24,82,-130,82r-97,0","w":373},"T":{"d":"8,-196r0,-65r304,0r0,65r-112,0r0,196r-80,0r0,-196r-112,0","w":320,"k":{"w":40,"y":33,"A":27,",":46,".":46,"a":33,"c":33,"e":33,"i":33,"o":33,"r":33,"s":33,"u":33,":":33,"-":46,";":33}},"U":{"d":"27,-93r0,-168r80,0r0,151v-7,64,70,46,124,46v33,0,44,-13,44,-46r0,-151r80,0r0,168v0,65,-34,96,-107,96r-114,0v-73,0,-107,-31,-107,-96","w":382},"V":{"d":"142,0r-140,-261r87,0r102,194r102,-194r88,0r-141,261r-98,0","w":382,"k":{"y":13,"A":33,",":46,".":46,"a":20,"e":20,"i":13,"o":20,"r":13,"u":13,":":20,"-":20,";":20}},"W":{"d":"87,0r-84,-261r78,0r56,192r66,-192r74,0r67,192r56,-192r78,0r-85,261r-92,0r-61,-172r-61,172r-92,0","w":480,"k":{"A":13,",":20,".":20,"a":6,"e":6,"o":6,"r":6,"u":6,":":6,"-":13,";":6}},"X":{"d":"3,0r127,-131r-118,-130r103,0r81,91r81,-91r103,0r-119,130r128,131r-107,0r-86,-95r-86,95r-107,0","w":391},"Y":{"d":"147,0r0,-91r-144,-170r96,0r88,107r88,-107r96,0r-144,170r0,91r-80,0","w":373,"k":{"v":27,"A":40,",":54,".":54,"a":40,"e":40,"i":20,"o":40,"u":33,":":33,"-":46,";":33,"p":33,"q":40}},"Z":{"d":"14,0r0,-63r187,-135r-182,0r0,-63r300,0r0,63r-186,135r191,0r0,63r-310,0","w":338},"[":{"d":"33,0r0,-261r123,0r0,61r-54,0r0,140r54,0r0,60r-123,0","w":177},"\\":{"d":"99,3r-120,-267r55,0r120,267r-55,0","w":133},"]":{"d":"22,0r0,-60r54,0r0,-140r-54,0r0,-61r123,0r0,261r-123,0","w":177},"^":{"d":"23,-129r63,-132r44,0r63,132r-48,0r-37,-82r-37,82r-48,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"129,3v-67,1,-117,6,-117,-67v0,-50,35,-53,102,-53v38,0,59,0,72,14v0,-27,2,-42,-33,-40v-23,2,-68,-9,-67,14r-67,0v-9,-78,93,-57,163,-57v48,0,73,22,73,65r0,121r-66,0r0,-21v-19,20,-25,24,-60,24xm79,-57v-5,17,32,18,56,17v48,0,52,-8,52,-20v0,-14,-4,-18,-42,-18v-27,0,-73,-4,-66,21","w":275},"b":{"d":"171,-135v-51,0,-92,-4,-82,52v-3,44,44,32,82,34v44,1,35,-21,36,-54v0,-21,-3,-32,-36,-32xm24,0r0,-261r69,0r1,111v6,-35,44,-37,82,-36v104,2,98,38,98,111v0,54,-30,78,-118,78v-42,0,-59,-14,-67,-37r0,34r-65,0","w":293},"c":{"d":"180,3v-98,0,-165,12,-165,-105v0,-102,77,-84,163,-84v58,0,87,21,82,77r-67,0v5,-28,-35,-26,-66,-26v-41,0,-43,17,-43,53v0,37,37,31,72,31v21,0,39,-4,37,-26r67,0v7,59,-34,80,-80,80","w":275},"d":{"d":"122,-135v-44,-1,-35,21,-36,54v-9,37,42,32,77,32v35,0,42,-16,42,-52v0,-44,-44,-32,-83,-34xm117,3v-104,-4,-98,-38,-98,-111v0,-54,31,-78,119,-78v29,0,57,9,63,36r0,-111r69,0r0,261r-65,0v-1,-11,2,-25,-1,-34v-6,29,-40,39,-87,37","w":293},"e":{"d":"161,3v-90,3,-148,4,-146,-105v2,-90,56,-84,133,-84v87,0,110,28,104,110r-168,0v-7,36,26,37,64,36v37,0,39,-10,39,-21r65,0v4,53,-38,62,-91,64xm84,-117r101,0v0,-22,-10,-26,-50,-26v-45,0,-51,4,-51,26","w":267},"f":{"d":"37,0r0,-136r-31,0r0,-48r31,0v-12,-78,58,-86,132,-78r0,47v-32,-1,-71,-7,-62,31r65,0r0,48r-65,0r0,136r-70,0","w":177},"g":{"d":"107,-13v-78,0,-88,-34,-88,-101v0,-73,55,-72,125,-72v36,0,42,6,61,28r0,-26r65,0r0,172v0,38,-12,76,-99,76v-67,0,-154,17,-149,-57r71,0v1,24,44,12,67,14v34,3,48,-16,45,-53v-13,21,-58,19,-98,19xm86,-99v0,42,37,36,76,36v34,0,42,-8,42,-36v0,-42,-36,-39,-76,-38v-34,0,-42,10,-42,38","w":293},"h":{"d":"24,0r0,-261r69,0r1,107v12,-26,36,-32,73,-32v43,0,103,2,103,81r0,105r-69,0r0,-105v3,-23,-29,-27,-61,-27v-68,0,-42,75,-47,132r-69,0","w":293},"i":{"d":"97,-184r0,184r-69,0r0,-184r69,0xm97,-261r0,54r-69,0r0,-54r69,0","w":124},"j":{"d":"97,-184r0,196v3,50,-48,56,-95,50r0,-46v15,3,27,-2,26,-17r0,-183r69,0xm97,-261r0,54r-69,0r0,-54r69,0","w":124},"k":{"d":"24,0r0,-261r69,0r0,138r13,0r61,-61r90,0r-92,86r104,98r-89,0r-73,-73r-14,0r0,73r-69,0","w":275},"l":{"d":"28,0r0,-261r69,0r0,261r-69,0","w":124},"m":{"d":"21,0r0,-184r65,0v1,11,-2,27,1,36v4,-34,44,-38,88,-38v33,0,55,13,68,42v12,-40,37,-42,86,-42v106,0,84,93,86,186r-69,0r0,-99v0,-25,-7,-33,-47,-33v-76,0,-38,77,-47,132r-69,0r0,-104v0,-23,-8,-28,-50,-28v-69,0,-36,80,-43,132r-69,0","w":435},"n":{"d":"24,0r0,-184r69,0v1,9,-2,23,1,30v12,-26,36,-32,73,-32v43,0,103,2,103,81r0,105r-69,0r0,-105v3,-23,-29,-27,-61,-27v-68,0,-42,75,-47,132r-69,0","w":293},"o":{"d":"19,-70r0,-44v5,-101,94,-72,179,-72v35,0,76,12,76,72r0,44v-5,101,-94,73,-179,73v-35,0,-76,-13,-76,-73xm152,-135v-46,0,-71,8,-64,52v-2,32,28,34,64,34v59,0,53,-13,53,-55v0,-24,-8,-31,-53,-31","w":293},"p":{"d":"171,-135v-50,0,-87,-1,-78,52v-2,42,40,33,78,34v44,1,35,-21,36,-54v0,-21,-3,-32,-36,-32xm24,64r0,-248r67,0r0,28v7,-20,41,-32,85,-30v104,4,98,38,98,111v0,51,-25,78,-112,78v-40,0,-52,-8,-69,-35r0,96r-69,0","w":293},"q":{"d":"122,-135v-44,-1,-35,21,-36,54v-9,35,38,32,73,32v35,0,42,-16,42,-52v0,-42,-41,-33,-79,-34xm131,3v-104,2,-120,-33,-112,-111v-7,-53,30,-78,118,-78v41,0,55,15,66,30r0,-28r67,0r0,248r-69,0r-1,-96v-15,29,-30,35,-69,35","w":293},"r":{"d":"24,0r0,-184r65,0r0,35v8,-29,37,-37,68,-37v56,0,75,31,69,88r-60,0v0,-23,-5,-34,-33,-34v-64,0,-33,81,-40,132r-69,0","w":240,"k":{",":40,".":40}},"s":{"d":"17,-57r71,0v0,10,4,17,43,17v24,0,74,2,66,-14v-1,-26,-67,-15,-95,-15v-64,0,-84,-15,-84,-65v0,-62,72,-52,133,-52v90,0,106,12,107,55r-69,0v-4,-11,-11,-12,-52,-12v-40,0,-47,0,-47,13v1,15,62,10,89,11v83,0,89,28,89,61v0,49,-19,61,-98,61r-66,0v-64,0,-87,-15,-87,-60","w":284},"t":{"d":"40,-61r0,-73r-34,0r0,-50r34,0r0,-43r69,0r0,43r108,0r0,50r-108,0v6,33,-19,87,27,87v28,0,30,-10,29,-34r60,0v9,63,-30,84,-105,84v-42,0,-80,-13,-80,-64","w":240},"u":{"d":"270,-184r0,184r-69,0v-1,-9,2,-23,-1,-30v-12,26,-37,33,-74,33v-43,0,-102,-2,-102,-81r0,-106r69,0r0,106v-2,22,28,27,60,27v68,0,44,-75,48,-133r69,0","w":293},"v":{"d":"90,0r-88,-184r75,0r57,130r56,-130r75,0r-88,184r-87,0","w":267,"k":{",":27,".":27}},"w":{"d":"73,0r-71,-184r76,0r42,134r48,-134r64,0r49,134r42,-134r75,0r-70,184r-93,0r-35,-99r-35,99r-92,0","w":400,"k":{",":13,".":13}},"x":{"d":"2,0r79,-96r-72,-88r89,0r36,50r35,-50r89,0r-72,88r79,96r-88,0r-43,-62r-44,62r-88,0","w":267},"y":{"d":"59,63r0,-44v28,1,52,-4,51,-27r-25,0r-84,-176r75,0r53,128r53,-128r75,0r-103,218v-10,29,-56,32,-95,29","w":257,"k":{",":27,".":27}},"z":{"d":"9,0r0,-47r112,-89r-106,0r0,-48r202,0r0,54r-106,82r111,0r0,48r-213,0","w":231},"{":{"d":"8,-115r0,-33v9,0,25,-2,25,-17r0,-57v5,-47,55,-39,102,-39r0,39v-19,-2,-37,6,-33,18r0,45v1,23,-28,25,-40,28v14,1,40,2,40,29v0,31,-16,69,33,63r0,39v-47,0,-102,8,-102,-39r0,-56v0,-18,-16,-20,-25,-20","w":177},"|":{"d":"15,-270r50,0r0,360r-50,0r0,-360","w":79},"}":{"d":"42,0r0,-39v19,3,38,-6,34,-18r0,-45v-1,-23,28,-25,40,-28v-14,-1,-40,-2,-40,-29v0,-32,16,-69,-34,-63r0,-39v48,0,103,-9,103,39r0,57v0,18,16,19,25,19r0,33v-9,0,-25,2,-25,17r0,57v-5,47,-56,39,-103,39","w":177},"~":{"d":"38,-52r-13,-45v8,-15,21,-31,45,-31v27,0,59,24,77,24v14,0,23,-13,31,-26r13,45v-11,15,-23,31,-45,31v-34,0,-91,-50,-108,2","w":216},"'":{"d":"35,-117r0,-144r55,0r0,144r-55,0","w":124},"`":{"d":"50,-214r-77,-71r88,0r46,71r-57,0","w":124},"\u00a0":{"w":177}}});

/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
 * Licensed under the MIT License (LICENSE.txt).
 *
 * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
 * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
 * Thanks to: Seamus Leahy for adding deltaX and deltaY
 *
 * Version: 3.0.4
 * 
 * Requires: 1.2.2+
 */

(function($) {

var types = ['DOMMouseScroll', 'mousewheel'];

$.event.special.mousewheel = {
    setup: function() {
        if ( this.addEventListener ) {
            for ( var i=types.length; i; ) {
                this.addEventListener( types[--i], handler, false );
            }
        } else {
            this.onmousewheel = handler;
        }
    },
    
    teardown: function() {
        if ( this.removeEventListener ) {
            for ( var i=types.length; i; ) {
                this.removeEventListener( types[--i], handler, false );
            }
        } else {
            this.onmousewheel = null;
        }
    }
};

$.fn.extend({
    mousewheel: function(fn) {
        return fn ? this.bind("mousewheel", fn) : this.trigger("mousewheel");
    },
    
    unmousewheel: function(fn) {
        return this.unbind("mousewheel", fn);
    }
});


function handler(event) {
    var orgEvent = event || window.event, args = [].slice.call( arguments, 1 ), delta = 0, returnValue = true, deltaX = 0, deltaY = 0;
    event = $.event.fix(orgEvent);
    event.type = "mousewheel";
    
    // Old school scrollwheel delta
    if ( event.wheelDelta ) { delta = event.wheelDelta/120; }
    if ( event.detail     ) { delta = -event.detail/3; }
    
    // New school multidimensional scroll (touchpads) deltas
    deltaY = delta;
    
    // Gecko
    if ( orgEvent.axis !== undefined && orgEvent.axis === orgEvent.HORIZONTAL_AXIS ) {
        deltaY = 0;
        deltaX = -1*delta;
    }
    
    // Webkit
    if ( orgEvent.wheelDeltaY !== undefined ) { deltaY = orgEvent.wheelDeltaY/120; }
    if ( orgEvent.wheelDeltaX !== undefined ) { deltaX = -1*orgEvent.wheelDeltaX/120; }
    
    // Add event and delta to the front of the arguments
    args.unshift(event, delta, deltaX, deltaY);
    
    return $.event.handle.apply(this, args);
}

})(jQuery);

$(document).ready(function(){
	Cufon.replace('h1, h2');
	Cufon.replace('#menu li', {
		hover: true
	});

	$('#btn-up').mousedown(function() {
	    mouseisdown = true;
	    ScrollUp();
		}).mouseup(function() {
	    mouseisdown = false;
	});
	  
	 $('#btn-down').mousedown(function() {
	    mouseisdown = true;
	    ScrollDown();
		}).mouseup(function() {
	    mouseisdown = false;
	}); 

	$('#projecten-slider').mousewheel(function(event, delta, deltaX, deltaY) {	  
	  if(delta < 0){
	    var topVal = $("#projecten-slider").find(".content-slider").css("top").replace(/[^-\d\.]/g, '');
	    topVal = parseInt(topVal);
	    $("#projecten-slider").find(".content-slider").stop().animate({"top":topVal + (deltaY * 10)  + 'px'},'slow');
	  }
	    if(delta > 0){
	    var topVal = $("#projecten-slider").find(".content-slider").css("top").replace(/[^-\d\.]/g, '');
	    topVal = parseInt(topVal);
	    $("#projecten-slider").find(".content-slider").stop().animate({"top":topVal - (-deltaY * 10)  + 'px'},'slow');
	  }
	    
	});

});

$(document).mousedown(function() { 
	}).mouseup(function(event) {
	    mouseisdown = false;
});

function ScrollUp(){
  var topVal = $(".content-slider").css("top").replace(/[^-\d\.]/g, '');
  topVal = parseInt(topVal);
  if(topVal < 0){
  $("#projecten-slider").find(".content-slider").stop().animate({"top":topVal + 20  + 'px'},'slow');
    if (mouseisdown)
		setTimeout(ScrollUp, 400);
  }
}

function ScrollDown(){
  var topVal = $(".content-slider").css("top").replace(/[^-\d\.]/g, '');
  topVal = parseInt(topVal);
  if(Math.abs(topVal) < ($(".content-slider").height() - $("#projecten-slider").height() + 60)){
  $("#projecten-slider").find(".content-slider").stop().animate({"top":topVal - 20  + 'px'},'slow');
    if (mouseisdown)
		setTimeout(ScrollDown, 400);
  }
}

function initLightwindow() {
	$('.resizable').lightBox();
}
