/*
 * 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, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * 
 * Trademark:
 * Bauer Bodoni is a trademark of Bauer Types, S.A.
 * 
 * Full name:
 * BauerBodoniStd-BlackItalic
 * 
 * Designer:
 * Heinrich Jost, Louis Höll
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"4,59r-2,-5v21,-11,40,-28,46,-52v-23,5,-42,-10,-42,-32v0,-18,15,-32,33,-32v18,0,32,13,32,35v0,28,-20,63,-67,86","w":110},{"d":"197,-114v-4,65,-81,53,-133,53v-18,0,-25,8,-25,15v22,37,146,-25,146,49v0,37,-40,86,-116,86v-34,0,-82,-6,-82,-38v-1,-21,29,-28,43,-31v-48,-17,-18,-86,27,-88v-14,-9,-23,-22,-23,-39v3,-65,92,-79,142,-49v7,-25,57,-36,59,-1v0,12,-9,18,-19,18v-21,1,-23,-23,-12,-34v-10,2,-18,13,-21,23v9,10,14,23,14,36xm139,24v-42,4,-121,-15,-124,25v6,54,140,27,140,-12v0,-9,-6,-13,-16,-13xm127,-164v-21,-5,-39,98,-36,88v0,9,6,13,13,13v24,6,39,-98,37,-88v0,-9,-7,-13,-14,-13","w":219},{"d":"5,0r43,-155r-21,0v1,-11,17,-6,27,-7v14,0,44,0,65,-9v-2,11,-9,26,-9,36v9,-29,76,-58,78,-5v0,21,-14,34,-32,34v-23,0,-32,-21,-26,-42v-37,39,-39,94,-57,148r-68,0","w":180,"k":{",":33,".":33}},{"d":"27,-155v1,-11,17,-6,27,-7v14,0,44,0,65,-9r-39,147v0,7,6,12,12,12v58,-14,51,-100,74,-150r65,0r-35,139v0,6,4,11,10,11v19,0,84,-47,84,-84v0,-22,-35,-9,-35,-44v0,-17,12,-29,29,-29v22,0,34,15,34,36v0,60,-87,138,-146,138v-23,0,-37,-13,-39,-37v-20,26,-42,37,-65,37v-44,0,-56,-27,-42,-78r22,-82r-21,0","w":320,"k":{",":6,".":6}},{"d":"60,-258r77,263r-36,0r-77,-263r36,0"},{"d":"45,-247v1,-10,19,-6,29,-6v16,0,49,-3,62,-12r-31,116v32,-43,104,-21,104,46v0,64,-47,108,-109,108v-75,0,-91,-50,-73,-115r37,-137r-19,0xm133,-160v-32,-9,-59,117,-61,141v0,11,8,17,17,17v15,0,24,-10,32,-39v24,-86,25,-95,25,-104v0,-11,-5,-15,-13,-15","w":219},{"d":"42,-158r31,-95v7,0,8,4,5,10v58,16,110,13,164,-10r5,5v-47,44,-126,128,-126,170v0,20,19,33,19,51v0,18,-12,30,-30,30v-22,0,-33,-15,-33,-33v0,-41,67,-120,102,-160v-39,13,-78,21,-121,10v-5,8,-3,29,-16,22","w":220},{"d":"139,-162v-45,-14,-64,139,-64,134v0,14,11,24,35,24v28,0,49,-18,64,-38r6,3v-33,68,-165,57,-165,-34v0,-35,25,-98,110,-98v39,0,66,17,66,42v0,14,-12,29,-30,29v-37,0,-39,-56,-4,-59v-5,-2,-12,-3,-18,-3","w":200},{"d":"5,0r68,-247r-25,0v2,-11,22,-6,34,-6v15,0,49,-3,62,-12r-44,169v23,5,32,-25,40,-43v11,-26,27,-32,42,-32v17,0,31,12,31,30v0,17,-12,28,-29,28v-28,0,-32,-28,-21,-45v-15,5,-23,52,-40,63v43,-1,53,24,51,65v0,8,3,13,8,13v10,1,15,-30,25,-20v-9,22,-28,42,-55,42v-46,0,-40,-38,-40,-77v-1,-14,-5,-19,-14,-18r-25,90r-68,0","w":219},{"d":"94,-44v0,26,15,40,39,40v21,0,38,-11,55,-56v20,-54,36,-112,36,-151v0,-57,-69,-42,-85,-3v-17,43,-45,132,-45,170xm25,-103v0,-74,54,-155,159,-155v66,0,109,45,109,107v0,82,-63,156,-155,156v-60,0,-113,-40,-113,-108","w":299},{"d":"226,-162r-27,94v-9,31,-10,41,-10,45v0,6,3,9,9,9v8,0,20,-18,24,-26r6,3v-12,25,-33,42,-62,42v-27,0,-41,-13,-39,-40v-14,22,-43,40,-72,40v-31,0,-44,-26,-34,-59r28,-101r-21,0v1,-11,17,-6,27,-7v14,0,44,0,65,-9r-40,148v0,6,3,9,9,9v48,-14,53,-99,71,-148r66,0","w":240},{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},{"d":"3,-6v37,-57,113,-86,166,-125v-41,17,-81,27,-130,19v-5,7,-1,23,-14,21r26,-80v30,8,105,18,125,18v9,0,20,-3,30,-18r5,4v-35,58,-113,77,-158,119v17,-6,35,-12,54,-12v37,0,53,20,72,20v10,1,19,-8,15,-17v-11,9,-32,4,-31,-14v0,-10,7,-18,17,-18v15,0,22,15,22,26v0,36,-31,68,-72,68v-46,0,-80,-24,-103,-24v-20,0,-1,21,-17,22v-5,0,-7,-5,-7,-9","w":219},{"d":"141,-244v-35,-3,-50,137,-48,123v0,12,7,18,18,18v36,0,48,-122,49,-121v0,-13,-10,-20,-19,-20xm26,-1v1,-7,8,-5,16,-5v44,1,70,-24,88,-97v-34,33,-98,0,-98,-52v0,-60,45,-96,102,-96v54,0,78,37,78,89v1,100,-73,185,-186,161","w":220},{"d":"178,-125r13,35v-11,15,-23,31,-45,31v-37,0,-85,-50,-108,1r-13,-34v11,-15,23,-31,45,-31v38,0,86,52,108,-2","w":216},{"d":"15,-7r67,-240r-24,0r2,-6v110,2,236,-22,236,97v0,99,-69,156,-165,156r-139,0v-1,-11,14,-6,23,-7xm156,-247r-66,240v68,1,83,-3,115,-91v14,-39,22,-82,22,-109v0,-36,-32,-43,-71,-40","w":299},{"d":"88,0r-20,-247r-24,0r1,-6r118,0v1,11,-16,4,-24,6r15,176v25,-48,65,-96,81,-150v0,-17,-13,-26,-28,-26r2,-6r86,0r-2,6v-19,0,-34,16,-46,36r-125,211r-34,0","w":259,"k":{"y":13,"A":27,",":40,".":40,"a":27,"e":27,"i":13,"o":27,"r":20,"u":20,":":27,"-":33,";":27}},{"d":"151,-139v5,-5,4,-15,7,-22r67,0r-38,139v10,18,12,7,32,-17r5,4v-18,25,-31,40,-63,40v-21,0,-32,-9,-39,-29v-26,54,-109,26,-109,-42v0,-52,42,-105,95,-105v20,0,39,10,43,32xm89,-6v42,-5,49,-97,55,-123v-1,-40,-33,-35,-42,-1v-11,41,-28,94,-28,109v0,13,8,15,15,15","w":240},{"d":"15,-7r67,-240r-24,0r2,-6r119,0v0,10,-14,5,-23,6r-30,112v31,-26,94,-53,105,-91v0,-15,-10,-21,-24,-21r2,-6r110,0r-2,6v-51,7,-93,56,-132,80r72,160r22,0r-2,7r-123,0v-1,-11,14,-6,23,-7r-54,-121r-33,121r24,0r-2,7r-120,0v-1,-11,14,-6,23,-7","w":299},{"d":"199,-150r0,40r-182,0r0,-40r182,0xm199,-72r0,40r-182,0r0,-40r182,0","w":216},{"d":"114,-95r-25,89v31,1,63,-16,63,-47v0,-20,-17,-32,-38,-42xm126,-167r22,-75v-51,-8,-68,60,-22,75xm80,-8r26,-91v-30,-15,-62,-31,-62,-72v0,-56,48,-84,107,-80v4,-7,0,-23,15,-20r-6,22v28,6,50,23,61,-4r7,0r-22,79r-7,0v0,-34,-11,-60,-42,-66r-22,77v30,14,66,26,66,73v-1,64,-55,94,-115,93r-10,31r-9,0r10,-33v-32,-1,-57,-28,-70,-5r-7,0r22,-83r8,0v-5,38,15,72,50,79","w":220},{"d":"17,-155v2,-13,24,-5,37,-7v13,-43,47,-96,102,-96v36,0,46,49,10,50v-26,1,-29,-34,-9,-42v-20,-6,-26,1,-37,58r-4,30r38,0v-2,13,-26,5,-39,7v-13,76,-30,168,-90,226v-14,21,-70,29,-74,-8v-2,-14,10,-25,22,-25v26,0,31,38,8,43v24,4,29,-8,38,-60r20,-121v3,-18,8,-35,13,-55r-35,0"},{"d":"65,-153r-7,-82v0,-16,6,-23,19,-23v37,0,13,71,13,105v0,21,-23,21,-25,0","w":119},{"d":"-15,0r2,-7v24,-4,37,-27,49,-71r46,-169r-25,0r2,-6r95,0r4,168r94,-168r97,0v-1,9,-15,5,-25,6r-67,240r26,0r-3,7r-116,0v0,-9,12,-7,22,-7r68,-233r-134,240r-27,0r-7,-232r-44,164v-13,38,-10,58,22,61r-3,7r-76,0","w":320},{"d":"-6,91r-18,-13v81,-92,112,-189,90,-329r22,-5v28,144,-12,254,-94,347"},{"d":"146,-129v25,8,42,27,41,55v0,55,-53,77,-103,77v-49,0,-76,-19,-76,-46v0,-18,13,-30,28,-30v17,0,28,13,28,29v0,18,-20,26,-35,25v34,23,70,18,85,-33v10,-36,12,-43,12,-53v-1,-27,-23,-24,-42,-24v0,-6,5,-8,12,-7v48,8,53,-48,56,-74v3,-33,-45,-40,-66,-22v13,3,31,5,30,27v0,17,-12,27,-28,27v-17,0,-26,-11,-26,-28v0,-63,151,-63,151,15v0,41,-30,59,-67,62","w":220},{"d":"172,-36r5,5v-41,51,-162,55,-162,-33v0,-64,56,-107,116,-107v30,0,67,13,67,47v-1,53,-65,60,-112,53v-12,23,-16,67,19,67v22,0,51,-17,67,-32xm87,-77v42,12,48,-41,54,-69v0,-11,-4,-18,-15,-18v-31,8,-26,60,-39,87","w":200},{"d":"125,-135v55,5,63,-38,69,-85v3,-23,-15,-28,-38,-27xm15,-7r67,-240r-24,0r2,-6r139,0v28,0,66,7,66,52v0,43,-41,68,-96,70v29,2,61,12,61,47v0,17,-13,49,-13,60v4,15,24,2,31,-5r4,6v-19,18,-38,26,-58,26v-24,0,-48,-8,-48,-38v1,-26,43,-107,-23,-93r-33,121r24,0r-2,7r-120,0v-1,-11,14,-6,23,-7","w":259,"k":{"V":6,"W":6,"Y":6}},{"d":"94,-44v0,26,15,40,39,40v21,0,38,-11,55,-56v20,-54,36,-112,36,-151v0,-57,-69,-42,-85,-3v-17,43,-45,132,-45,170xm91,-4v-121,-52,-64,-254,93,-254v66,0,109,45,109,107v0,76,-54,145,-135,155v-4,14,-8,28,-8,38v1,26,28,26,52,26r-2,8v-51,-4,-117,21,-119,-39v0,-8,5,-27,10,-41","w":299},{"d":"55,-247v2,-11,23,-6,35,-6v15,0,48,-3,61,-12r-66,243v0,5,2,8,5,8v4,0,14,-8,27,-26r5,5v-16,24,-39,40,-64,40v-38,0,-39,-28,-29,-65r51,-187r-25,0"},{"d":"285,-171v75,0,8,108,6,144v0,9,2,10,7,10v12,2,18,-32,29,-22v-12,26,-33,44,-62,44v-74,-2,-9,-115,-6,-145v0,-5,-2,-9,-8,-9v-37,9,-62,101,-74,149r-65,0r37,-142v0,-4,-2,-7,-6,-7v-32,9,-60,102,-70,149r-68,0r43,-155r-21,0v1,-11,17,-6,27,-7v14,0,44,0,65,-9v-3,17,-12,37,-13,52v14,-27,37,-52,69,-52v29,0,42,20,36,50v16,-30,42,-50,74,-50","w":339},{"d":"8,89r94,-342r64,0r-5,21r-40,0r-83,299r43,0r-5,22r-68,0"},{"d":"44,0v-2,-12,15,-6,24,-7r27,-94r-26,-146r-22,0r2,-6r117,0v1,11,-16,4,-24,6r24,133v20,-36,54,-63,64,-109v0,-14,-9,-24,-23,-24r2,-6r86,0r-2,6v-26,0,-40,18,-56,42r-66,97r-28,101r23,0r-2,7r-120,0","w":259,"k":{"v":20,"A":20,",":33,".":33,"a":27,"e":27,"i":13,"o":27,"u":20,":":27,"-":33,";":27,"p":20,"q":27}},{"d":"88,-111r0,-71r40,0r0,71r71,0r0,40r-71,0r0,71r-40,0r0,-71r-71,0r0,-40r71,0","w":216},{"d":"99,-187r-68,-46v-19,-9,-7,-30,12,-28v39,4,43,51,64,74r-8,0","w":100},{"w":110},{"d":"-26,89v-37,0,-48,-47,-14,-52v23,-3,31,37,9,44v15,4,23,-3,29,-24r57,-212r-23,0v1,-11,17,-6,28,-7v14,0,45,0,66,-9r-48,176v-19,71,-65,84,-104,84xm72,-221v0,-18,14,-32,32,-32v18,0,32,14,32,32v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32"},{"d":"59,-247r2,-6v104,-3,30,88,28,148v0,12,6,19,19,23v-48,11,-45,73,-59,116v-15,46,-35,55,-82,55r1,-7v91,-6,37,-142,116,-165v-49,-23,7,-97,7,-139v0,-12,-7,-22,-32,-25"},{"d":"34,-114r105,0r-13,46r-105,0","w":159},{"d":"142,-7r-6,-65r-76,0v-19,20,-36,67,8,65r-1,7r-88,0r2,-7v31,0,44,-22,67,-61r111,-185r29,0r26,246r21,0r-2,7r-114,0v-1,-11,14,-6,23,-7xm64,-79r72,0r-10,-102","w":259},{"d":"33,5r0,-263r36,0r0,263r-36,0","w":79},{"d":"-34,5r186,-263r43,0r-186,263r-43,0"},{"d":"229,-54r7,5v-27,35,-56,54,-101,54v-71,0,-110,-44,-110,-108v0,-74,53,-155,161,-155v52,0,66,33,93,9r6,1r-24,88r-7,0v0,-43,-9,-89,-61,-89v-25,0,-44,11,-59,48v-27,67,-40,134,-40,155v0,29,20,42,48,42v35,0,66,-21,87,-50","w":259},{"d":"42,-171v0,-42,28,-80,72,-80v30,0,50,20,50,50v0,42,-27,80,-71,80v-30,0,-51,-20,-51,-50xm82,-175v-6,18,-16,44,6,48v31,-4,34,-73,44,-103v0,-8,-6,-14,-14,-14v-24,-2,-29,48,-36,69xm194,-48v0,-42,28,-80,72,-80v30,0,50,21,50,51v0,42,-28,80,-72,80v-30,0,-50,-21,-50,-51xm234,-52v-7,18,-17,44,6,48v30,-5,34,-72,43,-102v0,-8,-5,-15,-13,-15v-24,-2,-28,48,-36,69xm91,8r161,-264r17,0r-162,264r-16,0","w":339},{"d":"3,-37v0,-15,11,-26,25,-26v32,-2,32,48,3,48v-3,1,-7,-2,-8,0v9,15,76,21,76,-7v0,-27,-69,-45,-69,-90v0,-32,28,-60,83,-59v40,1,60,15,60,39v0,15,-9,23,-24,23v-13,0,-23,-9,-23,-24v-1,-16,12,-21,26,-22v-21,-18,-62,-8,-62,19v0,35,67,41,67,85v0,38,-39,56,-84,56v-46,0,-70,-19,-70,-42","w":180},{"d":"6,-30v0,-18,15,-32,33,-32v18,0,32,14,32,32v0,18,-14,33,-32,33v-18,0,-33,-15,-33,-33","w":110},{"d":"-12,78r64,-233r-22,0v1,-11,17,-6,28,-7v14,0,44,0,65,-9r-9,35v14,-20,30,-35,58,-35v37,0,57,29,57,64v0,53,-41,110,-99,110v-24,1,-37,-13,-45,-30r-29,105r22,0r-3,7r-110,0v0,-10,13,-7,23,-7xm152,-158v-37,0,-58,84,-61,121v0,11,7,27,24,27v17,0,22,-26,26,-38v13,-44,25,-85,25,-96v0,-9,-5,-14,-14,-14","w":240},{"d":"32,-155v1,-11,17,-6,28,-7v14,0,45,0,66,-9r-41,149v0,5,2,8,5,8v6,0,15,-8,25,-25r6,4v-13,24,-33,40,-60,40v-77,0,-13,-114,-6,-160r-23,0xm72,-221v0,-18,14,-32,32,-32v18,0,32,14,32,32v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32"},{"d":"27,-155v0,-12,17,-6,27,-7r14,-50v26,-7,53,-17,76,-31r-24,81r27,0v-1,11,-17,6,-28,7r-37,132v10,17,27,-9,34,-18r5,5v-6,6,-22,41,-64,41v-42,0,-39,-40,-29,-76r24,-84r-25,0"},{"d":"125,-135v50,3,67,-36,69,-82v1,-27,-14,-31,-38,-30xm15,-7r67,-240r-24,0r2,-6r123,0v32,0,81,2,81,52v0,44,-44,66,-89,70v38,3,68,20,68,55v0,33,-23,76,-114,76r-137,0v-1,-11,14,-6,23,-7xm90,-7v55,4,80,-29,80,-87v0,-27,-19,-36,-47,-34","w":259},{"d":"32,-176r23,-77r220,0r-21,78r-8,0v5,-38,-6,-72,-46,-72r-66,240r23,0r-3,7r-119,0v0,-11,15,-6,25,-7r66,-240v-41,0,-72,36,-85,71r-9,0","w":240,"k":{"i":13,"w":27,"y":27,"A":20,",":27,".":27,"a":27,"c":27,"e":27,"o":27,"r":27,"s":27,"u":27,":":20,"-":27,";":20}},{"d":"121,-122v70,10,81,-43,81,-98v0,-29,-21,-27,-46,-27xm15,-7r67,-240r-24,0r2,-6v79,6,213,-27,213,59v0,37,-28,79,-99,79r-54,0r-30,108r24,0r-2,7r-120,0v-1,-11,14,-6,23,-7","w":259,"k":{"A":20,",":46,".":46}},{"d":"143,-256r18,13v-80,92,-115,190,-90,329r-23,5v-26,-145,13,-254,95,-347"},{"d":"27,-155v1,-11,17,-6,27,-7v14,0,44,0,65,-9r-39,147v0,8,8,12,18,12v33,0,92,-51,92,-84v0,-22,-35,-9,-35,-44v0,-17,12,-29,29,-29v22,0,34,15,34,36v0,59,-83,138,-150,138v-44,0,-56,-27,-42,-78r22,-82r-21,0","w":219,"k":{",":6,".":6}},{"d":"81,-81r-6,0v10,-43,12,-88,3,-133v18,-14,34,-28,49,-44v8,17,16,33,29,46v-38,44,-57,77,-75,131xm64,3v-18,0,-32,-15,-32,-33v0,-18,14,-32,32,-32v18,0,32,14,32,32v0,18,-14,33,-32,33","w":159},{"d":"32,-124r-5,-5v23,-26,44,-42,80,-42v26,0,47,10,55,35v9,-18,26,-35,45,-35v17,0,31,11,31,28v0,15,-13,26,-28,26v-24,1,-31,-25,-21,-41v-30,21,-39,81,-48,126v8,37,53,8,66,-9r5,5v-32,43,-114,64,-132,1v-13,21,-23,41,-55,40v-15,0,-27,-12,-27,-27v0,-15,12,-27,27,-27v24,-1,32,27,22,43v34,-25,39,-82,51,-127v-7,-48,-51,-6,-66,9","w":240},{"d":"117,-31r49,-169v8,-24,6,-43,-17,-44v-14,0,-22,11,-26,26r-49,169v-8,24,-6,43,17,45v7,0,19,-4,26,-27xm21,-78v0,-55,33,-173,127,-173v40,0,71,29,71,80v0,59,-29,174,-128,174v-41,0,-70,-30,-70,-81","w":220},{"d":"15,-7r67,-240r-24,0r2,-6r207,0r-16,81r-7,0v1,-69,-29,-77,-88,-75r-31,112v43,0,63,2,83,-39r8,0r-26,93r-8,0v12,-35,-17,-52,-59,-47r-33,121v67,3,108,-11,139,-72r8,0r-25,79r-220,0v-1,-11,14,-6,23,-7","w":259},{"d":"-1,0r1,-7v51,-19,81,-71,119,-104r-53,-136r-20,0r2,-6r119,0v0,10,-15,5,-24,6r31,80v14,-17,47,-38,47,-60v0,-15,-12,-20,-24,-20r2,-6r89,0r-2,6v-42,2,-78,64,-109,89r58,151r19,0r-2,7r-117,0v-2,-12,14,-6,23,-7r-36,-96v-15,20,-60,52,-60,74v0,14,14,22,28,22r-2,7r-89,0","w":280},{"d":"195,-80r-29,80r-171,0v19,-78,148,-94,148,-201v0,-51,-73,-48,-87,-11v9,-6,42,-7,42,20v0,19,-12,29,-29,29v-16,0,-25,-14,-25,-30v0,-83,166,-78,166,7v1,95,-113,88,-168,132v27,-2,65,-2,120,-2v22,0,20,-13,26,-26","w":220},{"d":"58,-7r58,-207r-53,19r2,-7r129,-49r-67,244r43,0r-2,7r-146,0r2,-7r34,0","w":220},{"d":"16,-107r-7,-2v13,-45,88,-103,105,-21v5,25,10,52,18,75v19,-36,28,-116,69,-116v16,0,28,10,28,29v1,37,-50,37,-58,8v-20,41,-36,87,-54,130v-33,77,-59,93,-89,93v-18,0,-30,-13,-30,-29v-2,-37,56,-41,56,-3v1,11,-4,16,-10,23v21,-5,36,-22,46,-43r-41,-159v-3,-11,-5,-17,-10,-17v-5,0,-11,8,-23,32","w":219,"k":{",":20,".":20}},{"d":"123,-185v22,-4,38,-21,47,-24v2,0,5,2,7,14v17,0,23,16,1,21v3,8,-2,21,-10,12v-7,-6,-31,-15,-45,-15v7,18,25,28,38,38v1,6,-16,6,-11,17v-1,16,-11,16,-21,1v-8,6,-17,4,-14,-6v3,-10,7,-35,1,-47v-15,12,-16,34,-25,47v-4,0,-10,-5,-11,-8v-5,2,-20,9,-20,-3v0,-4,3,-10,6,-14v-6,-8,-13,-14,2,-15v10,0,34,-6,45,-14v-16,-8,-30,-7,-50,-7v-8,-1,-2,-12,0,-16v-6,-4,-14,-20,0,-20v4,0,8,1,12,2v1,-2,5,-10,9,-10v9,9,15,36,33,46v2,-20,-4,-40,-9,-52v0,-3,1,-4,6,-4v13,5,12,-11,22,-11v6,0,8,8,8,18v7,0,20,7,8,13v-8,4,-25,24,-29,37","w":200},{"d":"15,-7r67,-240r-24,0r2,-6r122,0v0,10,-17,5,-26,6r-31,112r73,0r31,-112r-23,0r2,-6r121,0v1,11,-17,4,-26,6r-65,240r23,0r-1,7r-121,0v-1,-11,15,-6,24,-7r33,-121r-73,0r-33,121r24,0r-2,7r-120,0v-1,-11,14,-6,23,-7","w":299},{"d":"85,-7r15,-59r-95,0r1,-5r170,-177r41,0r-40,154r35,0r-8,28r-36,0r-16,59r31,0r-2,7r-125,0v0,-12,19,-5,29,-7xm111,-94r30,-106r-102,106r72,0","w":220},{"d":"127,-253r-95,342r-64,0r6,-22r40,0r82,-299r-43,0r6,-21r68,0"},{"d":"2,-3r24,-86r7,0v-7,48,25,84,70,85v26,0,60,-15,60,-47v0,-62,-115,-41,-115,-127v0,-54,50,-80,99,-80v51,0,69,30,93,-2r8,0r-24,83r-7,0v0,-43,-16,-72,-62,-72v-23,0,-48,14,-48,40v0,54,110,35,110,120v0,64,-62,94,-117,94v-43,0,-73,-35,-90,-8r-8,0","w":240},{"d":"197,-75v2,94,-176,111,-176,7v0,-32,25,-53,53,-61v-13,-14,-20,-34,-20,-54v0,-86,160,-94,162,-6v0,29,-21,48,-46,56v13,14,27,38,27,58xm82,-122v-29,7,-52,25,-52,57v0,29,23,57,53,57v26,0,44,-17,44,-43v0,-30,-26,-52,-45,-71xm163,-140v23,-6,44,-24,44,-51v0,-50,-85,-71,-86,-12v0,27,27,46,42,63","w":220},{"d":"15,-7r66,-240r-23,0r2,-6r201,0r-16,81r-7,0v0,-66,-26,-77,-82,-75r-31,112v39,1,58,0,77,-39r8,0r-26,93r-8,0v8,-36,-10,-52,-53,-47r-33,121r24,0r-2,7r-120,0v-1,-11,14,-6,23,-7","w":240,"k":{"A":20,",":40,".":40}},{"d":"83,0r-21,-247r-18,0r1,-6r109,0v1,10,-12,5,-20,6r15,168r44,-86r-6,-82r-17,0r1,-6r108,0v0,9,-13,5,-21,6r15,165v20,-46,51,-84,63,-137v0,-16,-9,-28,-27,-28r2,-6r88,0v-1,2,0,6,-4,6v-29,0,-40,26,-52,48r-103,199r-32,0r-14,-150r-76,150r-35,0","w":360,"k":{"y":13,"A":20,",":33,".":33,"a":20,"e":20,"i":13,"o":20,"r":13,"u":13,":":27,"-":27,";":27}},{"d":"73,-81r-7,0v17,-73,21,-76,36,-85v35,-21,44,-28,44,-49v0,-32,-39,-43,-64,-28v17,1,30,11,30,30v0,16,-12,28,-30,28v-17,0,-29,-11,-29,-29v0,-33,35,-44,62,-44v37,0,71,25,71,64v0,50,-35,66,-89,90v-16,7,-18,10,-24,23xm58,3v-18,0,-32,-15,-32,-33v0,-18,14,-32,32,-32v18,0,33,14,33,32v0,18,-15,33,-33,33","w":200},{"d":"67,0r-82,0r1,-7v29,0,40,-33,49,-67r40,-142r-15,-31r-17,0r2,-6r93,0r91,188v12,-53,33,-100,39,-157v2,-16,-10,-26,-29,-25r2,-6r78,0r-2,6v-26,0,-34,17,-41,40r-58,207r-39,0r-99,-206v-13,53,-43,115,-43,171v0,20,14,28,32,28","w":280},{"d":"75,82r-2,7v-102,3,-30,-89,-28,-148v0,-12,-6,-19,-19,-23v47,-12,46,-74,60,-117v15,-46,35,-54,82,-54r-2,6v-92,5,-34,145,-116,165v50,23,-7,96,-6,140v0,12,6,21,31,24"},{"d":"19,-7r67,-240r-24,0r2,-6r122,0v0,10,-17,5,-26,6r-66,240r24,0r-2,7r-120,0v-2,-12,14,-6,23,-7","w":159},{"d":"5,0r43,-155r-21,0v1,-11,17,-6,27,-7v14,0,44,0,65,-9r-14,57v14,-27,43,-57,76,-57v79,0,10,118,8,148v0,7,2,9,6,9v9,0,22,-18,26,-26r6,3v-12,25,-33,42,-62,42v-78,2,-10,-117,-7,-146v0,-6,-4,-8,-8,-8v-30,4,-70,98,-77,149r-68,0","w":240},{"w":110},{"d":"4,59r-2,-5v21,-11,40,-28,46,-52v-23,5,-42,-10,-42,-32v0,-18,15,-32,33,-32v18,0,32,14,32,32v0,53,-50,77,-67,89xm33,-130v0,-18,15,-32,33,-32v18,0,32,14,32,32v0,18,-14,33,-32,33v-18,0,-33,-15,-33,-33","w":110},{"d":"85,-258v38,0,12,71,12,105v0,22,-24,20,-25,0r-6,-82v0,-16,6,-23,19,-23xm150,-258v39,0,13,71,13,105v0,21,-23,21,-25,0r-7,-82v0,-16,6,-23,19,-23","w":200},{"d":"127,-103r6,-42r-35,0r-6,42r35,0xm44,0r10,-71r-32,0r4,-32r32,0r6,-42r-32,0r5,-33r32,0r9,-70r34,0r-9,70r35,0r9,-70r34,0r-10,70r32,0r-5,33r-31,0r-6,42r32,0r-5,32r-32,0r-10,71r-34,0r10,-71r-35,0r-10,71r-33,0","w":220},{"d":"72,85v0,-10,14,-7,24,-7r23,-91v-39,37,-104,5,-104,-51v0,-50,35,-107,90,-107v24,-1,43,8,52,29r5,-20r67,0r-66,240r22,0r-2,7r-111,0xm93,-8v41,-3,48,-87,56,-118v0,-18,-6,-32,-20,-32v-13,0,-20,10,-25,27v-23,79,-27,100,-27,107v0,10,6,16,16,16","w":240},{"d":"27,-117r63,-131r36,0r63,131r-40,0r-41,-91r-42,91r-39,0","w":216},{"d":"253,-242v17,0,16,-11,31,-11r-27,94r-8,0v6,-48,-10,-89,-61,-90v-21,0,-37,11,-47,33v-25,55,-45,134,-45,172v0,26,15,40,39,40v43,0,45,-54,56,-89r-18,0r2,-7r107,0v1,9,-10,7,-18,7r-17,60v-66,63,-222,49,-222,-70v0,-74,59,-155,156,-155v42,0,57,16,72,16","w":280},{"d":"33,-130v0,-18,15,-32,33,-32v18,0,32,14,32,32v0,18,-14,33,-32,33v-18,0,-33,-15,-33,-33xm6,-30v0,-18,15,-32,33,-32v18,0,32,14,32,32v0,18,-14,33,-32,33v-18,0,-33,-15,-33,-33","w":110},{"d":"127,-146v-36,0,-48,122,-49,121v8,31,37,26,46,-10v16,-68,21,-86,21,-93v0,-12,-8,-18,-18,-18xm212,-248v-1,8,-9,6,-17,6v-44,-1,-69,24,-87,97v35,-34,98,0,98,52v0,60,-45,96,-102,96v-54,0,-78,-38,-78,-90v0,-100,72,-182,186,-161","w":220},{"d":"221,-40r6,4v-15,24,-34,41,-64,41v-16,0,-34,-10,-36,-28v-35,54,-112,25,-112,-43v0,-52,42,-105,95,-105v23,0,36,11,45,32r29,-108r-23,0v2,-11,22,-6,33,-6v16,0,49,-3,62,-12r-66,243v9,13,16,0,31,-18xm92,-8v39,-3,51,-85,57,-119v-3,-41,-35,-39,-45,-3v-11,41,-27,100,-27,109v0,7,6,13,15,13","w":240},{"d":"244,-23v10,3,25,-21,31,-9v-35,44,-94,49,-125,8v-16,18,-40,29,-59,29v-41,0,-66,-38,-66,-75v0,-40,39,-60,71,-73v-11,-52,19,-106,68,-106v27,0,44,15,44,41v0,28,-25,44,-51,52v7,24,18,48,28,71v21,-51,39,-69,63,-69v17,0,28,11,28,28v0,16,-10,28,-26,28v-17,0,-25,-11,-25,-26v0,-5,-1,-7,-4,-7v-5,0,-14,11,-32,54v12,27,32,54,55,54xm98,-136v-44,18,-4,106,29,113v8,0,12,-3,18,-7v-22,-32,-37,-69,-47,-106xm170,-240v-41,1,-23,52,-15,78v21,-6,44,-24,44,-48v0,-17,-11,-30,-29,-30","w":299},{"d":"191,-150v0,-16,-3,-24,-14,-24v-19,0,-42,27,-42,68v0,21,7,29,17,29v16,0,39,-22,39,-73xm232,-191v-7,34,-18,65,-22,103v0,10,4,16,10,16v18,0,38,-36,38,-72v0,-51,-35,-89,-98,-89v-42,0,-94,31,-94,117v0,53,43,95,93,95v38,0,58,-8,80,-20r3,22v-23,13,-48,24,-82,24v-96,0,-138,-76,-138,-125v0,-83,63,-138,138,-138v70,0,124,44,124,113v0,39,-25,91,-70,91v-26,0,-32,-23,-35,-28v-3,8,-22,28,-43,28v-15,0,-37,-11,-37,-48v0,-33,24,-95,72,-95v13,0,22,3,29,17r3,-11r29,0","w":288},{"d":"15,-7r67,-240r-24,0r2,-6r122,0v0,10,-17,5,-26,6r-66,240v71,5,117,-18,144,-73r8,0r-25,80r-225,0v-1,-11,14,-6,23,-7","w":259,"k":{"T":33,"V":40,"W":40,"y":27,"Y":40}},{"d":"91,-2v35,0,55,-128,59,-143v0,-10,-3,-20,-20,-20v-19,0,-29,23,-41,72v-13,51,-16,60,-16,70v0,11,3,21,18,21xm208,-93v0,35,-24,98,-110,98v-48,0,-83,-27,-83,-78v0,-40,28,-98,108,-98v50,0,85,27,85,78","w":219},{"d":"221,-40r6,3v-12,25,-33,42,-62,42v-78,2,-10,-117,-7,-146v0,-6,-4,-8,-8,-8v-30,4,-70,98,-77,149r-68,0r67,-247r-23,0v1,-12,22,-6,33,-6v16,0,49,-3,62,-12r-37,147v13,-23,41,-53,74,-53v79,0,10,118,8,148v0,7,2,9,6,9v9,0,22,-18,26,-26","w":240},{"d":"71,-6v48,1,50,-65,58,-103v-3,-47,-63,-29,-86,-6r38,-138v41,19,89,15,133,2v-21,55,-80,81,-142,64r-15,54v48,-36,137,-26,137,46v0,56,-50,90,-107,90v-42,0,-66,-20,-66,-47v0,-40,56,-40,56,-4v0,22,-15,33,-35,29v7,10,18,13,29,13","w":220},{"d":"199,-38r0,41r-182,-78r0,-32r182,-78r0,41r-126,53","w":216},{"d":"45,-175r26,-78r207,0r-174,246v71,3,111,-17,144,-71r9,0r-26,78r-220,0r173,-247v-65,-3,-100,20,-129,72r-10,0","w":280},{"d":"122,-247r2,-6r122,0v0,10,-17,5,-26,6r-55,199v-14,53,-44,93,-116,93v-42,0,-64,-29,-64,-51v0,-22,12,-40,34,-40v19,0,33,12,33,33v0,27,-29,37,-50,29v36,37,68,15,85,-48r59,-215r-24,0","w":219},{"d":"53,-247r2,-6r123,0v0,10,-17,5,-26,6r-53,206v0,19,14,37,51,37v83,0,87,-102,108,-166v10,-30,20,-81,-25,-77r2,-6r84,0r-2,6v-23,0,-31,19,-39,39v-32,84,-24,219,-145,213v-89,-5,-116,-33,-93,-116r37,-136r-24,0","w":280},{"d":"17,3r0,-41r126,-53r-126,-53r0,-41r182,78r0,32","w":216}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+164-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);})("-cXx&Sg}kZW!-~{y)S^vHcHWURgxXSW!UR5vkZ*=X.s4;[}e$c)v)x,C;m)mk}WxUQhOi6*Z;14W5c;=?F6[X.5*&cx&ZF#NHc|W$1^sU~W25U(!Cc{}]{*LM~27^ctH5-$(gd0]*F?1.ZU;Xk&C)niN`em6{S=h|GB4#!uI,v[}xRQrOAysWPK]-t;`n2M^Z2H,nF|Hg^x?d7XU0}OyFZOC)?LI;?LyU~HmC.OtdmX656M(&RNx0^|-.?re$=gI&c{}-~He-F,|0?L4C2xe$=L4&2xI$S,{&S)}k~,=0ZH!XeO=&t{Ikt(WnQ}ykZ;h;eOuk[}uUeNKd=)Q)xI!-?sh0[|x&RxuCQ*xXc{uU~Om&RxsXc.RU~Ox&RxuCQ*xXc{uU~Om&R}|5~W|$=*{CQ]h&cWm;U*|&Rr!kcW[)cO`&Z1|-ZXuCeNyk?,4dv4BkF{=ZRg&k.x)0UM&k.xW-FN|")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":140,"face":{"font-family":"Bauer Bodoni Std 2","font-weight":900,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 7 9 3 8 7 5 9 3 3","ascent":"265","descent":"-95","x-height":"5","bbox":"-60.4377 -271.37 399 91","underline-thickness":"18","underline-position":"-18","slope":"-12","stemh":"4","stemv":"63","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);
;

