/*
 * 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:
 * URW Software, Copyright 1994 by URW
 * 
 * Description:
 * Copyright URW Software, Copyright 1994 by URW
 * 
 * Manufacturer:
 * by URW
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"31,-15v0,-10,9,-20,20,-19v10,-1,19,10,19,19v0,11,-9,19,-20,19v-10,0,-19,-9,-19,-19xm31,-182v0,-10,9,-20,20,-19v10,-1,19,10,19,19v0,11,-9,19,-20,19v-10,0,-19,-9,-19,-19","w":100},{"d":"50,-34v23,0,25,40,12,54v-5,5,-21,29,-29,15v13,-9,21,-16,24,-32v-14,3,-26,-3,-26,-17v1,-11,7,-21,19,-20","w":100},{"d":"5,-2v1,20,30,9,49,12r0,-260v-19,2,-48,-8,-49,12r-5,0r0,-42r5,0v3,10,4,10,15,11r70,0v1,12,-14,6,-11,21r0,256v-3,15,12,9,11,21r-70,0v-11,1,-12,1,-15,11r-5,0r0,-42r5,0","w":114},{"d":"80,-139v2,14,31,11,30,-4r4,0r0,46v-6,-5,-22,-23,-34,-4v-6,58,25,145,-60,130v-11,1,-12,1,-15,11r-5,0r0,-42r5,0v1,15,15,11,30,12v45,-9,-5,-105,33,-130v-26,-17,-9,-69,-15,-112v2,-21,-44,-27,-48,-6r-5,0r0,-42r5,0v2,18,25,10,42,11v52,4,24,78,33,130","w":114},{"d":"0,-121v10,0,3,13,13,11v19,-3,51,10,54,-11r5,0r0,45v-11,1,-3,-13,-14,-11v-19,3,-54,-9,-54,11r-4,0r0,-45","w":71},{"d":"208,-240v1,12,-11,7,-11,21r0,146v17,-1,38,5,39,-12r6,0r0,46v-12,1,-6,-14,-21,-11r-24,0v2,17,-7,42,11,44r0,6r-48,0v0,-12,11,-6,11,-21r0,-29r-133,0v-15,-3,-9,12,-21,11r0,-29r137,-161v1,-6,-10,-1,-8,-11r62,0xm171,-213r-118,140r118,0r0,-140"},{"d":"197,-172v0,-69,-117,-56,-137,-8v-1,4,7,11,1,14r-37,-35v3,-7,12,1,15,1v25,-22,54,-45,99,-44v49,1,87,22,87,70v0,93,-134,76,-160,151r149,0v15,3,9,-11,21,-11r0,45v-12,1,-6,-14,-21,-11r-165,0v-15,-3,-9,12,-21,11v2,-90,100,-107,157,-152v9,-7,12,-17,12,-31"},{"d":"67,-225v-2,-18,1,-30,-11,-34r0,-5r39,0v-6,11,-12,19,-11,39v17,-7,27,-6,29,-21r4,-2r13,37v-11,-3,-25,-6,-41,2v12,12,13,23,29,21r3,4r-31,22v-2,-13,-1,-22,-14,-37v-6,10,-19,18,-12,33r-2,4r-32,-22v12,-6,22,-6,32,-25v-13,-3,-26,-12,-36,-1r-4,-1r12,-37v7,9,12,18,33,23","w":150},{"d":"71,-240v1,10,-15,5,-7,15r147,198v11,14,21,21,29,22r0,5r-55,0v-1,-9,14,-6,7,-15r-146,-198v-11,-14,-21,-21,-29,-22r0,-5r54,0","w":256},{"d":"13,-11v-7,-1,-6,10,-12,5r20,-42v5,0,3,8,3,10v22,31,113,35,99,-29r0,-110v3,-14,-10,-9,-11,-20r47,0v0,11,-11,7,-11,20r0,115v10,77,-85,74,-135,51","w":176},{"d":"167,0v1,-11,13,-3,1,-19r-68,-89r-42,32v4,24,-10,65,11,71r0,5r-48,0r0,-5v10,-3,10,-4,11,-15r0,-157v3,-14,-10,-9,-11,-20r48,0v-1,11,-14,6,-11,20r0,78r108,-86v2,-6,-8,-4,-6,-12r55,0v1,10,-13,4,-18,13r-78,62r93,116v2,1,9,0,7,6r-52,0","w":222},{"d":"77,-227r-10,149v-1,6,12,3,10,11r-31,0v-2,-9,11,-2,10,-15r-10,-145v1,-8,-3,-8,-10,-8r0,-5r51,0v3,9,-13,1,-10,13xm42,-15v0,-10,9,-20,20,-19v10,-1,19,10,19,19v0,11,-9,19,-20,19v-10,0,-19,-9,-19,-19","w":122},{"d":"64,0v-1,-10,13,-4,10,-14v-18,-60,-40,-119,-65,-173v-1,-4,-12,-2,-10,-10r51,0v-2,11,-14,6,-7,24r50,139r52,-149v2,-7,-11,-5,-10,-14r54,0v-2,11,-14,7,-8,24r50,141r51,-150v2,-8,-13,-5,-12,-15r51,0v-2,11,-14,8,-19,24r-55,159v-2,9,11,5,10,14r-55,0v3,-11,13,-7,6,-27r-48,-135r-51,147v-2,8,11,6,10,15r-55,0","w":320},{"d":"76,-5v10,-3,10,-4,11,-15r0,-67r-83,-103v-3,-1,-7,-1,-6,-7r56,0v-1,10,-15,9,-4,22r53,69v17,-27,37,-50,51,-79v2,-6,-9,-4,-7,-12r51,0v-3,11,-16,8,-21,22v-21,25,-43,60,-64,88r0,67v1,11,1,12,11,15r0,5r-48,0r0,-5","w":195},{"d":"16,-120v0,-73,42,-124,115,-124v72,0,112,53,112,124v0,72,-42,124,-114,124v-72,0,-113,-52,-113,-124xm219,-120v0,-59,-32,-100,-91,-100v-58,0,-88,43,-88,100v0,58,31,100,90,100v58,0,89,-42,89,-100"},{"d":"27,-172v0,-90,150,-82,211,-49v7,1,8,-11,14,-4r-26,45v-7,-2,-2,-8,-2,-13v-37,-36,-169,-45,-169,20v0,37,44,36,84,37v61,1,116,6,116,64v0,99,-164,86,-223,44v-9,-7,-10,11,-18,3r27,-44v8,0,1,11,1,12v33,42,185,63,185,-13v0,-38,-50,-39,-95,-39v-54,0,-105,-11,-105,-63","w":269},{"d":"32,-177v3,-14,-10,-9,-11,-20r48,0v-1,11,-14,6,-11,20r0,157v1,11,1,12,11,15r0,5r-48,0r0,-5v10,-3,10,-4,11,-15r0,-157","w":90},{"d":"240,-240r0,5v-8,1,-18,8,-29,22r-147,202v-2,5,10,3,8,11r-55,0r0,-5v8,-1,18,-8,29,-22r149,-202v2,-5,-11,-3,-9,-11r54,0","w":256},{"d":"206,-143v1,68,-80,53,-148,54r0,71v-3,12,11,7,10,18r-47,0v-1,-11,14,-6,11,-18r0,-162v2,-9,-11,-7,-11,-17v72,7,184,-25,185,54xm182,-143v0,-53,-76,-30,-124,-35r0,70v47,-6,124,19,124,-35","w":216},{"d":"67,-197v-1,10,-15,9,-4,22r40,53v15,-21,35,-38,46,-63v3,-6,-10,-4,-8,-12r50,0v-3,11,-19,13,-25,27r-50,64r75,96v4,6,13,1,12,10r-55,0v2,-9,13,-6,2,-21r-50,-66v-18,26,-40,48,-55,76v-1,5,10,3,8,11r-52,0v3,-11,20,-12,27,-26r61,-77r-71,-87v-3,-1,-7,-1,-6,-7r55,0","w":203},{"d":"104,-240r0,300r-28,0r0,-300r28,0","w":180},{"d":"179,-101v-2,-9,-4,-11,-15,-11r-99,0r0,89r154,0v15,3,9,-11,21,-11r0,45v-12,1,-6,-14,-21,-11r-193,0v0,-12,11,-6,11,-21r0,-198v-1,-11,-1,-13,-11,-15r0,-6r190,0v15,4,9,-11,21,-11r0,45r-6,0v-2,-9,-4,-11,-15,-11r-151,0r0,82r99,0v15,3,9,-12,21,-11r0,45r-6,0"},{"d":"125,-197v-11,12,-31,4,-34,20r-6,0r0,-45v11,-3,3,13,12,11v13,0,41,-17,19,-23r0,-6r46,0v0,12,-11,6,-11,21r0,198v-2,15,10,9,11,21r-48,0v0,-12,11,-6,11,-21r0,-176"},{"d":"135,-201v69,0,118,34,118,103v0,36,-15,64,-46,84v10,4,23,23,33,11r4,2r-26,35v-8,-6,5,-15,-7,-20r-24,-18v-82,25,-173,-9,-171,-94v2,-68,50,-103,119,-103xm120,-35v19,-14,50,-10,68,5v72,-41,36,-156,-53,-150v-54,4,-93,28,-93,82v0,63,61,93,125,77v-12,-8,-27,-20,-44,-10","w":270},{"d":"53,-159v-2,8,11,1,9,11r-30,0v-3,-9,11,-3,9,-11r-9,-70v1,-7,-4,-6,-10,-6r0,-5r51,0v3,9,-13,1,-11,11","w":93},{"d":"143,-244v32,-1,52,13,76,20v3,1,9,-8,12,-2r-22,42v-6,0,-5,-6,-3,-10v-8,-19,-37,-28,-62,-28v-62,0,-92,45,-91,113v32,-70,186,-66,183,30v-2,55,-42,83,-98,83v-72,0,-112,-46,-112,-118v0,-75,41,-127,117,-130xm209,-76v0,-40,-30,-58,-71,-58v-40,0,-69,21,-73,57v4,36,32,57,72,57v40,0,72,-18,72,-56"},{"d":"53,-159v-2,8,11,1,9,11r-30,0v-3,-9,11,-3,9,-11r-9,-70v1,-7,-4,-6,-10,-6r0,-5r51,0v3,9,-13,1,-11,11xm147,-159v-2,8,11,1,9,11r-30,0v-3,-9,11,-3,9,-11r-9,-70v1,-7,-4,-6,-10,-6r0,-5r51,0v3,9,-13,1,-11,11","w":188},{"d":"12,-180v0,-38,25,-62,63,-62v37,0,62,25,62,62v0,38,-24,63,-62,63v-38,0,-63,-25,-63,-63xm119,-180v0,-27,-18,-49,-45,-48v-27,1,-44,19,-44,48v0,30,16,48,45,48v28,0,43,-19,44,-48xm273,-240v-4,11,-21,10,-29,27r-153,202v-2,5,10,3,8,11r-49,0r0,-5v8,-1,18,-8,29,-22r155,-202v2,-5,-11,-3,-9,-11r48,0xm187,-60v0,-38,25,-63,63,-63v38,0,62,25,62,63v0,38,-25,62,-63,62v-37,0,-62,-25,-62,-62xm294,-60v0,-27,-18,-49,-45,-48v-29,0,-44,19,-44,48v0,29,17,48,44,48v27,0,44,-19,45,-48","w":323},{"d":"180,0v4,-10,14,-10,0,-25r-127,-141r0,146v1,11,1,12,11,15r0,5r-43,0r0,-5v10,-3,10,-4,11,-15r0,-157v3,-14,-10,-9,-11,-20r64,0v-3,10,-15,13,-2,27r116,130r0,-137v3,-14,-10,-9,-11,-20r43,0v0,11,-14,6,-11,20r0,157v1,11,1,12,11,15r0,5r-51,0","w":252},{"d":"90,-60v0,17,-18,46,1,54r-1,6r-46,0v1,-11,13,-7,15,-19r8,-41v-19,1,-43,-6,-46,11r-6,0r8,-46r7,0v-2,20,26,10,42,12r14,-74v-20,1,-43,-4,-47,12r-6,0r9,-46r6,0v-1,19,26,10,42,12v0,-18,19,-47,0,-55r1,-6r45,0v-1,11,-13,7,-15,19r-8,42r73,0v-1,-18,19,-49,-1,-55r2,-6r45,0v-1,11,-14,8,-15,19r-8,42v20,-1,43,4,47,-12r5,0r-8,46r-6,0v1,-19,-27,-10,-43,-12r-14,74v19,-1,43,5,47,-12r6,0r-9,46r-6,0v1,-18,-26,-9,-42,-11v0,0,-18,46,1,54r-2,6r-45,0v1,-11,13,-7,15,-19r8,-41r-73,0xm168,-83r14,-74r-73,0r-15,74r74,0","w":276},{"d":"76,-234v-10,2,-10,4,-11,15r0,196r153,0v15,3,9,-11,21,-11r0,45v-12,1,-6,-14,-21,-11r-192,0v0,-12,11,-6,11,-21r0,-198v-1,-11,-1,-13,-11,-15r0,-6r50,0r0,6","w":244},{"d":"335,-209v4,-10,10,-24,-5,-25r0,-6r52,0v0,11,-12,7,-17,21r-70,204v-2,8,12,5,10,15r-57,0v1,-12,14,-8,7,-27r-63,-177r-65,190v0,8,12,3,11,14r-58,0v2,-11,14,-9,6,-29r-75,-200v-2,-3,-6,-5,-12,-5r0,-6r56,0v1,11,-14,6,-9,19r63,181r65,-186v2,-7,-13,-4,-11,-14r62,0v1,12,-15,4,-10,19r63,181","w":381},{"d":"76,-108v0,-58,82,-87,122,-50r3,-12r24,0r-21,84v0,5,4,8,11,8v29,-2,44,-25,43,-57v-1,-53,-47,-90,-104,-90v-64,0,-114,46,-115,106v-2,87,89,125,171,92v7,-1,0,-12,7,-11r12,39v-8,3,-6,-11,-15,-8v-93,32,-205,-10,-199,-113v4,-80,59,-124,142,-124v73,0,120,37,125,106v4,52,-43,92,-87,64v-3,-3,-5,-6,-7,-10v-29,26,-112,30,-112,-24xm189,-124v0,-22,-15,-33,-38,-33v-28,0,-50,17,-51,46v0,18,14,29,33,28v30,-1,56,-12,56,-41","w":298},{"d":"31,-15v0,-10,9,-20,20,-19v10,-1,19,10,19,19v0,11,-9,19,-20,19v-10,0,-19,-9,-19,-19","w":100},{"d":"62,-120v1,-53,-28,-111,-62,-138r9,-11v108,80,108,218,0,298r-9,-10v35,-30,61,-76,62,-139","w":114},{"d":"168,-178r-127,58r127,58r0,27r-156,-73r0,-24r156,-73r0,27","w":180},{"d":"19,-69v0,-32,21,-51,49,-60v-28,-9,-42,-26,-42,-51v0,-50,49,-63,103,-64v55,0,104,17,104,64v0,25,-14,42,-42,51v28,9,49,28,49,60v0,55,-50,73,-111,73v-61,0,-110,-19,-110,-73xm206,-180v-2,-57,-150,-54,-153,0v2,57,151,56,153,0xm212,-68v0,-67,-163,-67,-165,-1v0,67,163,67,165,1"},{"d":"76,-234v-10,2,-10,4,-11,15r0,99r135,-106v3,-4,3,-9,-5,-8r0,-6r63,0v0,12,-14,5,-21,14r-97,76r107,136v6,6,8,7,18,8r0,6r-59,0v1,-12,13,-6,0,-23r-86,-111r-55,42r0,71v-2,15,10,9,11,21r-50,0v0,-12,11,-6,11,-21r0,-198v-1,-11,-1,-13,-11,-15r0,-6r50,0r0,6","w":268},{"d":"74,-145v-18,-2,-18,10,-32,12r0,-46v14,2,13,12,32,12r127,0v18,2,20,-10,33,-12r0,46v-13,-2,-14,-12,-32,-12r-128,0xm74,-73v-18,-2,-18,10,-32,12r0,-46v14,2,13,12,32,12r127,0v18,2,20,-10,33,-12r0,46v-13,-2,-14,-12,-32,-12r-128,0","w":276},{"d":"127,-109v-28,2,-69,-8,-79,12r-6,0r0,-46v14,2,13,12,32,12r53,0v-2,-28,7,-68,-12,-79r0,-6r46,0v-2,14,-12,13,-12,33r0,52v28,-2,68,7,79,-12r6,0r0,46v-14,-2,-13,-12,-33,-12r-52,0v2,28,-8,69,12,79r0,6r-46,0v2,-14,12,-13,12,-32r0,-53","w":276},{"d":"225,-206v-12,0,-6,-14,-21,-11r-138,0r0,74v57,-40,179,-25,174,60v-3,57,-44,84,-104,87v-50,3,-73,-24,-105,-34v-2,2,-6,3,-9,0r29,-38v6,1,2,9,2,12v10,18,49,36,82,36v46,0,75,-21,77,-63v3,-69,-106,-76,-140,-33v0,3,5,9,0,12r-48,-36v6,-9,16,-3,16,-21r0,-58v-1,-11,-1,-13,-11,-15r0,-6r175,0v15,3,9,-12,21,-11r0,45"},{"d":"192,-165v-7,-24,-54,-7,-80,-12r0,157v1,11,1,12,11,15r0,5r-47,0r0,-5v10,-3,10,-4,11,-15r0,-157r-64,0v-10,0,-13,3,-15,12r-5,0r0,-42v11,1,5,15,20,11r153,0v14,3,10,-9,20,-11r0,42r-4,0","w":199},{"d":"115,-16v-4,8,-1,10,8,10r0,6r-54,0v-1,-11,13,-4,16,-14r113,-202r-161,0v-15,-3,-9,12,-21,11r0,-46v12,-1,6,14,21,11r170,0v15,4,9,-11,21,-11r0,32"},{"d":"264,-213v9,2,9,-11,16,-4r-27,43v-7,-2,-2,-7,-1,-11v-15,-23,-63,-35,-94,-35v-66,2,-105,36,-109,100v-7,102,136,125,197,70r0,-44v-24,4,-66,-10,-72,11r-6,0r0,-45v12,0,6,14,21,11r94,0v0,12,-14,6,-11,21v2,17,-7,44,11,46r0,5v-31,29,-66,49,-124,49v-80,0,-138,-45,-138,-125v0,-80,57,-120,138,-123v46,-1,76,14,105,31","w":302},{"d":"16,-99v-4,-100,128,-123,203,-80v6,1,7,-9,12,-3r-21,38v-5,-1,-4,-6,-3,-10v-45,-48,-165,-28,-165,54v0,89,127,107,168,49v-2,-5,-5,-10,1,-12r27,35v-3,8,-7,-2,-12,-2v-29,18,-51,36,-96,34v-69,-1,-112,-37,-114,-103","w":253},{"d":"26,0v-1,-11,14,-6,11,-18r0,-204v3,-12,-12,-7,-11,-18r127,0v83,-3,123,43,123,120v0,77,-40,120,-123,120r-127,0xm247,-120v0,-62,-27,-97,-95,-97r-87,0r0,194r87,0v67,3,95,-37,95,-97","w":296},{"d":"265,-21v-2,15,10,9,11,21r-55,0v2,-12,14,-10,0,-26r-158,-184r0,189v-2,15,10,9,11,21r-48,0v0,-12,11,-6,11,-21r0,-198v-1,-11,-1,-13,-11,-15r0,-6r69,0v-2,12,-14,11,0,27r145,169r0,-175v-1,-11,-1,-13,-11,-15r0,-6r47,0r0,6v-10,2,-10,4,-11,15r0,198","w":302},{"d":"37,-219v-1,-11,-1,-13,-11,-15r0,-6v91,7,225,-29,227,64v0,23,-11,40,-34,51v28,9,42,28,42,58v0,99,-142,59,-235,67v0,-12,11,-6,11,-21r0,-198xm65,-136v66,-5,183,24,156,-60v-22,-36,-102,-16,-156,-21r0,81xm211,-29v41,-22,20,-93,-33,-84v-35,-2,-76,-1,-113,-1r0,91v48,-3,103,2,146,-6","w":280},{"d":"254,0v0,-12,11,-6,11,-21r0,-181r-102,202r-100,-202r0,181v-2,15,10,9,11,21r-48,0v0,-12,11,-6,11,-21r0,-198v-1,-11,-1,-13,-11,-15r0,-6r63,0v-1,11,-17,11,-3,27r80,158r84,-172v0,-7,-11,-3,-9,-13r63,0r0,6v-10,2,-10,4,-11,15r0,198v-2,15,10,9,11,21r-50,0","w":330},{"d":"193,-184v0,26,-16,42,-38,50v19,9,32,23,39,43v13,-32,31,-59,65,-64r0,43v-9,1,-3,-16,-18,-4v-16,13,-23,29,-35,49v9,21,17,36,42,40v7,1,2,-11,11,-9r0,36v-38,0,-58,-13,-70,-41v-33,68,-173,58,-173,-29v0,-40,28,-60,62,-69v-19,-11,-31,-21,-31,-45v0,-41,30,-60,72,-60v43,0,74,20,74,60xm166,-183v1,-26,-22,-40,-48,-40v-26,-1,-45,13,-45,38v0,25,22,38,49,38v24,0,44,-13,44,-36xm173,-68v-5,-32,-30,-55,-67,-55v-36,0,-62,18,-62,51v0,71,120,64,129,4","w":268},{"d":"89,-269v-9,11,7,31,13,44v2,1,7,1,5,6r-30,0v8,-12,-13,-37,-28,-46r0,-4r40,0","w":180},{"d":"26,0v0,-12,11,-6,11,-21r0,-198v-1,-11,-1,-13,-11,-15r0,-6r50,0r0,6v-10,2,-10,4,-11,15r0,198v-2,15,10,9,11,21r-50,0","w":102},{"d":"12,-135r63,-105r30,0r63,105r-25,0r-53,-87r-53,87r-25,0","w":180},{"d":"16,-98v0,-102,133,-126,204,-76v4,1,8,-11,13,-5r-25,39v-6,-1,-2,-5,-2,-10v-11,-19,-48,-30,-74,-30v-54,0,-87,31,-90,83v-4,81,110,102,161,58r0,-36v-20,3,-57,-9,-59,11r-5,0r0,-42r5,0v2,9,5,11,15,12r78,0v-1,10,-13,6,-12,19v2,16,-4,35,12,36r0,4v-68,66,-221,48,-221,-63","w":252},{"w":90},{"d":"21,-120v0,-81,57,-126,145,-124v84,2,141,42,141,124v0,81,-62,124,-143,124v-81,0,-143,-43,-143,-124xm279,-120v0,-66,-46,-101,-117,-100v-68,1,-113,35,-113,100v0,66,46,100,115,100v69,0,115,-34,115,-100","w":327},{"d":"34,-101v-2,-14,-31,-11,-30,4r-4,0r0,-46v6,5,22,23,34,4v6,-58,-25,-145,60,-130v11,-1,13,-1,15,-11r5,0r0,42r-5,0v-1,-19,-43,-16,-47,2v-8,37,11,98,-16,116v26,16,11,67,14,104v2,19,12,28,34,26v11,-1,13,-1,15,-12r5,0r0,42r-5,0v-1,-18,-26,-10,-42,-11v-51,-4,-24,-78,-33,-130","w":114},{"d":"14,-15v-5,0,-7,10,-13,4r21,-44v7,1,3,5,3,10v22,32,123,42,123,-19r1,-155v-1,-11,-1,-13,-11,-15r0,-6r50,0r0,6v-10,2,-12,5,-12,15r0,156v2,79,-109,77,-162,48","w":209},{"d":"9,-208v11,0,6,14,20,11r155,0v-41,63,-91,117,-134,178r114,0v15,3,9,-11,20,-12r0,42v-11,0,-6,-14,-20,-11r-156,0r0,-4r135,-174r-114,0v-15,-3,-9,11,-20,12r0,-42","w":191},{"d":"168,-132r0,24r-156,73r0,-27r127,-58r-127,-58r0,-27","w":180},{"d":"69,-197v-1,11,-14,6,-11,20r0,158r120,0v15,3,9,-11,20,-12r0,42v-11,0,-6,-14,-20,-11r-157,0r0,-5v10,-3,10,-4,11,-15r0,-157v3,-14,-10,-9,-11,-20r48,0","w":201},{"d":"208,-233v75,34,35,145,-56,125r-87,0r0,90v-2,11,12,7,11,18r-50,0v-1,-11,14,-6,11,-18r0,-204v3,-12,-12,-7,-11,-18v60,3,129,-3,182,7xm220,-174v1,-65,-94,-37,-155,-43r0,86v60,-6,155,22,155,-43"},{"w":90},{"d":"75,-240v-2,11,-15,12,-2,28r50,64v18,-27,46,-50,58,-81v2,-5,-11,-3,-8,-11r57,0v-1,12,-17,8,-22,22v-24,27,-47,60,-69,89r78,102v11,14,21,21,29,21r0,6r-61,0v-2,-10,14,-6,6,-17r-69,-90v-23,32,-50,60,-71,95v-2,5,10,4,8,12r-58,0v2,-12,22,-12,29,-27r76,-99v-29,-35,-53,-75,-86,-107v-4,-1,-7,-1,-6,-7r61,0","w":247},{"d":"114,-258v-64,46,-85,181,-24,250v6,12,15,19,24,27r-9,10v-108,-80,-108,-218,0,-298","w":114},{"d":"242,-206v-11,-1,-6,-14,-21,-11r-156,0r0,82r104,0v15,3,8,-12,21,-12r0,46v-12,1,-6,-14,-21,-11r-104,0r0,91v-2,15,10,9,11,21r-50,0v0,-12,11,-6,11,-21r0,-198v-1,-11,-1,-13,-11,-15r0,-6r195,0v15,3,10,-10,21,-11r0,45","w":256},{"d":"250,-18v12,5,26,32,39,16r5,4r-32,39v-8,-6,5,-14,-3,-20r-34,-27v-98,31,-206,-12,-204,-114v2,-81,62,-124,143,-124v81,0,143,43,143,124v0,47,-25,83,-57,102xm49,-120v0,78,70,112,153,96v-13,-10,-33,-28,-53,-14r-4,-4v25,-19,63,-12,83,8v34,-20,51,-48,51,-86v0,-66,-46,-100,-115,-100v-69,0,-115,34,-115,100","w":327},{"d":"163,-240v2,11,-14,5,-6,22r96,206v3,7,15,1,13,12r-56,0v1,-12,14,-5,6,-24r-19,-43r-129,0v-7,19,-18,34,-24,54v1,6,3,7,10,7r0,6r-53,0v2,-11,18,-11,21,-28r91,-200v1,-7,-11,-2,-9,-12r59,0xm132,-209r-54,119r108,0","w":265},{"d":"109,-238v-1,-21,-31,-9,-49,-12r0,260v18,-3,49,9,49,-12r5,0r0,42r-5,0v-2,-10,-4,-10,-15,-11r-70,0v-1,-12,14,-6,11,-21r0,-256v3,-15,-12,-9,-11,-21r70,0v11,-1,13,-1,15,-11r5,0r0,42r-5,0","w":114},{"d":"28,-177v3,-14,-10,-9,-11,-20r48,0v-1,11,-14,6,-11,20r0,121v1,35,31,40,66,40v48,0,66,-11,66,-60r0,-101v3,-14,-10,-9,-11,-20r44,0v0,11,-12,6,-12,20r0,106v4,61,-31,75,-89,75v-62,0,-91,-16,-90,-75r0,-106","w":235},{"d":"50,-34v23,0,25,40,12,54v-5,5,-21,29,-29,15v13,-9,21,-16,24,-32v-14,3,-26,-3,-26,-17v1,-11,7,-21,19,-20xm31,-182v0,-10,9,-20,20,-19v10,-1,19,10,19,19v0,11,-9,19,-20,19v-10,0,-19,-9,-19,-19","w":100},{"d":"158,-210v-40,-6,-88,-53,-109,0r-15,-11v12,-23,22,-40,48,-40v29,0,46,26,76,26v19,0,24,-11,34,-27r14,12v-12,23,-21,38,-48,40","w":240},{"d":"154,-81v-10,-2,-5,-14,-19,-11r-77,0r0,73r121,0v11,1,13,-2,15,-12r5,0r0,42v-11,-1,-5,-15,-20,-11r-158,0r0,-5v10,-3,10,-4,11,-15r0,-157v-1,-11,-1,-12,-11,-15r0,-5r157,0v11,-1,12,-1,15,-11r5,0r0,42v-11,-1,-5,-15,-20,-12r-120,0r0,67r77,0v13,2,9,-10,19,-11r0,41","w":214},{"d":"211,-58v-3,83,-137,69,-188,36v-5,-1,-7,9,-11,3r22,-38v5,2,4,7,2,11v29,36,151,49,151,-11v0,-39,-55,-32,-91,-32v-40,0,-72,-13,-72,-51v0,-74,120,-70,173,-42v3,1,7,-11,11,-4r-19,38v-4,-1,-5,-4,-4,-9v-24,-33,-132,-36,-137,16v9,66,167,-8,163,83","w":222},{"d":"197,-177v0,-63,-122,-51,-144,-5v0,6,5,9,-1,12r-32,-36v2,-6,11,0,13,0v29,-16,53,-40,100,-38v49,2,92,19,92,66v0,23,-13,39,-40,48v30,7,50,26,50,59v0,93,-147,87,-205,46v-3,-1,-9,9,-13,3r25,-43v5,1,4,7,3,10v27,43,162,56,162,-17v0,-42,-42,-47,-90,-45v-15,-3,-9,11,-21,11r0,-45v12,-1,6,14,21,11v39,0,80,0,80,-37"},{"d":"120,4v-40,1,-58,-15,-86,-28v-4,-1,-9,9,-13,3r26,-41v4,2,4,7,2,12v14,18,42,31,71,31v61,0,90,-45,88,-112v-33,73,-184,61,-181,-32v2,-55,43,-81,99,-81v73,0,110,47,110,119v0,78,-40,126,-116,129xm197,-163v0,-38,-32,-57,-73,-57v-40,0,-70,20,-70,58v0,74,143,71,143,-1"},{"d":"103,-82v0,10,9,5,10,13r-43,0r0,-4v9,-1,11,-3,11,-12v0,-52,45,-56,50,-101v5,-49,-79,-45,-86,-6v1,4,6,9,0,12r-33,-35v3,-6,8,-1,12,0v21,-13,39,-30,71,-29v37,1,63,18,63,56v0,48,-53,56,-55,106xm74,-15v-1,-10,8,-19,19,-18v10,-1,19,9,19,18v0,9,-9,20,-19,19v-10,1,-20,-9,-19,-19","w":184},{"d":"79,0v4,-10,14,-10,5,-29r-72,-157v-2,-6,-13,-2,-11,-11r54,0v-2,10,-15,8,-7,25r63,144r64,-144v4,-10,3,-18,-8,-20r0,-5r49,0v0,11,-15,5,-16,19r-70,164v-2,10,10,4,10,14r-61,0","w":216},{"d":"158,-81v-11,-1,-6,-12,-20,-12r-80,0r0,73v1,11,1,12,11,15r0,5r-48,0r0,-5v10,-3,10,-4,11,-15r0,-157v-1,-11,-1,-12,-11,-15r0,-5r160,0v14,3,9,-10,20,-11r0,42v-11,-1,-5,-15,-20,-12r-123,0r0,66r80,0v14,3,9,-10,20,-11r0,42","w":212},{"d":"229,-206v-2,-9,-4,-11,-15,-11r-81,0r0,196v-2,15,10,9,11,21r-50,0v0,-12,11,-6,11,-21r0,-196r-81,0v-14,-3,-9,10,-20,11r0,-45v11,0,6,14,20,11r190,0v15,3,9,-12,21,-11r0,45r-6,0","w":238},{"d":"176,-5v10,-3,10,-4,11,-15r0,-72r-129,0r0,72v1,11,1,12,11,15r0,5r-48,0r0,-5v10,-3,10,-4,11,-15r0,-157v3,-14,-10,-9,-11,-20r48,0v-1,11,-14,6,-11,20r0,66r129,0v-4,-27,11,-73,-11,-81r0,-5r48,0v-1,11,-12,6,-12,20r0,157v2,10,2,12,12,15r0,5r-48,0r0,-5","w":244},{"d":"180,26r0,18r-180,0r0,-18r180,0","w":180},{"d":"140,-197v-4,9,-10,11,-1,31r68,148v5,6,7,13,17,13r0,5r-52,0v1,-11,14,-3,5,-22r-15,-33r-104,0v-3,15,-30,40,-8,50r0,5r-49,0v4,-12,13,-10,21,-27r70,-157v2,-10,-10,-4,-9,-13r57,0xm110,-171r-43,96r86,0","w":222},{"d":"209,0v0,-10,15,-8,2,-22r-54,-86r-92,0r0,87v-2,15,10,9,11,21r-50,0v0,-12,11,-6,11,-21r0,-198v-1,-11,-1,-13,-11,-15r0,-6v92,7,229,-29,230,66v0,41,-29,61,-68,65r61,95v4,6,9,8,16,8r0,6r-56,0xm65,-131v70,-4,191,22,158,-64v-16,-41,-103,-16,-158,-22r0,86","w":276},{"d":"32,-177v-1,-11,-1,-12,-11,-15r0,-5r100,0v72,-3,109,34,109,99v0,64,-38,98,-109,98r-100,0r0,-5v10,-3,10,-4,11,-15r0,-157xm204,-98v0,-54,-26,-80,-85,-80r-61,0r0,159r61,0v58,2,85,-26,85,-79","w":246},{"d":"32,-177v-1,-11,-1,-12,-11,-15r0,-5v76,6,190,-25,190,53v0,21,-11,32,-28,41v61,28,34,103,-40,103r-122,0r0,-5v10,-3,10,-4,11,-15r0,-157xm158,-114v42,-2,34,-59,-2,-62v-30,-2,-65,-2,-98,-2r0,65xm193,-55v0,-56,-81,-35,-135,-39r0,75v51,-5,135,19,135,-36","w":232},{"d":"218,0v0,-12,11,-6,11,-21r0,-91r-164,0r0,91v-2,15,10,9,11,21r-50,0v0,-12,11,-6,11,-21r0,-198v-1,-11,-1,-13,-11,-15r0,-6r50,0r0,6v-10,2,-10,4,-11,15r0,84r164,0r0,-84v-1,-11,-1,-13,-11,-15r0,-6r50,0r0,6v-10,2,-10,4,-11,15r0,198v-2,15,10,9,11,21r-50,0","w":294},{"d":"130,-31r82,-194v2,-6,-12,-5,-10,-15r55,0v-1,12,-11,8,-17,21r-84,189v-5,13,-8,21,6,24r0,6r-67,0v-2,-10,13,-7,10,-15v-28,-75,-59,-151,-97,-217v-3,-1,-9,-1,-7,-8r57,0v-4,12,-13,12,-5,31","w":257},{"d":"12,-251v11,0,6,14,20,11r190,0r0,5r-165,212r146,0v14,3,9,-10,20,-11r0,45v-11,0,-6,-14,-20,-11r-193,0r0,-5r165,-212r-143,0v-14,-3,-9,10,-20,11r0,-45","w":232},{"d":"213,-143v0,33,-23,49,-56,52r55,85v2,2,10,0,8,6r-48,0v1,-10,12,-4,3,-18r-46,-71r-71,0r0,69v1,11,1,12,11,15r0,5r-48,0r0,-5v10,-3,10,-4,11,-15r0,-157v-1,-11,-1,-12,-11,-15r0,-5v76,6,192,-25,192,54xm189,-141v0,-54,-79,-33,-131,-37r0,70v49,-5,131,18,131,-33","w":230},{"d":"210,-5v10,-3,10,-4,11,-15r0,-146r-84,166r-84,-166r0,146v1,11,1,12,11,15r0,5r-43,0r0,-5v10,-3,10,-4,11,-15r0,-157v3,-14,-10,-9,-11,-20r60,0v-2,12,-16,8,-4,23r62,126r67,-136v2,-5,-10,-5,-9,-13r60,0v0,11,-14,6,-11,20r0,157v1,11,1,12,11,15r0,5r-47,0r0,-5","w":278},{"d":"16,-98v0,-68,49,-103,120,-103v68,0,117,34,117,103v0,68,-48,102,-118,102v-70,0,-119,-34,-119,-102xm227,-98v0,-54,-38,-82,-93,-82v-54,0,-92,29,-92,82v0,54,39,82,93,82v54,0,92,-29,92,-82","w":270},{"d":"220,-222v6,1,7,-9,13,-4r-23,43v-8,-4,4,-15,-8,-18v-14,-9,-40,-13,-61,-16r0,81v48,4,99,11,97,63v-2,52,-42,72,-97,73v1,15,-5,35,11,35r0,6r-43,0v-1,-12,12,-6,12,-19r0,-22v-30,-1,-65,-17,-88,-27v-5,0,-6,9,-11,3r23,-42v8,6,-6,14,9,19v16,10,43,21,67,24r0,-88v-45,-5,-88,-13,-88,-60v0,-45,40,-65,88,-69v0,-16,3,-32,-12,-35r0,-6r43,0v1,12,-14,6,-11,19r0,22v32,-1,55,9,79,18xm121,-217v-54,-5,-89,63,-27,76r27,3r0,-79xm211,-71v2,-32,-40,-34,-70,-37r0,85v39,2,68,-18,70,-48"},{"d":"21,-120v-6,-124,159,-152,245,-95v4,-3,9,-10,13,-4r-26,43v-5,-1,-3,-8,-3,-11v-13,-23,-56,-33,-90,-33v-67,0,-108,34,-111,99v-5,106,153,131,204,58v0,-3,-5,-10,2,-11r31,38v-4,8,-11,-4,-15,0v-31,22,-60,41,-112,40v-82,-2,-134,-43,-138,-124","w":304},{"d":"72,-234v-10,2,-12,5,-12,15r1,153v1,41,39,46,82,46v52,0,83,-9,83,-66r0,-133v-1,-11,-1,-13,-11,-15r0,-6r47,0r0,6v-10,2,-10,4,-11,15r0,138v1,71,-37,85,-109,85v-74,0,-109,-15,-109,-85r0,-138v-1,-11,-1,-13,-11,-15r0,-6r50,0r0,6","w":284},{"d":"180,-213v5,-8,14,-19,0,-21r0,-6r57,0r0,6v-17,2,-22,13,-31,26r-74,102r0,85v-2,15,10,9,11,21r-50,0v0,-12,11,-6,11,-21r0,-85r-95,-123v-3,-6,-14,-1,-12,-11r61,0v2,9,-8,5,-8,12v16,37,48,68,69,101","w":234}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+323-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);})("qhG!UL[TK>b_qo}y:L7%fhfb]r[!GLb_]r`%K>S2GYMv6BTWxWO:~{TT;W0#]h0*f]:R;7[0]obFA^O7;].2[}FW`>nHk7:ZVW=Mx.vbqBYT[T:HS.Rok{G${YR2]^uF;h.FkicqAHRvuop6q.GSdYc!xiR}#B;RaiGLYhD~6Y`=6=D>>2`cU%SeYY=WV2[FUh}TqofWq{O0akZv#e!WV2ZvUe!FVLO}UL:TKoO2a>f_GWR2U^}FK^;bAiTyK>Zpoe.7h^f`qV;[xadS{kuY>]6GKU#:A~$DWH=}L2C0I*vc_?FO%BT!rinR@yMb1j6C6WR?KBT?]W$jx2:i:!F_qkMCaB0HKhY}#i:}GhS0UL:#VL[?U{==Vr=_:hYB:oDvUr[D:h}?UWRCUi[TUL7cG{=0GLb%qec0ahFyq%c0q>:U6!c0]YTb#7c0]]T0qo=$")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":259,"face":{"font-family":"Copperplate T","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 4 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-3.24135 -281 382 60","underline-thickness":"18","underline-position":"-16.92","unicode-range":"U+0020-U+007E"}}));
;
(function ($) {
  Drupal.behaviors.cufonReplace = {
    attach: function(context) {
      for (o in Drupal.settings.cufonSelectors) { 
        var s = Drupal.settings.cufonSelectors[o];
        $(s.selector + ':not(.cufon-replace-processed)', context)
          .each(function() {
            Cufon.replace($(this), s.options);
          })
          .addClass('cufon-replace-processed');
      }
    }
  }
})(jQuery);
;
(function ($) {

$(document).ready(function() {

  // Accepts a string; returns the string with regex metacharacters escaped. The returned string
  // can safely be used at any point within a regex to match the provided literal string. Escaped
  // characters are [ ] { } ( ) * + ? - . , \ ^ $ # and whitespace. The character | is excluded
  // in this function as it's used to separate the domains names.
  RegExp.escapeDomains = function(text) {
    return (text) ? text.replace(/[-[\]{}()*+?.,\\^$#\s]/g, "\\$&") : '';
  }

  // Attach onclick event to document only and catch clicks on all elements.
  $(document.body).click(function(event) {
    // Catch the closest surrounding link of a clicked element.
    $(event.target).closest("a,area").each(function() {

      var ga = Drupal.settings.googleanalytics;
      // Expression to check for absolute internal links.
      var isInternal = new RegExp("^(https?):\/\/" + window.location.host, "i");
      // Expression to check for special links like gotwo.module /go/* links.
      var isInternalSpecial = new RegExp("(\/go\/.*)$", "i");
      // Expression to check for download links.
      var isDownload = new RegExp("\\.(" + ga.trackDownloadExtensions + ")$", "i");
      // Expression to check for the sites cross domains.
      var isCrossDomain = new RegExp("^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\/.*(" + RegExp.escapeDomains(ga.trackCrossDomains) + ")", "i");

      // Is the clicked URL internal?
      if (isInternal.test(this.href)) {
        // Is download tracking activated and the file extension configured for download tracking?
        if (ga.trackDownload && isDownload.test(this.href)) {
          // Download link clicked.
          var extension = isDownload.exec(this.href);
          _gaq.push(["_trackEvent", "Downloads", extension[1].toUpperCase(), this.href.replace(isInternal, '')]);
        }
        else if (isInternalSpecial.test(this.href)) {
          // Keep the internal URL for Google Analytics website overlay intact.
          _gaq.push(["_trackPageview", this.href.replace(isInternal, '')]);
        }
      }
      else {
        if (ga.trackMailto && $(this).is("a[href^=mailto:],area[href^=mailto:]")) {
          // Mailto link clicked.
          _gaq.push(["_trackEvent", "Mails", "Click", this.href.substring(7)]);
        }
        else if (ga.trackOutbound && this.href) {
          if (ga.trackDomainMode == 2 && isCrossDomain.test(this.href)) {
            // Top-level cross domain clicked. document.location is handled by _link internally.
            _gaq.push(["_link", this.href]);
          }
          else if (ga.trackOutboundAsPageview) {
            // Track all external links as page views after URL cleanup.
            // Currently required, if click should be tracked as goal.
            _gaq.push(["_trackPageview", '/outbound/' + this.href.replace(/^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\//i, '').split('/').join('--')]);
          }
          else {
            // External link clicked.
            _gaq.push(["_trackEvent", "Outbound links", "Click", this.href]);
          }
        }
      }
    });
  });
});

})(jQuery);
;

