/*
 * 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:
 * � 1995, 2002 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * ITC is a trademark of International Typeface Corporation registered in the U.S.
 * Patent and Trademark Office and may be registered in certain other
 * jurisdictions. Franklin Gothic is a trademark of International Typeface
 * Corporation and may be registered in certain jurisdictions.
 * 
 * Full name:
 * ITCFranklinGothicStd-Med
 * 
 * Designer:
 * Vic Caruso
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":211,"face":{"font-family":"ITC Franklin Gothic Std","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 3 5 3 2 2 4","ascent":"247","descent":"-113","x-height":"4","bbox":"-20 -270 314 90","underline-thickness":"18","underline-position":"-18","stemh":"31","stemv":"40","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":104},"!":{"d":"72,-44r0,44r-44,0r0,-44r44,0xm77,-240r-18,167r-18,0r-17,-167r53,0","w":99},"\"":{"d":"52,-144r-28,0r-6,-96r40,0xm111,-144r-27,0r-6,-96r39,0","w":135},"#":{"d":"202,-175r-6,34r-35,0r-6,37r35,0r-6,34r-35,0r-13,70r-32,0r12,-70r-38,0r-12,70r-34,0r13,-71r-36,0r6,-33r36,0r7,-37r-37,0r6,-34r37,0r12,-65r32,0r-12,65r38,0r12,-65r33,0r-12,65r35,0xm122,-104r6,-37r-38,0r-6,37r38,0"},"$":{"d":"193,-73v-2,54,-39,66,-77,71r0,33r-24,0r0,-33v-64,-6,-78,-45,-84,-63r38,-9v8,28,25,38,46,40r0,-69v-35,-9,-75,-19,-75,-67v0,-59,59,-67,75,-68r0,-26r24,0r0,26v32,3,63,24,69,54r-36,7v-8,-22,-21,-28,-33,-29r0,62v41,9,79,24,77,71xm92,-147r0,-59v-22,0,-36,12,-36,30v0,23,23,27,36,29xm116,-101r0,67v26,-1,39,-16,39,-34v0,-25,-28,-31,-39,-33"},"%":{"d":"266,-63v0,42,-27,65,-57,65v-33,0,-55,-28,-55,-65v0,-51,34,-69,57,-69v13,0,55,8,55,69xm234,-63v0,-14,-1,-43,-23,-43v-40,0,-30,82,-1,82v24,0,24,-36,24,-39xm124,-177v0,48,-30,69,-57,69v-74,-1,-74,-135,1,-134v54,0,56,58,56,65xm91,-177v0,-16,-3,-40,-23,-40v-23,0,-24,31,-24,40v0,21,5,43,23,43v24,0,24,-33,24,-43xm227,-240r-149,240r-27,0r150,-240r26,0","w":277},"&":{"d":"185,-74v12,-16,25,-44,30,-71r36,6v-8,49,-32,77,-43,90v16,17,20,21,43,18r0,34v-36,1,-44,1,-71,-25v-55,46,-167,30,-168,-50v0,-45,38,-61,62,-73v-39,-35,-19,-99,42,-99v34,0,63,19,63,52v5,18,-30,58,-46,59xm95,-119v-22,8,-36,28,-36,45v0,30,25,43,49,43v4,0,26,0,49,-17xm113,-159v10,-5,31,-14,31,-32v0,-31,-51,-28,-51,-1v0,15,14,28,20,33","w":258},"(":{"d":"98,-240v-32,36,-51,98,-51,147v0,72,30,125,51,153r-24,0v-36,-39,-60,-87,-60,-153v0,-77,43,-132,60,-147r24,0","w":110},")":{"d":"12,60v31,-35,50,-100,51,-148v0,-71,-29,-123,-51,-152r24,0v18,13,60,94,60,153v0,61,-26,113,-60,147r-24,0","w":110},"*":{"d":"89,-176r-5,-64r26,0r-5,64r61,-24r8,25r-63,16r41,49r-21,15r-34,-55r-34,55r-21,-15r42,-49r-63,-16r8,-25","w":194},"+":{"d":"195,-138r0,34r-73,0r0,74r-33,0r0,-74r-72,0r0,-34r72,0r0,-75r33,0r0,75r73,0"},",":{"d":"66,-45r0,40r-28,56r-15,0r21,-51r-21,0r0,-45r43,0","w":88,"k":{" ":18}},"-":{"d":"88,-108r0,33r-88,0r0,-33r88,0","w":88},".":{"d":"66,-46r0,46r-43,0r0,-46r43,0","w":88},"\/":{"d":"162,-240r-157,300r-25,0r156,-300r26,0","w":172},"0":{"d":"13,-118v0,-59,29,-126,92,-126v91,0,93,111,93,116v2,78,-27,132,-93,132v-68,0,-92,-65,-92,-122xm106,-212v-44,-2,-48,57,-49,91v0,57,13,91,48,91v49,0,49,-62,49,-99v0,-5,-1,-40,-13,-63v-10,-20,-28,-20,-35,-20"},"1":{"d":"28,-187v38,-11,62,-33,80,-58r29,0r0,210r67,0r0,35r-183,0r0,-35r72,0r0,-152v-35,30,-52,38,-65,43r0,-43"},"2":{"d":"13,-166v1,-25,35,-78,91,-78v81,0,115,84,62,139v-17,18,-36,30,-101,68r125,0r0,37r-177,0r0,-42v42,-33,131,-64,131,-122v0,-21,-14,-42,-42,-42v-31,0,-46,27,-47,50"},"3":{"d":"76,-106r0,-34v30,-1,59,7,68,-35v-10,-60,-81,-35,-89,0r-39,-6v9,-37,43,-63,89,-63v39,0,82,21,82,65v0,26,-16,51,-45,54v46,8,52,43,52,58v0,40,-34,71,-91,71v-55,0,-85,-33,-94,-64r41,-10v3,10,12,40,53,40v31,0,47,-19,47,-37v0,-6,-3,-39,-45,-39r-29,0"},"4":{"d":"163,0r-44,0r0,-54r-107,0r0,-32r107,-159r44,0r0,154r36,0r0,37r-36,0r0,54xm119,-91r3,-109r-68,109r65,0"},"5":{"d":"106,-128v-21,-1,-40,14,-46,28r-39,-7r14,-133r149,0r-4,37r-114,0r-6,70v8,-10,23,-28,56,-28v48,0,82,38,82,81v0,36,-25,84,-93,84v-17,0,-52,-4,-75,-28v-13,-14,-17,-27,-20,-38r42,-6v3,8,12,37,51,37v70,-2,61,-96,3,-97"},"6":{"d":"191,-185r-37,7v-3,-10,-11,-34,-42,-34v-35,-12,-60,57,-54,94v6,-10,19,-36,62,-36v44,0,79,31,79,76v0,44,-33,82,-87,82v-60,0,-98,-46,-98,-121v0,-70,33,-127,97,-127v36,0,78,27,80,59xm158,-76v0,-13,-11,-45,-48,-45v-29,0,-45,23,-45,47v0,25,16,46,47,46v19,0,46,-10,46,-48"},"7":{"d":"67,0v5,-93,41,-151,89,-203r-138,0r4,-37r170,0r0,30v-54,72,-70,105,-76,210r-49,0"},"8":{"d":"61,-118v-65,-24,-53,-126,46,-126v53,0,85,26,85,63v0,33,-26,44,-43,52v79,28,67,133,-46,133v-59,0,-93,-27,-93,-65v0,-38,35,-51,51,-57xm91,-104v-30,12,-40,28,-40,41v0,16,16,35,55,35v35,0,51,-16,51,-32v0,-21,-20,-29,-66,-44xm119,-142v13,-6,33,-15,33,-38v0,-26,-28,-34,-45,-34v-12,0,-45,4,-45,31v0,20,18,28,57,41"},"9":{"d":"21,-44r36,-10v6,10,16,25,41,25v42,0,57,-46,57,-95v-9,16,-22,38,-63,38v-40,0,-79,-26,-79,-77v0,-43,31,-81,86,-81v49,0,98,31,98,117v0,68,-30,131,-100,131v-43,0,-67,-24,-76,-48xm147,-169v0,-17,-14,-42,-47,-42v-28,0,-46,20,-46,45v0,22,17,45,46,45v18,0,47,-11,47,-48"},":":{"d":"66,-44r0,44r-43,0r0,-44r43,0xm66,-166r0,44r-43,0r0,-44r43,0","w":88},";":{"d":"66,-45r0,40r-28,56r-15,0r21,-51r-21,0r0,-45r43,0xm66,-166r0,44r-43,0r0,-44r43,0","w":88},"<":{"d":"184,-215r0,41r-113,54r113,55r0,40r-156,-78r0,-34"},"=":{"d":"194,-162r0,33r-177,0r0,-33r177,0xm194,-110r0,34r-177,0r0,-34r177,0"},">":{"d":"28,-25r0,-41r113,-54r-113,-55r0,-40r156,78r0,34"},"?":{"d":"113,-44r0,44r-42,0r0,-44r42,0xm71,-93v-4,-33,51,-42,51,-78v0,-23,-16,-36,-35,-36v-35,0,-40,31,-43,50r-38,-6v6,-60,50,-81,85,-81v45,0,78,30,78,70v0,36,-23,53,-44,68v-22,16,-17,13,-20,37r-34,0r0,-24","w":180},"@":{"d":"193,-183r-11,99v0,6,2,11,9,11v17,0,38,-28,38,-63v0,-58,-49,-86,-94,-86v-59,0,-102,46,-102,102v0,45,29,100,105,100v36,0,57,-10,79,-20r11,23v-16,8,-45,22,-90,22v-93,0,-134,-67,-134,-125v0,-73,60,-126,131,-126v65,0,119,45,119,109v0,41,-26,89,-67,89v-7,0,-23,-3,-30,-19v-4,5,-15,19,-36,19v-31,0,-54,-28,-54,-67v0,-61,57,-92,95,-56r1,-12r30,0xm159,-125v0,-15,-11,-32,-29,-32v-18,0,-32,17,-32,43v0,21,9,38,25,38v15,0,36,-16,36,-49","w":258},"A":{"d":"134,-240r81,240r-47,0r-19,-57r-92,0r-19,57r-37,0r80,-240r53,0xm68,-92r70,0r-35,-107","w":217,"k":{"v":14,"w":5,"y":11,"C":5,"G":5,"O":5,"Q":5,"T":23,"u":7,"V":14,"W":14,"Y":20}},"B":{"d":"206,-66v3,39,-40,66,-75,66r-105,0r0,-240v73,3,164,-22,172,62v0,7,-1,44,-44,54v21,-2,57,33,52,58xm67,-105r0,69v42,0,95,8,95,-35v0,-39,-54,-35,-95,-34xm67,-206r0,67v41,0,92,7,88,-35v-5,-48,-47,-28,-88,-32","w":218},"C":{"d":"161,-84r40,5v-9,63,-53,83,-91,83v-81,0,-96,-83,-96,-124v0,-62,28,-124,97,-124v51,0,81,32,90,85r-40,5v-4,-19,-13,-55,-49,-55v-48,0,-52,66,-52,88v0,69,28,88,53,88v23,0,44,-18,48,-51","w":208},"D":{"d":"25,0r0,-240v75,6,107,-18,163,30v51,44,36,161,-6,186v-16,23,-103,27,-157,24xm69,-206r0,171v67,6,106,-12,106,-87v0,-61,-36,-95,-106,-84","w":235,"k":{"V":7,"W":7,"Y":14,"A":7,",":14,".":14}},"E":{"d":"182,0r-156,0r0,-240r155,0r0,36r-112,0r0,65r90,0r0,35r-90,0r0,67r113,0r0,37","w":193},"F":{"d":"71,0r-45,0r0,-240r152,0r0,37r-107,0r0,66r84,0r0,36r-84,0r0,101","w":182,"k":{"A":25,",":45,".":45,"e":7,"o":7,"a":14,"i":-9,"r":18}},"G":{"d":"117,-208v-48,10,-58,23,-58,85v0,43,10,91,58,91v28,0,51,-21,51,-56r-50,0r0,-35r90,0r0,123r-19,0r-13,-32v-18,29,-41,36,-65,36v-88,0,-97,-96,-97,-124v0,-52,25,-124,102,-124v22,0,48,6,69,31v14,17,18,32,21,43r-38,6v-3,-10,-11,-44,-51,-44","w":231},"H":{"d":"204,-240r0,240r-43,0r0,-104r-92,0r0,104r-43,0r0,-240r43,0r0,99r92,0r0,-99r43,0","w":230},"I":{"d":"69,0r-43,0r0,-240r43,0r0,240","w":96},"J":{"d":"109,-240v-4,78,11,149,-10,216v-27,38,-68,28,-99,24r0,-35v14,1,21,2,28,2v37,0,37,-21,37,-42r0,-165r44,0","w":133,"k":{"A":7}},"K":{"d":"215,0r-48,0r-51,-122r-47,61r0,61r-43,0r0,-240r43,0r0,126r92,-126r44,0r-57,79","w":221,"k":{"y":14,"O":16,"u":5,"e":7,"o":7}},"L":{"d":"174,0r-148,0r0,-240r46,0r0,201r102,0r0,39","w":179,"k":{"y":9,"T":25,"V":27,"W":18,"Y":32}},"M":{"d":"262,0r-45,0r0,-210r-66,210r-23,0r-66,-210r0,210r-36,0r0,-240r68,0r50,155r50,-155r68,0r0,240","w":288},"N":{"d":"208,-240r0,240r-40,0r-94,-153v-3,-4,-11,-23,-13,-27r0,180r-35,0r0,-240r48,0r99,169r0,-169r35,0","w":234},"O":{"d":"218,-120v0,73,-40,124,-103,124v-145,0,-128,-249,2,-248v68,0,101,60,101,124xm115,-31v65,0,68,-87,44,-152v-10,-26,-33,-26,-43,-26v-45,0,-56,46,-56,89v0,28,5,89,55,89","w":231,"k":{"T":9,"V":7,"W":14,"Y":7,"A":5,",":7,".":7,"X":9}},"P":{"d":"125,-240v47,-4,83,33,82,71v-3,71,-64,79,-138,74r0,95r-43,0r0,-240r99,0xm162,-168v1,-45,-50,-35,-93,-36r0,72r52,0v31,0,41,-19,41,-36","w":215,"k":{"A":18,",":63,".":63,"e":9,"o":9,"a":9}},"Q":{"d":"208,13r0,36v-8,1,-19,2,-24,2v-51,0,-53,-30,-54,-47v-81,11,-116,-60,-116,-122v0,-64,30,-126,102,-126v18,0,63,1,90,61v21,47,16,136,-28,164v-15,9,-31,30,1,33v6,0,18,0,29,-1xm171,-120v0,-36,-8,-89,-55,-89v-44,0,-56,45,-56,91v0,50,13,86,54,86v47,0,57,-47,57,-88","w":231},"R":{"d":"26,-240v85,2,190,-17,189,70v0,45,-32,59,-44,64r42,106r-45,0r-38,-99r-61,0r0,99r-43,0r0,-240xm69,-206r0,73v46,-2,101,13,101,-37v0,-18,-12,-36,-43,-36r-58,0","w":231,"k":{"O":4,"V":7,"W":7,"Y":7}},"S":{"d":"43,-67v-4,16,33,36,58,36v68,0,53,-57,19,-63v-47,-9,-106,-24,-106,-78v0,-88,153,-94,171,-20r-41,11v-3,-8,-10,-28,-44,-28v-33,0,-42,18,-42,30v0,34,46,30,74,39v21,7,63,17,63,68v0,76,-117,98,-169,53v-16,-13,-21,-28,-25,-39","w":205},"T":{"d":"110,0r-46,0r0,-203r-64,0r0,-37r174,0r0,37r-64,0r0,203","w":173,"k":{"w":20,"y":18,"O":9,"u":20,"A":23,",":27,".":18,"e":22,"o":22,"a":22,"i":-9,"r":20,"-":14}},"U":{"d":"112,-34v30,0,44,-22,44,-52r0,-154r35,0r0,154v0,26,0,56,-34,77v-19,12,-42,13,-50,13v-14,0,-47,-3,-64,-23v-18,-22,-19,-42,-19,-63r0,-158r44,0r0,154v-4,30,16,52,44,52","w":214,"k":{"A":7}},"V":{"d":"119,0r-44,0r-74,-240r45,0r56,184r56,-184r36,0","w":194,"k":{"G":7,"O":7,"u":13,"A":14,",":27,".":27,"e":22,"o":22,"a":18,"i":-9}},"W":{"d":"314,-240r-64,240r-45,0r-48,-176r-43,176r-45,0r-65,-240r46,0r46,175r43,-175r44,0r48,175r45,-175r38,0","w":317,"k":{"O":14,"u":11,"A":14,",":27,".":27,"e":14,"o":14,"a":20}},"X":{"d":"202,0r-50,0r-53,-95r-57,95r-40,0r76,-125r-65,-115r50,0r44,80r47,-80r41,0r-67,109","w":204},"Y":{"d":"123,0r-46,0r0,-101r-82,-139r53,0r56,99r55,-99r42,0r-78,139r0,101","w":195,"k":{"C":11,"O":14,"u":22,"A":20,",":32,".":32,"e":27,"o":27,"a":29,"i":-7}},"Z":{"d":"185,-37r0,37r-178,0r0,-34r123,-172r-114,0r0,-34r165,0r0,34r-122,169r126,0","w":191},"[":{"d":"87,-211r-29,0r0,242r29,0r0,29r-61,0r0,-300r61,0r0,29","w":110},"\\":{"d":"33,-240r156,300r-25,0r-157,-300r26,0","w":172},"]":{"d":"23,31r30,0r0,-242r-30,0r0,-29r61,0r0,300r-61,0r0,-29","w":110},"^":{"d":"192,-111r-34,0r-53,-100r-51,100r-35,0r68,-129r37,0"},"_":{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},"a":{"d":"18,-130v15,-78,168,-65,153,14v1,36,-3,90,5,116r-38,0v-5,-14,-6,-22,-7,-36v-5,13,-18,40,-60,40v-38,0,-58,-26,-58,-55v0,-60,80,-62,118,-61v4,-30,-14,-41,-37,-41v-35,0,-40,20,-42,28xm85,-27v46,0,47,-32,46,-63v-25,0,-40,3,-48,5v-8,3,-29,9,-29,32v0,6,3,26,31,26","w":194},"b":{"d":"181,-92v0,46,-25,96,-73,96v-33,0,-45,-18,-55,-33r-11,29r-18,0r0,-240r40,0r0,87v9,-16,19,-33,49,-33v33,0,68,28,68,94xm102,-151v-25,0,-38,34,-38,75v0,34,17,47,37,47v37,0,38,-45,38,-64v0,-18,-3,-58,-37,-58","w":193,"k":{"v":13,"y":7}},"c":{"d":"94,-148v-37,2,-36,34,-39,61v0,7,0,56,36,56v19,0,30,-14,35,-34r35,3v-4,16,-15,66,-73,66v-108,0,-96,-185,4,-185v58,0,66,47,69,61r-35,5v-3,-23,-15,-33,-32,-33","w":167},"d":{"d":"170,0r-38,0r0,-36v-5,12,-16,40,-52,40v-62,0,-67,-76,-67,-95v0,-35,15,-94,69,-94v18,0,36,6,48,32r0,-87r40,0r0,240xm130,-75v0,-39,-3,-75,-37,-75v-36,0,-38,46,-38,61v0,12,1,60,37,60v18,0,38,-18,38,-46","w":193,"k":{"w":7}},"e":{"d":"54,-84v-3,24,15,56,43,56v28,0,36,-19,40,-29r36,6v-13,39,-44,55,-79,55v-59,0,-81,-47,-81,-92v0,-52,31,-93,83,-93v58,0,81,46,80,97r-122,0xm134,-110v6,-37,-50,-61,-71,-26v-6,9,-8,17,-9,26r80,0","w":188,"k":{"v":4,"w":4,"y":7}},"f":{"d":"69,0r-39,0r0,-146r-26,0r0,-31r26,0v-1,-42,14,-76,78,-67r0,32v-30,-4,-43,6,-39,35r39,0r0,31r-39,0r0,146","w":113,"k":{",":18,".":18,"e":9,"o":9}},"g":{"d":"129,-177v5,-28,25,-36,57,-34r0,30v-19,-1,-31,1,-38,15v42,30,14,93,-51,93v-20,0,-42,-14,-46,12v-3,19,49,18,74,18v44,0,61,25,61,48v0,23,-17,59,-92,59v-47,0,-86,-12,-86,-49v0,-22,13,-29,26,-36v-31,-16,-11,-63,12,-66v-38,-23,-41,-93,48,-94v16,0,25,2,35,4xm95,-97v19,1,33,-14,33,-31v0,-11,-6,-28,-32,-28v-48,0,-44,57,-1,59xm42,6v-1,21,37,30,61,30v18,0,46,-2,46,-23v-7,-33,-67,-9,-98,-23v-6,6,-9,11,-9,16","w":186,"k":{"y":-7,",":-9,".":-5}},"h":{"d":"104,-150v-58,0,-36,91,-40,150r-40,0r0,-240r40,0r0,94v4,-10,16,-39,52,-39v77,0,51,113,55,185r-40,0r0,-108v0,-15,0,-42,-27,-42","w":195,"k":{"y":9}},"i":{"d":"64,0r-40,0r0,-178r40,0r0,178xm64,-198r-40,0r0,-42r40,0r0,42","w":88},"j":{"d":"64,5v2,54,-33,72,-81,64r0,-34v27,4,41,-4,41,-30r0,-183r40,0r0,183xm64,-198r-40,0r0,-42r40,0r0,42","w":88},"k":{"d":"183,-177r-53,58r59,119r-42,0r-45,-91r-40,44r0,47r-38,0r0,-240r38,0r0,149r78,-86r43,0","w":191,"k":{"y":13,"e":7,"o":7}},"l":{"d":"64,0r-40,0r0,-240r40,0r0,240","w":88},"m":{"d":"24,0r0,-177r39,0r0,37v8,-15,21,-41,59,-41v39,0,47,30,51,41v10,-19,28,-41,59,-41v80,-1,52,107,57,181r-42,0r0,-104v0,-22,-4,-41,-30,-41v-20,0,-40,13,-40,52r0,93r-42,0r0,-111v0,-14,-3,-34,-28,-34v-20,0,-41,15,-41,59r0,86r-42,0","w":313,"k":{"y":9}},"n":{"d":"24,0r0,-177r36,0r0,41v7,-15,21,-45,54,-45v58,0,57,53,57,76r0,105r-40,0r0,-104v0,-41,-21,-42,-28,-42v-9,0,-39,2,-39,63r0,83r-40,0","w":194,"k":{"v":7,"y":9}},"o":{"d":"178,-89v0,60,-39,93,-84,93v-113,0,-105,-186,2,-185v54,0,82,44,82,92xm135,-90v0,-31,-9,-58,-39,-58v-32,0,-41,31,-41,59v0,9,0,60,40,60v37,0,40,-43,40,-61","w":190,"k":{"v":5,"y":5}},"p":{"d":"181,-90v-1,43,-16,94,-67,94v-31,0,-44,-20,-49,-29r0,85r-41,0r0,-237r38,0r0,30v6,-11,20,-34,55,-34v51,0,64,56,64,91xm103,-148v-27,0,-38,35,-38,75v0,28,19,45,37,45v33,0,37,-41,37,-59v0,-19,-5,-61,-36,-61","w":193,"k":{"y":5}},"q":{"d":"171,-177r0,237r-42,0r0,-91v-10,26,-28,35,-49,35v-57,0,-67,-64,-67,-92v0,-45,21,-93,74,-93v31,0,44,17,52,28r11,-24r21,0xm93,-28v23,0,36,-35,36,-76v0,-14,-4,-44,-34,-44v-30,0,-40,28,-40,59v0,42,19,61,38,61","w":195},"r":{"d":"114,-139v-28,-2,-50,21,-50,67r0,72r-40,0r0,-177r36,0r0,42v4,-13,16,-50,54,-48r0,44","w":119,"k":{"v":-18,"y":-18,"u":-7,",":22,".":22,"r":-5,"k":-7,"l":-7,"m":-5,"n":-5,"p":-5,"s":-5,"t":-18,":":-14,";":-14}},"s":{"d":"2,-41r38,-7v4,8,10,22,38,22v9,0,37,-1,37,-22v0,-24,-32,-19,-52,-24v-17,-4,-54,-12,-54,-53v0,-19,10,-56,68,-56v21,0,58,4,69,41r-35,7v-2,-6,-7,-20,-33,-20v-22,0,-32,9,-32,21v0,22,43,22,65,27v29,7,44,23,44,51v0,87,-141,67,-153,13","w":163},"t":{"d":"107,0v-44,13,-79,-7,-79,-54r0,-92r-22,0r0,-31r25,0r4,-47r32,-2r0,49r36,0r0,31r-36,0r0,86v-1,29,14,30,40,29r0,31","w":115},"u":{"d":"90,-31v54,-1,38,-87,40,-146r40,0r0,177r-38,0r0,-38v-6,20,-20,41,-55,42v-28,1,-53,-23,-53,-57r0,-124r41,0r0,112v0,19,6,34,25,34","w":194},"v":{"d":"158,-177r-61,177r-33,0r-61,-177r41,0r42,120r40,-120r32,0","w":159,"k":{",":22,".":22}},"w":{"d":"247,-177r-52,177r-36,0r-32,-124r-32,124r-37,0r-54,-177r42,0r35,119r31,-119r36,0r31,119r34,-119r34,0","w":250,"k":{",":22,".":22,"e":7,"a":7}},"x":{"d":"159,0r-46,0r-37,-65r-41,65r-35,0r59,-91r-51,-86r46,0r29,52r33,-52r34,0r-50,77","w":159},"y":{"d":"16,31v42,7,56,-15,47,-42r-60,-166r41,0r43,117r38,-117r32,0r-70,202v-21,44,-30,40,-71,38r0,-32","w":159,"k":{",":31,".":31,"a":7}},"z":{"d":"142,-31r0,31r-134,0r0,-31r88,-115r-79,0r0,-31r125,0r0,28r-86,118r86,0","w":150},"{":{"d":"44,-90v26,6,23,57,22,94v0,23,3,29,34,29r0,27v-38,0,-67,0,-67,-50v0,-35,14,-80,-20,-88r0,-26v31,-4,20,-55,20,-88v0,-48,30,-48,67,-48r0,27v-73,-11,-3,102,-56,123","w":117},"|":{"d":"69,-270r41,0r0,360r-41,0r0,-360","w":180},"}":{"d":"74,-90v-26,-6,-23,-57,-22,-94v0,-23,-4,-29,-35,-29r0,-27v37,0,67,0,67,50v0,35,-14,80,20,88r0,26v-31,4,-20,55,-20,88v0,48,-31,48,-67,48r0,-27v74,12,4,-102,57,-123","w":117},"~":{"d":"137,-93v-40,0,-82,-40,-96,4r-23,-15v12,-25,22,-47,53,-47v2,-5,63,22,71,19v16,0,22,-10,28,-20r23,14v-9,18,-22,45,-56,45"},"'":{"d":"57,-144r-28,0r-6,-96r39,0","w":85},"`":{"d":"49,-261r69,38r-7,19r-73,-31","w":180},"\u00a0":{"w":104}}});


function initCufon() {
	Cufon.replace('.banner-menu span,.banner-menu2 span, h1, h2, h3, h4, .facebook-feed .title strong, .staff-login label.ico-staff-login, .mailinglist strong ', { fontFamily: 'ITC Franklin Gothic Std', hover: true });
	Cufon.replace('#nav > div > ul > li > a', { fontFamily: 'ITC Franklin Gothic Std', hover: true, textShadow: '#010101 1px 1px' });
}






