/*
 * 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 © 1991, 1992, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * PMN Caecilia is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Designer:
 * Peter Matthias Noordzij
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":213,"face":{"font-family":"Caecilia LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 8 0 0 0 0 0 0 0","ascent":"277","descent":"-83","x-height":"4","bbox":"-26 -304 397 98","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":106},"#":{"d":"123,-76r-47,0r-11,76r-25,0r11,-76r-33,0r0,-25r36,0r7,-50r-33,0r0,-25r37,0r11,-76r25,0r-11,76r47,0r11,-76r25,0r-11,76r33,0r0,25r-36,0r-7,50r33,0r0,25r-37,0r-10,76r-26,0xm134,-151r-48,0r-6,50r47,0"},"$":{"d":"91,5v-29,0,-58,-3,-80,-10r0,-62r36,0r0,35v11,3,29,6,44,6r1,-85v-38,-13,-82,-22,-82,-70v0,-48,35,-73,83,-76r1,-47r27,0r-1,47v26,-1,46,6,67,11r0,56r-34,0r0,-30v-8,-3,-22,-6,-33,-6r0,83v40,12,85,20,83,74v-2,50,-38,69,-85,74r0,44r-28,0xm118,-26v48,4,61,-69,12,-75r-10,-3xm93,-226v-43,0,-60,62,-13,72r12,3"},"%":{"d":"219,-273r24,15r-166,279r-24,-15xm16,-198v2,-37,22,-59,60,-59v37,0,57,20,57,58v1,35,-23,60,-58,59v-35,0,-60,-22,-59,-58xm104,-199v-1,-20,-7,-33,-29,-33v-20,0,-30,14,-30,33v0,20,10,34,30,34v20,0,29,-14,29,-34xm167,-53v1,-37,24,-59,60,-59v36,0,57,20,57,58v1,35,-24,59,-59,59v-35,0,-59,-22,-58,-58xm255,-53v-1,-20,-7,-35,-30,-34v-20,0,-29,14,-29,34v1,19,9,33,29,33v20,0,30,-13,30,-33","w":299},"&":{"d":"86,-114v-45,21,-26,91,28,87v24,-2,41,-8,51,-21r-71,-72xm108,-229v-40,-2,-39,46,-13,63v16,11,41,-14,42,-36v1,-17,-11,-27,-29,-27xm112,-256v58,0,76,65,37,96r-27,21r65,66v10,-12,15,-33,16,-54r-24,0r0,-27r79,0r0,27r-23,0v-1,32,-11,58,-26,76v10,13,26,25,49,20r0,30v-33,5,-56,-6,-70,-25v-43,55,-193,32,-164,-62v8,-25,29,-39,49,-53v-13,-18,-32,-30,-32,-59v0,-37,29,-56,71,-56","w":273},"(":{"d":"111,82v-11,3,-24,22,-34,10v-61,-73,-79,-239,-22,-332v10,-17,19,-31,30,-45r27,16v-65,80,-70,270,-1,351","w":106},")":{"d":"-4,-269v11,-3,26,-24,33,-9v63,70,81,240,22,331v-11,17,-19,31,-29,45r-28,-16v67,-79,70,-269,2,-351","w":106},"*":{"d":"56,-209r-35,26r-13,-22r41,-16r-41,-16r13,-24r35,27r-6,-43r28,0r-6,43r33,-27r14,24r-40,16r40,16r-14,22r-33,-26r6,44r-28,0","w":126},"+":{"d":"93,-76r-76,0r0,-30r76,0r0,-76r30,0r0,76r76,0r0,30r-76,0r0,76r-30,0r0,-76","w":216},",":{"d":"48,-50v55,6,29,94,0,110r-13,12v-5,-8,-26,-16,-13,-24v22,-14,22,-48,3,-65v-9,-16,5,-35,23,-33","w":106,"k":{" ":13}},"-":{"d":"24,-120r99,0r0,36r-99,0r0,-36","w":146},".":{"d":"53,5v-15,0,-27,-12,-27,-27v0,-16,11,-28,27,-28v16,0,28,12,28,28v0,16,-12,27,-28,27","w":106,"k":{" ":13}},"\/":{"d":"107,-281r27,10r-108,300r-27,-10","w":133},"0":{"d":"103,5v-70,0,-88,-56,-88,-126v0,-72,22,-136,94,-136v68,0,89,59,89,126v0,74,-21,136,-95,136xm108,-226v-45,5,-50,53,-50,104v0,46,5,96,47,96v45,0,51,-53,51,-100v0,-53,-6,-96,-48,-100"},"1":{"d":"48,-30r49,0r2,-184v-19,16,-40,28,-61,42r-16,-27r85,-53r32,0r-1,222r52,0r0,30r-142,0r0,-30"},"2":{"d":"186,-185v0,76,-71,112,-112,153v37,-4,80,-2,121,-2r0,34r-178,0v0,-16,-3,-34,10,-37v43,-45,107,-72,119,-148v-1,-25,-14,-40,-42,-39v-28,1,-44,20,-46,46r-40,0v4,-48,33,-79,87,-79v49,1,81,23,81,72"},"3":{"d":"151,-72v0,-39,-40,-42,-79,-42r0,-29v37,0,68,-12,69,-49v0,-22,-15,-34,-38,-34v-26,1,-42,15,-43,40r-41,0v5,-44,36,-71,87,-71v47,-1,78,19,78,62v0,37,-25,53,-53,62v36,5,61,22,63,61v3,81,-109,91,-173,63r0,-38v33,21,130,36,130,-25"},"4":{"d":"124,-102r0,-111r-76,111r76,0xm9,-102r105,-150r49,0r-1,150r47,0r0,31r-47,0r-1,41r30,0r0,30r-95,0r0,-30r27,0r1,-41r-115,0r0,-31"},"5":{"d":"146,-77v-3,-52,-62,-51,-116,-52r1,-123r146,0r0,32r-105,0r-2,60v63,0,116,17,118,80v2,80,-95,100,-163,75r0,-34v41,17,124,20,121,-38"},"6":{"d":"155,-80v3,-54,-74,-59,-97,-23v2,40,12,75,52,75v29,0,43,-22,45,-52xm18,-112v-3,-103,66,-165,171,-139r-3,32v-50,-17,-111,1,-119,47v-3,12,-10,28,-8,41v35,-49,142,-29,136,48v-4,56,-31,88,-86,88v-67,0,-89,-51,-91,-117"},"7":{"d":"23,-252r167,0r0,26r-78,158r-39,68r-44,0v45,-65,77,-150,120,-218r-126,0r0,-34"},"8":{"d":"103,5v-88,0,-120,-97,-43,-127r15,-7v-27,-10,-51,-26,-51,-62v0,-47,36,-65,85,-66v47,0,83,17,83,61v0,37,-28,52,-53,65v29,11,59,25,59,66v0,54,-40,70,-95,70xm108,-26v53,5,67,-62,21,-75r-24,-12v-21,11,-48,20,-48,49v0,28,22,35,51,38xm108,-226v-43,-4,-59,47,-25,65v25,25,68,1,68,-32v0,-25,-19,-31,-43,-33"},"9":{"d":"58,-172v-3,54,74,59,97,23v-1,-41,-13,-75,-52,-75v-29,0,-43,22,-45,52xm195,-140v3,103,-66,165,-171,139r3,-32v50,17,111,-1,119,-47v3,-12,10,-28,8,-41v-13,16,-31,28,-59,28v-49,0,-77,-28,-77,-76v0,-56,31,-88,86,-88v67,0,89,51,91,117"},":":{"d":"53,5v-15,0,-27,-12,-27,-27v0,-16,11,-28,27,-28v16,0,28,12,28,28v0,16,-12,27,-28,27xm53,-136v-16,0,-27,-12,-27,-28v0,-15,12,-28,27,-28v15,0,28,12,28,28v0,16,-12,28,-28,28","w":106},";":{"d":"53,-136v-16,0,-28,-12,-28,-28v0,-16,13,-28,28,-28v15,0,27,13,27,28v0,16,-11,28,-27,28xm48,-50v55,6,29,94,0,110r-13,12v-5,-8,-26,-16,-13,-24v22,-14,22,-48,3,-65v-9,-16,5,-35,23,-33","w":106},"<":{"d":"17,-105r182,-81r0,29r-146,66r146,65r0,30r-182,-81r0,-28","w":216},"=":{"d":"17,-71r182,0r0,29r-182,0r0,-29xm17,-140r182,0r0,29r-182,0r0,-29","w":216},">":{"d":"199,-77r-182,81r0,-30r146,-65r-146,-66r0,-29r182,81r0,28","w":216},"?":{"d":"57,5v-16,0,-28,-11,-28,-27v0,-16,12,-28,28,-28v16,0,28,13,28,28v0,15,-13,27,-28,27xm111,-212v0,-41,-58,-43,-87,-30r-2,-32v53,-16,137,-6,134,59v-2,54,-54,66,-83,94v-8,8,-3,26,5,31v-12,2,-28,16,-38,10v-4,-7,-12,-18,-11,-31v4,-56,82,-44,82,-101","w":173},"@":{"d":"68,-105v5,-50,29,-95,78,-95v18,0,31,9,40,27r7,-20r26,0r-31,112v1,5,4,7,12,7v31,0,43,-38,43,-71v0,-52,-40,-82,-93,-82v-64,0,-105,41,-105,102v0,61,40,100,102,100v38,0,68,-12,87,-30r29,0v-21,37,-58,60,-116,59v-82,-1,-133,-47,-133,-130v0,-81,53,-130,136,-130v73,0,124,36,124,107v0,59,-34,96,-89,100v-17,1,-23,-9,-26,-20v-26,35,-96,19,-91,-36xm125,-76v32,-2,51,-32,51,-64v0,-22,-9,-33,-29,-33v-32,0,-48,30,-49,64v-1,20,9,34,27,33","w":288},"A":{"d":"4,-30r22,0r91,-222r45,0r85,222r22,0r0,30r-92,0r0,-30r23,0r-22,-62r-88,0r-24,62r26,0r0,30r-88,0r0,-30xm168,-124r-32,-94v-8,33,-24,63,-35,94r67,0","w":273,"k":{"T":27,"V":27,"W":27,"w":20,"G":13,"Y":27,"C":13,"O":13,"Q":13,"U":16,"u":11,"v":20,"y":20}},"B":{"d":"153,-185v0,-39,-32,-39,-72,-37r0,77v39,3,72,-3,72,-40xm211,-71v0,47,-37,71,-91,71r-106,0r0,-30r25,0r2,-192r-27,0r0,-30v78,3,182,-20,181,62v-1,34,-18,55,-50,58v39,1,66,23,66,61xm166,-72v-1,-41,-42,-43,-85,-41r-1,83v44,1,86,1,86,-42","w":226,"k":{"A":9}},"C":{"d":"15,-123v-5,-116,114,-156,215,-120r0,65r-36,0r0,-41v-74,-20,-138,13,-135,94v3,72,53,112,131,94r2,-45r36,0r-2,68v-20,8,-50,12,-78,12v-84,0,-129,-45,-133,-127","w":246,"k":{"A":9}},"D":{"d":"216,-130v0,-75,-53,-99,-135,-92r-1,192v85,8,136,-21,136,-100xm261,-132v0,81,-46,132,-128,132r-119,0r0,-30r26,0r1,-192r-27,0r0,-30r120,0v80,1,127,41,127,120","w":280,"k":{"V":20,"W":16,",":13,".":13,"A":23,"Y":27}},"E":{"d":"17,-30r25,0r1,-192r-29,0r0,-30r177,0r2,66r-34,0r-2,-36r-73,0r-1,77r72,0r0,32r-72,0r-1,83r77,0r3,-41r34,0r-3,71r-176,0r0,-30"},"F":{"d":"17,-30r25,0r1,-192r-29,0r0,-30r177,0r2,66r-34,0r-2,-36r-73,0r-1,77r79,0r0,32r-79,0r-1,83r31,0r0,30r-96,0r0,-30","w":206,"k":{"r":11,",":46,".":46,"A":20,"a":27,"e":16,"i":11,"o":20}},"G":{"d":"15,-123v-5,-114,109,-156,215,-120r0,65r-36,0r0,-41v-74,-20,-138,13,-135,94v3,71,53,113,129,93r1,-56r-29,0r0,-29r93,0r0,29r-26,0r-1,80v-20,8,-49,12,-77,12v-84,-2,-131,-44,-134,-127","w":259},"H":{"d":"172,-30r26,0r0,-81r-117,0r0,81r27,0r0,30r-93,0r0,-30r25,0r1,-192r-26,0r0,-30r93,0r0,30r-26,0r-1,80r117,0r1,-80r-27,0r0,-30r93,0r0,30r-25,0r-2,192r27,0r0,30r-93,0r0,-30","w":280},"I":{"d":"17,-30r25,0r2,-192r-27,0r0,-30r93,0r0,30r-26,0r-1,192r27,0r0,30r-93,0r0,-30","w":126},"J":{"d":"-17,39v40,-17,59,-49,60,-107r2,-154r-28,0r0,-30r93,0r0,30r-25,0v-6,95,19,215,-41,262v-13,10,-31,20,-48,28","w":119,"k":{",":9,".":9,"A":11,"u":9,"a":4,"e":4,"o":4}},"K":{"d":"14,-30r25,0r1,-192r-26,0r0,-30r93,0r0,30r-26,0r-1,88r100,-88r-28,0r0,-30r95,0r0,30r-21,0r-103,90r106,102r21,0r0,30r-101,0r0,-30r27,0r-96,-91r0,91r27,0r0,30r-93,0r0,-30","w":253,"k":{"O":11,"u":13,"y":20}},"L":{"d":"14,-30r26,0r1,-192r-27,0r0,-30r93,0r0,30r-26,0r-1,192r75,0r3,-42r34,0r-3,72r-175,0r0,-30","k":{"T":33,"V":40,"W":40,"Y":40,"y":33}},"M":{"d":"12,-30r26,0r1,-192r-28,0r0,-30r83,0r79,208r78,-208r78,0r0,30r-29,0r2,192r27,0r0,30r-92,0r0,-30r25,0r2,-170r-76,200r-40,0r-69,-180v-2,-6,-2,-15,-6,-19r-1,169r28,0r0,30r-88,0r0,-30","w":339},"N":{"d":"15,-30r25,0r1,-192r-31,0r0,-30r66,0r143,190r-2,-160r-28,0r0,-30r88,0r0,30r-25,0r-1,222r-33,0r-136,-178v-4,-4,-5,-12,-8,-11r1,159r28,0r0,30r-88,0r0,-30","w":286,"k":{"A":9}},"O":{"d":"139,-222v-57,1,-80,41,-80,99v0,52,23,92,77,93v58,0,78,-44,78,-98v0,-54,-20,-95,-75,-94xm135,4v-79,0,-120,-47,-120,-126v0,-82,45,-134,127,-134v78,0,116,48,116,126v0,79,-42,134,-123,134","w":273,"k":{"T":11,"V":16,"W":16,",":13,".":13,"A":13,"Y":27,"X":11}},"P":{"d":"159,-177v0,-41,-34,-48,-78,-45r-1,92v45,3,79,-4,79,-47xm202,-179v0,63,-49,86,-122,79r0,70r31,0r0,30r-97,0r0,-30r26,0r1,-192r-27,0r0,-30r117,1v45,2,71,28,71,72","k":{",":46,".":46,"A":20,"a":13,"e":11,"o":11}},"Q":{"d":"139,-222v-57,1,-80,41,-80,99v0,52,23,92,77,93v58,0,78,-44,78,-98v0,-54,-20,-95,-75,-94xm258,-130v0,68,-33,111,-84,130v46,4,70,46,124,35r0,31v-79,11,-118,-47,-180,-62v-64,-15,-103,-52,-103,-126v0,-82,45,-134,127,-134v78,0,116,48,116,126","w":273,"k":{",":-5}},"R":{"d":"160,-181v0,-40,-37,-44,-79,-41r-1,83v42,2,80,-2,80,-42xm202,-185v-1,42,-25,61,-60,67v39,11,44,62,70,85v6,3,12,3,21,3r0,30v-32,0,-60,0,-69,-27v-26,-29,-23,-86,-84,-80r0,77r29,0r0,30r-95,0r0,-30r25,0r1,-192r-26,0r0,-30v82,3,190,-20,188,67","w":233,"k":{"T":6,"V":13,"W":13,"Y":16}},"S":{"d":"195,-103v38,100,-97,127,-176,94r0,-61r40,0r0,34v32,15,106,14,99,-33v-9,-67,-138,-16,-138,-114v0,-81,109,-82,171,-61r0,56r-38,0r0,-31v-41,-20,-121,8,-80,54v37,24,105,16,122,62","w":219},"T":{"d":"76,-30r26,0r2,-192r-59,0r-1,36r-36,0r1,-66r229,0r1,66r-36,0r-1,-36r-58,0r-1,192r29,0r0,30r-96,0r0,-30","w":246,"k":{"r":33,",":33,".":33,"-":40,":":20,";":20,"h":9,"w":54,"A":27,"O":11,"u":40,"y":46,"a":33,"e":33,"i":13,"o":40}},"U":{"d":"136,4v-67,1,-99,-24,-99,-91r0,-135r-26,0r0,-30r92,0r0,30r-26,0v8,77,-31,200,59,192v94,10,55,-113,64,-192r-30,0r0,-30r92,0r0,30r-24,0r0,135v-1,64,-38,91,-102,91","w":273,"k":{",":9,".":9,"A":16}},"V":{"d":"2,-252r94,0r0,30r-25,0r66,188v19,-65,44,-125,65,-188r-29,0r0,-30r92,0r0,30r-23,0r-86,222r-45,0r-87,-222r-22,0r0,-30","w":266,"k":{",":33,".":33,"-":33,":":27,";":27,"G":9,"A":27,"O":16,"u":20,"a":33,"e":33,"i":13,"o":33}},"W":{"d":"3,-252r94,0r0,30r-25,0r62,188v14,-53,35,-98,52,-148r-14,-40r-24,0r0,-30r92,0r0,30r-25,0r57,188v18,-66,42,-125,63,-188r-28,0r0,-30r90,0r0,30r-22,0r-84,222r-44,0r-44,-134r-51,134r-44,0r-83,-222r-22,0r0,-30","w":399,"k":{",":33,".":40,"-":27,":":20,";":20,"h":9,"A":27,"O":16,"u":20,"y":13,"a":27,"e":27,"i":11,"o":27}},"X":{"d":"149,-30r26,0v-19,-22,-34,-48,-52,-71v-19,23,-34,50,-55,71r26,0r0,30r-88,0r0,-30r21,0r77,-96r-71,-96r-23,0r0,-30r98,0r0,30r-27,0v19,19,33,44,50,66r55,-66r-28,0r0,-30r84,0r0,30r-19,0r-73,92r75,100r23,0r0,30r-99,0r0,-30","w":253},"Y":{"d":"84,-30r25,0r2,-74r-88,-118r-22,0r0,-30r93,0r0,30r-25,0v23,28,43,58,65,87r65,-87r-28,0r0,-30r87,0r0,30r-22,0r-85,118r-1,74r26,0r0,30r-92,0r0,-30","w":259,"k":{",":40,".":40,"-":40,":":27,";":27,"A":27,"O":27,"u":33,"a":36,"e":36,"i":13,"o":36}},"Z":{"d":"16,-28r150,-194r-103,0r-3,36r-36,0r3,-66r188,0r0,30r-148,192r112,0r2,-36r36,0r-2,66r-199,0r0,-28","w":233},"[":{"d":"101,90r-72,0r1,-367r72,0r0,30r-34,0r-1,308r34,0r0,29","w":106},"\\":{"d":"-1,-271r27,-10r108,300r-27,10","w":133},"]":{"d":"6,-277r72,0r-2,367r-72,0r0,-29r34,0r2,-308r-34,0r0,-30","w":106},"^":{"d":"108,-216r-48,95r-29,0r65,-131r24,0r65,131r-29,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"139,-82v-35,0,-78,-2,-78,29v0,15,12,27,30,26v31,-2,50,-20,48,-55xm140,-109v11,-53,-40,-61,-75,-47r0,28r-36,0r0,-47v50,-27,148,-28,147,55r-1,90r25,0r0,30r-60,0v-1,-12,4,-30,3,-39v-10,24,-25,44,-62,43v-37,-1,-60,-19,-60,-53v0,-59,63,-57,119,-60","k":{"t":9,"w":11,"v":11,"y":11,"b":6,"g":4}},"b":{"d":"102,4v-31,1,-52,-6,-72,-14r2,-237r-31,0r0,-30r71,0r-1,89v0,13,-5,29,-3,40v10,-25,30,-44,64,-44v50,0,76,34,76,85v0,69,-34,111,-106,111xm107,-30v43,0,58,-33,59,-74v1,-32,-16,-54,-46,-54v-57,0,-49,65,-50,121v9,4,21,8,37,7","w":219,"k":{"y":9}},"c":{"d":"13,-93v-4,-83,82,-117,154,-89r0,53r-34,0r0,-28v-46,-12,-80,15,-80,61v0,61,64,80,114,56r-2,35v-11,5,-33,9,-52,9v-65,0,-97,-35,-100,-97","w":180,"k":{"h":6,"k":6}},"d":{"d":"101,-30v54,0,49,-66,48,-122v-45,-23,-97,8,-94,61v2,34,12,60,46,61xm13,-85v0,-77,57,-122,137,-102r1,-60r-34,0r0,-30r73,0r-1,247r25,0r0,30r-64,0v0,-12,5,-28,3,-38v-9,25,-28,43,-62,42v-52,-2,-77,-36,-78,-89","w":226,"k":{"w":11,"v":9,"y":13}},"e":{"d":"147,-114v8,-54,-76,-64,-89,-18v-2,6,-3,12,-3,18r92,0xm55,-87v-2,64,81,70,125,45r-3,33v-14,7,-41,14,-65,13v-63,-1,-99,-35,-99,-97v0,-60,32,-99,92,-99v59,0,85,42,84,105r-134,0","w":200,"k":{"w":9,"v":9,"y":9}},"f":{"d":"154,-245v-41,-13,-85,4,-74,58r43,0r0,29r-43,0r-1,128r29,0r0,30r-92,0r0,-30r23,0r0,-128r-28,0r0,-29r28,0v-9,-76,47,-107,116,-90","w":126},"g":{"d":"50,37v0,43,110,38,110,-3v0,-30,-54,-19,-80,-29v-15,7,-30,14,-30,32xm100,-162v-27,0,-46,15,-46,41v1,29,18,39,48,39v27,0,45,-15,44,-41v0,-27,-18,-39,-46,-39xm16,-120v0,-58,59,-82,117,-67r69,0r-1,29r-36,-2v37,44,-2,120,-76,107v-13,-2,-31,17,-13,23v41,15,122,-3,122,57v0,53,-47,68,-98,68v-43,0,-88,-10,-88,-50v0,-28,21,-39,43,-45v-13,-3,-27,-12,-27,-28v1,-20,20,-25,36,-31v-27,-7,-48,-26,-48,-61","w":206},"h":{"d":"130,-158v-56,0,-52,70,-51,128r25,0r0,30r-87,0r0,-30r22,0r1,-217r-27,0r0,-30r69,0v1,44,-2,95,-5,131v9,-27,30,-46,66,-46v78,-3,66,86,63,162r25,0r0,30r-86,0r0,-30r21,0v-3,-51,18,-128,-36,-128","w":240,"k":{"y":13}},"i":{"d":"59,-226v-15,0,-27,-12,-27,-27v0,-16,11,-28,27,-28v16,0,28,12,28,28v0,16,-12,27,-28,27xm14,-30r25,0r0,-128r-28,0r0,-29r69,0r-1,157r25,0r0,30r-90,0r0,-30","w":113,"k":{"v":6}},"j":{"d":"59,-226v-15,0,-27,-12,-27,-27v0,-16,11,-28,27,-28v16,0,28,12,28,28v0,16,-12,27,-28,27xm-26,63v85,-11,62,-128,65,-221r-28,0r0,-29r69,0v-4,123,25,271,-101,282","w":119},"k":{"d":"16,-30r23,0r1,-217r-33,0r0,-30r73,0r-1,171r66,-52r-27,0r0,-29r88,0r0,29r-18,0r-67,56r72,72r21,0r0,30r-90,0r0,-30r22,0r-67,-65r0,65r23,0r0,30r-86,0r0,-30","w":219,"k":{"e":6}},"l":{"d":"16,-30r23,0r1,-217r-33,0r0,-30r73,0r-1,247r25,0r0,30r-88,0r0,-30","w":113,"k":{"w":6,"y":9}},"m":{"d":"126,-158v-54,0,-46,71,-47,128r25,0r0,30r-87,0r0,-30r22,0r0,-128r-26,0r0,-29r67,0v2,14,-5,30,-3,41v7,-54,115,-64,121,-3v10,-25,30,-43,65,-43v78,0,66,87,63,162r25,0r0,30r-86,0r0,-30r21,0v-3,-51,18,-128,-37,-128v-54,0,-45,73,-46,128r24,0r0,30r-85,0r0,-30r21,0v-4,-51,17,-128,-37,-128","w":360,"k":{"u":6,"y":9}},"n":{"d":"130,-158v-56,0,-52,70,-51,128r25,0r0,30r-87,0r0,-30r22,0r0,-128r-26,0r0,-29r67,0v2,14,-5,30,-3,41v9,-27,30,-46,66,-46v78,-3,66,86,63,162r25,0r0,30r-86,0r0,-30r21,0v-3,-51,18,-128,-36,-128","w":240,"k":{"v":9,"y":9}},"o":{"d":"105,4v-61,-1,-93,-35,-93,-94v0,-63,37,-102,98,-102v62,0,92,40,92,99v0,59,-34,97,-97,97xm109,-158v-38,0,-55,29,-55,67v0,35,16,61,52,61v38,0,53,-29,53,-67v0,-37,-15,-61,-50,-61","k":{"w":9,"v":9,"y":9,"x":4}},"p":{"d":"124,-158v-55,0,-50,66,-49,123v45,23,97,-8,94,-61v-2,-34,-12,-62,-45,-62xm212,-103v2,78,-61,123,-138,101r-1,63r30,0r0,29r-90,0r0,-29r21,0r2,-219r-27,0r0,-29r65,0v2,13,-4,29,-3,38v10,-24,29,-44,62,-43v51,2,78,36,79,89","w":226,"k":{",":9,".":9,"y":13}},"q":{"d":"119,-192v30,0,51,7,72,15r-1,238r26,0r0,29r-90,0r0,-29r23,0r1,-60v0,-13,5,-29,3,-40v-10,24,-29,43,-64,43v-52,-1,-76,-34,-76,-85v0,-70,35,-110,106,-111xm101,-30v57,0,49,-65,50,-120v-10,-4,-22,-8,-37,-8v-43,1,-57,33,-59,74v-1,32,15,54,46,54","w":226},"r":{"d":"149,-152v-67,-17,-73,54,-70,122r27,0r0,30r-90,0r0,-30r23,0r0,-128r-28,0r0,-29r66,0v0,17,-4,37,-1,52v6,-37,34,-65,77,-53","w":153,"k":{",":20,".":20,"-":13,"a":9,"o":4}},"s":{"d":"21,-110v-34,-80,86,-97,140,-69r0,45r-36,0r0,-22v-19,-9,-70,-13,-69,17v13,48,115,1,115,81v0,72,-97,69,-152,51r-1,-51r36,0r1,25v21,10,77,16,78,-18v-9,-46,-93,-13,-112,-59","w":186,"k":{"w":9}},"t":{"d":"135,-5v-42,20,-98,10,-97,-48r1,-105r-28,0r0,-29r28,0r1,-42r41,-3r-2,45r54,0r0,29r-54,0r-1,88v1,24,3,43,27,43v12,0,21,-4,31,-8","w":133},"u":{"d":"100,4v-76,2,-65,-87,-62,-162r-25,0r0,-29r65,0v6,58,-24,157,35,157v55,0,51,-69,49,-128r-24,0r0,-29r65,0r-1,157r25,0r0,30r-65,0v-2,-14,5,-30,3,-41v-8,28,-31,44,-65,45","w":240},"v":{"d":"18,-158r-19,0r0,-29r83,0r0,29r-20,0r44,124v11,-44,28,-83,42,-124r-24,0r0,-29r84,0r0,29r-20,0r-63,158r-43,0","w":206,"k":{",":27,".":27,"a":9,"e":6}},"w":{"d":"194,0r-33,-94v-9,34,-24,63,-36,94r-41,0r-62,-158r-20,0r0,-29r83,0r0,29r-21,0r43,122v10,-35,26,-65,39,-97r-9,-25r-21,0r0,-29r83,0r0,29r-22,0r42,122v12,-43,28,-81,42,-122r-26,0r0,-29r83,0r0,29r-19,0r-63,158r-42,0","w":320,"k":{",":27,".":27,"h":6,"a":6,"e":9,"o":9}},"x":{"d":"126,-30r23,0r-40,-45v-15,15,-27,32,-43,45r26,0r0,30r-81,0r0,-30r20,0r60,-64r-55,-64r-22,0r0,-29r90,0r0,29r-23,0v13,13,25,28,37,42r38,-42r-24,0r0,-29r79,0r0,29r-20,0r-56,59r60,69r21,0r0,30r-90,0r0,-30","w":226,"k":{"e":4}},"y":{"d":"10,59v43,14,70,-13,78,-49r-69,-168r-20,0r0,-29r86,0r0,29r-21,0r45,125v11,-44,28,-83,41,-125r-24,0r0,-29r79,0r0,29r-19,0r-78,209v-13,34,-56,52,-98,40r0,-32","k":{",":27,".":27,"a":13,"e":11,"o":13}},"z":{"d":"14,-30r115,-128r-73,0r-3,28r-34,0r3,-57r155,0r0,30r-114,127r79,0r3,-28r34,0r-3,58r-162,0r0,-30","w":193},"{":{"d":"41,-149v0,-65,-11,-140,68,-128r0,28v-48,-6,-25,61,-30,100v2,31,-19,47,-38,56v20,7,40,26,38,55v6,38,-21,105,30,101r0,27v-44,4,-67,-13,-68,-53v-1,-48,12,-113,-34,-117r0,-27v21,-3,34,-19,34,-42","w":106},"|":{"d":"25,-270r30,0r0,360r-30,0r0,-360","w":79},"}":{"d":"66,-38v0,66,12,141,-69,128r0,-27v49,8,24,-61,30,-101v-2,-30,21,-47,39,-56v-21,-6,-39,-26,-39,-55r0,-73v1,-20,-8,-30,-30,-27r0,-28v44,-4,68,14,69,54v2,47,-12,112,33,116r0,27v-21,3,-33,18,-33,42","w":106},"~":{"d":"70,-118v38,2,89,48,108,-2r13,26v-9,16,-20,31,-45,30v-30,-1,-49,-22,-77,-25v-17,2,-24,17,-31,27r-13,-26v9,-16,20,-32,45,-30","w":216},"'":{"d":"53,-159v-27,-10,-10,-65,-20,-102v0,-11,9,-21,20,-20v40,5,11,72,13,109v0,8,-5,14,-13,13","w":106},"`":{"d":"-11,-266r22,-21r73,61r-23,17","w":100},"\"":{"d":"53,-159v-28,-9,-11,-65,-21,-102v0,-11,10,-22,21,-20v39,6,9,70,13,109v0,8,-5,14,-13,13xm121,-159v-28,-9,-11,-65,-21,-102v0,-11,10,-22,21,-20v39,6,9,70,13,109v0,8,-5,14,-13,13","w":173},"!":{"d":"53,5v-15,0,-27,-12,-27,-27v0,-16,11,-28,27,-28v16,0,28,12,28,28v0,16,-12,27,-28,27xm34,-83r-4,-194r47,0r-5,194r-38,0","w":106},"\u00a0":{"w":106}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1991, 1992, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * PMN Caecilia is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Designer:
 * Peter Matthias Noordzij
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":213,"face":{"font-family":"Caecilia LT Std Heavy","font-weight":850,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 9 0 0 0 0 0 0 0","ascent":"277","descent":"-83","x-height":"4","bbox":"-27 -306 406 100","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":106},"#":{"d":"142,-252r32,0r-9,73r30,0r0,31r-35,0r-6,44r31,0r0,31r-35,0r-10,73r-32,0r10,-73r-37,0r-10,73r-32,0r10,-73r-31,0r0,-31r35,0r6,-44r-31,0r0,-31r35,0r10,-73r32,0r-10,73r37,0xm128,-148r-37,0r-6,44r37,0"},"$":{"d":"123,-37v28,0,47,-32,28,-54v-5,-6,-14,-10,-28,-11r0,65xm88,-219v-33,-1,-43,49,-12,57r12,3r0,-60xm88,4v-28,0,-62,-4,-81,-11r0,-68r51,0r0,33v10,2,18,5,30,5r0,-70v-45,-7,-81,-21,-82,-72v-1,-48,36,-76,82,-79r0,-48r35,0r0,48v25,0,49,5,70,11r0,62r-44,0r0,-29v-6,-2,-17,-6,-26,-5r0,66v47,7,84,22,84,75v-1,52,-37,78,-84,82r0,49r-35,0r0,-49"},"%":{"d":"208,-273r29,16r-152,278r-28,-16xm224,-110v38,0,59,21,59,57v0,38,-24,58,-61,59v-39,1,-60,-21,-60,-58v1,-38,25,-58,62,-58xm222,-23v17,-1,25,-13,25,-30v0,-15,-8,-28,-24,-28v-17,0,-25,14,-24,30v1,14,5,29,23,28xm72,-258v38,0,59,21,59,57v0,38,-24,58,-61,59v-39,1,-60,-21,-60,-58v1,-38,25,-58,62,-58xm70,-171v17,-1,25,-13,25,-30v0,-15,-8,-28,-24,-28v-17,0,-25,14,-24,30v1,14,5,29,23,28","w":293},"&":{"d":"64,-73v0,41,65,52,92,25r-63,-66v-15,8,-29,21,-29,41xm102,-164v27,-3,48,-58,5,-58v-36,1,-30,45,-5,58xm174,-201v0,31,-20,47,-47,63r56,60v7,-10,14,-28,14,-45r-22,0r0,-35r80,0r0,35r-19,0v-3,30,-11,53,-26,71v8,12,24,18,44,14r0,37v-32,3,-60,0,-71,-20v-43,46,-169,35,-166,-47v2,-39,23,-56,50,-72v-14,-18,-30,-28,-30,-57v0,-39,30,-58,72,-59v40,0,65,18,65,55","w":266},"(":{"d":"76,100v-65,-75,-88,-238,-26,-337v10,-16,20,-32,33,-49r34,21v-65,85,-70,258,-4,344","w":106},")":{"d":"30,-286v66,74,89,239,26,336v-10,15,-20,33,-32,50r-34,-22v31,-49,51,-106,52,-178v0,-72,-21,-117,-48,-165","w":106},"*":{"d":"50,-277r33,0v-2,14,-8,30,-7,42r31,-29r16,29v-13,5,-29,7,-40,14r39,13r-16,28v-10,-8,-21,-23,-31,-27r8,41r-33,0r8,-42r-31,28r-16,-28v12,-5,28,-7,39,-14r-40,-13r17,-29v10,8,22,23,31,28","w":133},"+":{"d":"89,-182r38,0r0,71r72,0r0,39r-72,0r0,72r-38,0r0,-72r-72,0r0,-39r72,0r0,-71","w":216},",":{"d":"48,-59v45,0,47,67,25,99v-10,15,-24,28,-42,40r-23,-22v18,-14,28,-24,29,-45v1,-20,-20,-22,-20,-42v0,-18,13,-30,31,-30","w":106,"k":{" ":13}},"-":{"d":"24,-129r105,0r0,43r-105,0r0,-43","w":153},".":{"d":"53,6v-21,0,-34,-13,-34,-32v0,-21,13,-33,34,-33v21,0,34,12,34,33v0,19,-13,32,-34,32","w":106,"k":{" ":13}},"\/":{"d":"98,-282r37,13r-107,299r-36,-13","w":126},"0":{"d":"108,-217v-41,4,-43,48,-43,94v0,44,0,88,42,88v38,0,41,-47,41,-91v0,-44,-2,-86,-40,-91xm103,6v-69,0,-93,-52,-93,-125v0,-80,26,-139,101,-139v70,0,92,59,92,132v0,75,-29,132,-100,132"},"1":{"d":"43,-37r48,0r0,-167v-17,15,-37,26,-56,39r-20,-33r90,-54r39,0r0,215r49,0r0,37r-150,0r0,-37"},"2":{"d":"192,-185v0,75,-68,104,-112,146v37,-4,79,-1,119,-2r0,41r-190,0r0,-35v50,-41,112,-76,130,-148v0,-23,-14,-33,-35,-34v-26,-1,-41,19,-44,42r-50,0v4,-52,38,-83,96,-83v49,0,86,23,86,73"},"3":{"d":"141,-75v0,-33,-38,-37,-74,-37r0,-35v37,1,61,-13,64,-43v2,-18,-14,-29,-33,-29v-24,0,-37,15,-40,36r-50,0v-4,-89,175,-106,175,-11v0,35,-24,53,-52,61v38,1,60,22,62,61v3,84,-121,92,-184,63r0,-49v34,23,132,39,132,-17"},"4":{"d":"121,-68r-116,0r0,-39r101,-145r65,0r0,145r44,0r0,39r-44,0r0,31r25,0r0,37r-100,0r0,-37r25,0r0,-31xm121,-107r-1,-99r-67,101v20,-4,45,-1,68,-2"},"5":{"d":"140,-78v-3,-50,-58,-46,-113,-47r0,-127r155,0r0,37r-105,0r0,51v61,1,113,18,116,79v4,87,-99,106,-172,80r0,-41v37,15,122,23,119,-32"},"6":{"d":"16,-113v-3,-106,75,-166,179,-138r-3,39v-62,-28,-127,12,-124,73v44,-47,140,-21,134,54v-4,54,-30,92,-88,91v-68,-1,-96,-48,-98,-119xm114,-35v29,1,39,-21,41,-46v2,-49,-66,-53,-87,-23v0,39,11,67,46,69"},"7":{"d":"18,-252r177,0r0,32r-88,177v-7,15,-16,29,-26,43r-57,0v42,-62,74,-134,111,-201v2,-3,6,-6,9,-10r-126,0r0,-41"},"8":{"d":"61,-66v1,46,95,43,93,-1v-2,-27,-25,-32,-49,-41v-29,11,-44,24,-44,42xm108,-150v18,-11,39,-15,39,-40v0,-21,-17,-29,-39,-29v-32,0,-52,31,-29,52v7,6,16,11,29,17xm69,-127v-29,-11,-51,-29,-51,-64v0,-48,41,-67,93,-67v49,0,85,18,86,64v1,38,-24,51,-50,63v30,9,57,28,57,65v0,56,-44,72,-100,72v-50,0,-95,-15,-95,-66v0,-38,26,-58,60,-67"},"9":{"d":"197,-139v4,108,-75,166,-179,138r3,-39v62,28,127,-12,124,-73v-44,47,-140,21,-134,-54v4,-54,30,-92,88,-91v68,1,95,48,98,119xm99,-217v-29,-1,-39,21,-41,46v-3,49,66,53,87,23v0,-39,-11,-67,-46,-69"},":":{"d":"53,6v-21,0,-34,-13,-34,-32v0,-21,13,-33,34,-33v21,0,34,12,34,33v0,19,-13,32,-34,32xm53,-128v-21,0,-34,-13,-34,-32v0,-21,14,-33,34,-33v20,0,34,12,34,33v0,19,-13,32,-34,32","w":106},";":{"d":"53,-128v-21,0,-34,-13,-34,-32v0,-21,14,-33,34,-33v20,0,34,12,34,33v0,19,-13,32,-34,32xm48,-59v45,0,47,67,25,99v-10,15,-24,28,-42,40r-23,-22v18,-14,28,-24,29,-45v1,-20,-20,-22,-20,-42v0,-18,13,-30,31,-30","w":106},"<":{"d":"17,-108r182,-77r0,39r-139,55r139,55r0,39r-182,-78r0,-33","w":216},"=":{"d":"17,-76r182,0r0,39r-182,0r0,-39xm17,-145r182,0r0,39r-182,0r0,-39","w":216},">":{"d":"17,-146r0,-39r182,77r0,33r-182,78r0,-39r139,-55","w":216},"?":{"d":"58,6v-21,0,-34,-13,-34,-32v0,-21,13,-33,34,-33v21,0,34,12,34,33v0,19,-13,32,-34,32xm113,-208v0,-41,-58,-36,-90,-26r-2,-40v73,-25,175,7,140,90v-14,33,-52,42,-77,63v-10,8,-5,26,2,33r-46,13v-7,-9,-13,-21,-13,-35v0,-57,86,-42,86,-98","w":173},"@":{"d":"68,-105v5,-52,28,-95,78,-95v18,0,31,9,40,27r7,-20r26,0r-31,112v1,7,4,7,12,8v29,-6,42,-38,42,-72v0,-52,-38,-83,-92,-83v-62,0,-100,41,-104,103v-7,100,129,127,187,70r30,0v-21,37,-58,59,-116,59v-83,0,-133,-47,-133,-130v0,-81,53,-130,136,-130v73,0,124,36,124,107v0,59,-34,96,-89,100v-17,1,-23,-9,-26,-20v-26,35,-96,20,-91,-36xm125,-75v31,0,51,-33,51,-65v0,-22,-9,-34,-29,-34v-32,0,-46,32,-49,64v-2,20,10,35,27,35","w":288},"A":{"d":"179,-85r-86,0r-18,48r24,0r0,37r-94,0r0,-37r20,0r89,-215r58,0r83,215r20,0r0,37r-100,0r0,-37r20,0xm166,-124r-28,-89v-7,33,-20,60,-31,89r59,0","w":280,"k":{"T":27,"V":27,"W":27,"w":20,"G":13,"Y":36,"C":13,"O":13,"Q":13,"U":16,"u":9,"v":20,"y":20}},"B":{"d":"162,-73v0,-33,-35,-38,-72,-35r0,71v37,2,73,-2,72,-36xm153,-184v0,-32,-30,-32,-63,-31r0,66v34,2,63,-3,63,-35xm219,-69v0,87,-118,67,-207,69r0,-37r25,0r0,-178r-27,0r0,-37v82,4,194,-23,194,63v0,34,-22,53,-52,57v40,1,67,23,67,63","w":233,"k":{"A":11}},"C":{"d":"69,-127v0,64,45,102,115,87r2,-46r45,0r-2,78v-101,34,-224,-1,-217,-116v5,-82,51,-131,137,-132v32,-1,59,6,83,14r0,71r-45,0r0,-41v-66,-19,-118,16,-118,85","w":246,"k":{"A":6}},"D":{"d":"206,-130v0,-68,-44,-91,-116,-85r0,178v74,5,116,-22,116,-93xm263,-131v0,83,-49,131,-132,131r-121,0r0,-37r27,0r0,-178r-27,0r0,-37r118,0v82,2,135,37,135,121","w":273,"k":{"V":20,"W":16,",":13,".":13,"A":20,"Y":27}},"E":{"d":"155,-79r43,0r-3,79r-181,0r0,-37r23,0r0,-178r-27,0r0,-37r184,0r3,74r-44,0r-2,-37r-61,0r0,66r63,0r0,39r-63,0r0,73r62,0"},"F":{"d":"151,-215r-59,0r0,70r69,0r0,38r-69,0r0,70r28,0r0,37r-103,0r0,-37r22,0r0,-178r-27,0r0,-37r182,0r3,74r-44,0","w":206,"k":{",":46,".":46,"r":11,"A":22,"a":27,"e":16,"i":6,"o":16}},"G":{"d":"69,-127v0,63,42,100,112,88r0,-47r-25,0r0,-39r99,0r0,39r-23,0r0,78v-104,32,-227,1,-220,-116v5,-83,50,-132,139,-132v35,0,62,7,84,15r0,70r-45,0r0,-41v-67,-19,-121,15,-121,85","w":259},"H":{"d":"192,-215r-23,0r0,-37r98,0r0,37r-23,0r0,178r23,0r0,37r-98,0r0,-37r23,0r0,-70r-104,0r0,70r23,0r0,37r-98,0r0,-37r23,0r0,-178r-23,0r0,-37r98,0r0,37r-23,0r0,70r104,0r0,-70","w":280},"I":{"d":"37,-215r-23,0r0,-37r98,0r0,37r-22,0r0,178r22,0r0,37r-98,0r0,-37r23,0r0,-178","w":126},"J":{"d":"-18,35v76,-25,51,-152,55,-250r-23,0r0,-37r98,0r0,37r-22,0v-3,100,16,215,-49,261v-12,8,-25,17,-41,25","w":119,"k":{"A":13,"u":11,"a":4,"e":4,"o":4}},"K":{"d":"14,-37r23,0r0,-178r-23,0r0,-37r98,0r0,37r-22,0r0,80r67,-64v9,-8,14,-11,22,-16r-26,0r0,-37r102,0r0,37r-20,0r-93,83r97,95r21,0r0,37r-111,0r0,-37r29,0v-33,-24,-58,-56,-88,-83r0,83r22,0r0,37r-98,0r0,-37","w":259,"k":{"O":6,"u":6,"y":20}},"L":{"d":"157,-82r43,0r-3,82r-180,0r0,-37r22,0r0,-178r-22,0r0,-37r97,0r0,37r-22,0r0,178r62,0","w":206,"k":{"T":33,"V":33,"W":33,"Y":40,"y":20}},"M":{"d":"262,-37r-1,-145v-16,66,-45,121,-66,182r-51,0r-65,-170v-3,-6,-1,-12,-4,-14r0,147r27,0r0,37r-90,0r0,-37r22,0r0,-178r-26,0r0,-37r92,0r71,183v3,4,2,14,5,19v17,-74,49,-133,71,-202r92,0r0,37r-27,0r0,178r26,0r0,37r-97,0r0,-37r21,0","w":346},"N":{"d":"14,-37r23,0r0,-178r-32,0r0,-37r73,0r120,152v3,5,6,10,8,15r0,-130r-23,0r0,-37r91,0r0,37r-25,0r0,215r-38,0r-128,-162v-3,-4,-3,-7,-5,-8r0,133r25,0r0,37r-89,0r0,-37","w":286,"k":{",":9,".":9,"A":9}},"O":{"d":"137,-215v-50,0,-68,39,-68,89v0,50,17,89,68,89v50,0,67,-38,67,-89v0,-51,-18,-89,-67,-89xm137,4v-84,0,-125,-49,-125,-130v0,-77,45,-130,125,-130v82,0,124,48,124,130v0,81,-41,130,-124,130","w":273,"k":{"T":9,"V":20,"W":16,",":13,".":13,"A":13,"Y":27,"X":11}},"P":{"d":"160,-175v0,-36,-29,-43,-68,-40r0,81v39,3,68,-3,68,-41xm211,-177v0,63,-49,85,-119,80r0,60r25,0r0,37r-103,0r0,-37r25,0r0,-178r-25,0r0,-37r104,0v61,0,93,25,93,75","w":219,"k":{",":46,".":46,"A":33,"a":9,"e":16,"o":16}},"Q":{"d":"137,-215v-50,0,-68,39,-68,89v0,50,17,89,68,89v50,0,67,-38,67,-89v0,-51,-18,-89,-67,-89xm196,-8v32,10,58,38,100,31r0,35v-73,16,-115,-38,-172,-54v-74,-3,-112,-54,-112,-130v0,-77,45,-130,125,-130v82,0,124,48,124,130v0,61,-23,99,-65,118","w":273},"R":{"d":"158,-179v0,-36,-31,-38,-68,-36r0,73v37,2,68,0,68,-37xm210,-183v0,39,-27,60,-59,66v45,5,33,79,85,80r0,37v-43,4,-71,-5,-83,-38v-19,-22,-19,-68,-63,-65r0,66r22,0r0,37r-98,0r0,-37r23,0r0,-178r-25,0r0,-37r130,1v43,1,68,26,68,68","w":233,"k":{"T":6,"V":13,"W":13,"Y":13}},"S":{"d":"33,-135v-69,-105,85,-145,167,-108r0,60r-48,0r0,-30v-28,-13,-79,-9,-80,25v16,61,139,12,139,110v0,92,-120,93,-195,68r0,-66r53,0r0,33v37,18,112,-1,79,-45v-30,-22,-95,-16,-115,-47","w":226},"T":{"d":"195,-215r-46,0r0,178r23,0r0,37r-98,0r0,-37r23,0r0,-178r-46,0r-2,34r-43,0r2,-71r230,0r2,71r-43,0","w":246,"k":{",":33,".":33,"r":33,"-":50,":":27,";":27,"h":6,"w":54,"A":33,"O":9,"u":46,"y":46,"a":33,"e":33,"i":13,"o":40}},"U":{"d":"136,-37v83,0,51,-105,57,-178r-28,0r0,-37r98,0r0,37r-23,0r0,115v2,74,-33,104,-106,104v-69,0,-101,-25,-101,-92r0,-127r-23,0r0,-37r98,0r0,37r-23,0v7,70,-27,178,51,178","w":273,"k":{",":9,".":9,"A":20}},"V":{"d":"172,-252r98,0r0,37r-19,0r-85,215r-58,0r-85,-215r-20,0r0,-37r102,0r0,37r-21,0r54,158v1,5,2,11,3,16v16,-61,38,-116,57,-174r-26,0r0,-37","w":273,"k":{",":40,".":40,"-":33,":":27,";":27,"G":6,"A":27,"O":13,"u":16,"a":27,"e":27,"i":13,"o":23}},"W":{"d":"308,-252r98,0r0,37r-20,0r-84,215r-56,0r-41,-118r-43,118r-57,0r-84,-215r-20,0r0,-37r102,0r0,37r-21,0r54,158v1,5,2,11,3,16v11,-50,31,-92,46,-139r-13,-35r-24,0r0,-37r100,0r0,37r-23,0r53,174v14,-63,38,-115,56,-174r-26,0r0,-37","w":406,"k":{",":33,".":33,"-":19,":":13,";":13,"A":27,"O":13,"u":13,"y":16,"a":27,"e":27,"i":6,"o":27}},"X":{"d":"160,-252r87,0r0,37r-18,0r-70,83r75,95r21,0r0,37r-106,0r0,-37r21,0v-18,-15,-30,-37,-45,-55v-16,18,-31,39,-49,55r22,0r0,37r-93,0r0,-37r21,0r75,-86r-70,-92r-21,0r0,-37r106,0r0,37r-24,0v19,13,29,35,44,52v16,-17,29,-37,48,-52r-24,0r0,-37","w":259},"Y":{"d":"172,-252r91,0r0,37r-20,0r-83,115r0,63r23,0r0,37r-98,0r0,-37r22,0r0,-63r-84,-115r-19,0r0,-37r100,0r0,37r-20,0v20,24,37,51,55,77r58,-77r-25,0r0,-37","w":266,"k":{",":40,".":40,"-":46,":":27,";":27,"A":36,"O":13,"u":27,"a":40,"e":40,"i":13,"o":40,"S":9}},"Z":{"d":"13,-35r127,-162v6,-8,11,-14,17,-18r-86,0r-3,33r-45,0r2,-70r193,0r0,37r-133,171v-3,3,-5,5,-8,7r95,0r2,-33r46,0r-3,70r-204,0r0,-35","w":233},"[":{"d":"26,-277r79,0r0,37r-29,0r0,294r31,0r0,36r-81,0r0,-367","w":106},"\\":{"d":"-8,-269r36,-13r107,299r-37,13","w":126},"]":{"d":"30,-240r-30,0r0,-37r81,0r0,367r-79,0r0,-36r28,0r0,-294","w":106},"^":{"d":"108,-213r-47,92r-39,0r64,-131r44,0r64,131r-39,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"66,-55v0,36,61,24,64,-3v2,-6,4,-13,4,-22v-31,2,-68,-4,-68,25xm15,-50v0,-58,57,-60,119,-61v8,-46,-33,-51,-67,-39r0,25r-43,0r0,-48v51,-30,167,-33,158,53r-2,83r21,0r0,37r-63,0v0,-13,-1,-27,2,-37v-13,25,-26,41,-62,41v-39,0,-63,-18,-63,-54","k":{"t":6,"w":11,"v":11,"y":13}},"b":{"d":"114,-152v-52,-1,-43,58,-43,108v42,21,88,-7,84,-57v-2,-29,-12,-50,-41,-51xm100,4v-30,0,-60,-5,-79,-16r0,-228r-29,0r0,-37r80,0r-3,124v11,-24,30,-40,63,-40v48,0,74,34,73,86v-1,68,-34,111,-105,111","w":219,"k":{"u":6,"v":6,"y":13}},"c":{"d":"11,-94v0,-86,81,-115,159,-90r0,55r-44,0v0,-15,4,-29,-17,-27v-32,3,-45,25,-47,57v-3,58,58,75,106,52r-2,42v-72,28,-155,-6,-155,-89","w":180,"k":{"h":6,"y":11,"k":6}},"d":{"d":"102,-39v49,0,45,-55,44,-106v-39,-19,-86,3,-82,51v2,29,10,55,38,55xm11,-82v-1,-77,57,-126,136,-106r0,-52r-29,0r0,-37r80,0r0,240r21,0r0,37r-71,0v-2,-14,5,-27,4,-36v-11,24,-30,40,-64,40v-51,-2,-76,-34,-77,-86","w":233,"k":{"w":11,"d":4,"v":11,"y":13}},"e":{"d":"142,-117v5,-37,-43,-53,-65,-30v-6,7,-10,17,-11,30r76,0xm66,-83v-1,55,80,57,120,35r-2,40v-74,30,-173,5,-173,-85v0,-112,160,-136,181,-33v3,13,5,28,5,43r-131,0","w":206,"k":{"w":6,"v":4,"y":9}},"f":{"d":"151,-242v-40,-12,-79,3,-69,54r40,0r0,36r-40,0r0,115r27,0r0,37r-99,0r0,-37r22,0r0,-115r-26,0r0,-36r26,0v-10,-79,44,-106,119,-90r0,36","w":126},"g":{"d":"56,33v4,36,94,33,99,-1v-6,-25,-53,-13,-78,-21v-8,3,-22,10,-21,22xm103,-156v-25,1,-42,10,-42,35v0,22,17,32,40,32v26,0,42,-10,42,-34v0,-20,-19,-33,-40,-33xm13,-121v-2,-63,64,-81,125,-67r68,0r0,34r-32,0v33,52,-11,114,-85,101v-5,0,-13,4,-12,11v1,8,5,9,13,10v49,7,116,-3,113,56v-3,50,-45,71,-100,71v-49,0,-95,-8,-95,-51v0,-27,21,-35,42,-43v-45,-9,-23,-58,10,-60v-31,-10,-46,-29,-47,-62"},"h":{"d":"129,-149v-55,0,-43,61,-44,112r22,0r0,37r-93,0r0,-37r21,0r0,-203r-29,0r0,-37r78,0r-2,128v9,-24,31,-44,65,-44v75,0,66,82,65,156r22,0r0,37r-93,0r0,-37r21,0v-4,-44,15,-112,-33,-112","w":246,"k":{"y":16}},"i":{"d":"58,-220v-21,0,-34,-12,-34,-31v0,-19,13,-31,34,-31v21,0,34,12,34,31v0,19,-13,31,-34,31xm35,-152r-25,0r0,-36r75,0r0,151r22,0r0,37r-93,0r0,-37r21,0r0,-115","w":119,"k":{"v":11}},"j":{"d":"58,-220v-21,0,-34,-12,-34,-31v0,-19,13,-31,34,-31v21,0,34,12,34,31v0,19,-13,31,-34,31xm-27,55v79,-11,60,-118,62,-207r-25,0r0,-36r75,0v-4,123,30,277,-107,283","w":119},"k":{"d":"17,-37r21,0r0,-203r-29,0r0,-37r79,0r0,169r58,-44r-26,0r0,-36r96,0r0,36r-17,0r-58,47r63,68r21,0r0,37r-100,0r0,-37r19,0v-20,-16,-38,-40,-56,-59r0,59r17,0r0,37r-88,0r0,-37","w":226},"l":{"d":"31,-240r-28,0r0,-37r79,0r0,240r21,0r0,37r-92,0r0,-37r20,0r0,-203","w":113,"k":{"w":9,"y":11}},"m":{"d":"266,-193v76,0,67,81,66,156r21,0r0,37r-90,0r0,-37r18,0v-4,-44,16,-112,-33,-112v-49,0,-40,63,-40,112r22,0r0,37r-90,0r0,-37r18,0v-4,-44,16,-112,-33,-112v-51,0,-39,63,-40,112r22,0r0,37r-93,0r0,-37r21,0r0,-115r-25,0r0,-36r74,0v2,14,-2,29,-2,38v10,-26,31,-42,65,-43v33,0,50,15,56,43v10,-25,28,-43,63,-43","w":366,"k":{"u":6,"y":16}},"n":{"d":"129,-149v-55,0,-43,61,-44,112r22,0r0,37r-91,0r0,-37r19,0r0,-115r-25,0r0,-36r74,0v2,14,-2,29,-2,39v9,-24,31,-44,65,-44v75,0,66,82,65,156r22,0r0,37r-93,0r0,-37r21,0v-4,-44,15,-112,-33,-112","w":246,"k":{"u":4,"v":11,"y":13}},"o":{"d":"110,-152v-32,0,-45,26,-44,61v0,32,11,54,44,54v33,0,44,-22,44,-54v0,-37,-9,-61,-44,-61xm110,4v-63,0,-99,-33,-99,-96v0,-61,38,-101,99,-101v64,0,100,35,99,101v-1,60,-38,96,-99,96","w":220,"k":{"w":6,"v":6,"y":11,"x":4}},"p":{"d":"125,-152v-53,-1,-44,59,-44,110v44,17,88,-9,84,-59v-2,-29,-11,-50,-40,-51xm216,-107v0,76,-51,124,-134,108r0,53r22,0r0,36r-93,0r0,-36r21,0r0,-206r-29,0r0,-36r78,0v2,12,-3,26,-2,35v11,-24,31,-40,64,-40v49,0,73,35,73,86","w":233,"k":{",":13,".":13,"y":13}},"q":{"d":"107,-39v48,0,44,-56,43,-106v-39,-19,-87,4,-82,51v2,28,10,55,39,55xm125,-193v28,0,55,6,74,16r0,231r23,0r0,36r-93,0r0,-36r20,0v-2,-30,2,-67,3,-90v-12,25,-24,40,-60,40v-51,-1,-77,-34,-77,-86v0,-67,39,-111,110,-111","w":233},"r":{"d":"151,-145v-36,-9,-63,12,-63,47r0,61r24,0r0,37r-95,0r0,-37r21,0r0,-115r-25,0r0,-36r73,0v2,16,-3,30,-2,43v7,-38,36,-55,70,-45","w":153,"k":{",":20,".":20,"-":13,"d":6,"a":6,"e":9,"i":-4,"o":6}},"s":{"d":"25,-98v-51,-88,77,-112,145,-82r0,46r-45,0r0,-19v-26,-12,-74,-5,-60,25v42,16,114,2,114,67v0,75,-104,73,-163,53r0,-52r46,0r0,21v24,15,88,4,64,-29v-25,-14,-87,-6,-101,-30","w":193,"k":{"w":9}},"t":{"d":"135,-5v-42,18,-100,12,-100,-41r0,-106r-26,0r0,-36r26,0r0,-39r50,-3r0,42r50,0r0,36r-50,0v4,52,-21,142,52,112","w":133},"u":{"d":"117,-37v49,0,39,-65,39,-115r-24,0r0,-36r75,0r0,151r22,0r0,37r-71,0v0,-13,2,-32,4,-39v-11,27,-30,42,-65,43v-77,3,-64,-83,-64,-156r-25,0r0,-36r76,0r0,105v0,27,4,46,33,46","w":240},"v":{"d":"126,-188r90,0r0,36r-17,0r-64,152r-55,0r-66,-152r-17,0r0,-36r93,0r0,36r-18,0r39,109v7,-41,26,-72,37,-109r-22,0r0,-36","k":{",":27,".":27,"a":6,"e":4,"o":6}},"w":{"d":"243,-188r90,0r0,36r-18,0r-65,152r-52,0r-31,-81v-7,31,-23,53,-33,81r-52,0r-64,-152r-17,0r0,-36r90,0r0,36r-18,0v16,33,26,72,39,107v9,-31,25,-56,36,-85r-9,-22r-20,0r0,-36r92,0r0,36r-20,0v16,33,27,70,39,107v9,-39,24,-73,37,-107r-24,0r0,-36","w":333,"k":{",":27,".":27,"a":6,"e":9,"o":9}},"x":{"d":"134,-188r83,0r0,36r-19,0r-54,52r59,63r20,0r0,37r-99,0r0,-37r21,0v-13,-8,-22,-22,-33,-32v-12,10,-24,23,-37,32r22,0r0,37r-87,0r0,-37r19,0r60,-56r-55,-59r-21,0r0,-36r100,0r0,36v-9,0,-27,-2,-14,5r23,24r32,-29r-20,0r0,-36","w":233,"k":{"e":6}},"y":{"d":"18,51v38,16,66,-8,75,-38r-72,-165r-17,0r0,-36r93,0r0,36r-19,0v17,34,29,73,40,113v7,-43,22,-79,38,-113r-24,0r0,-36r84,0r0,36r-17,0r-77,201v-17,35,-54,55,-104,41r0,-39","w":219,"k":{",":27,".":27,"a":9,"e":11,"o":11}},"z":{"d":"14,-37r108,-115r-58,0r-2,25r-43,0r2,-61r163,0r0,36r-98,107v-4,4,-7,7,-10,8r65,0r0,-26r45,0r-3,63r-169,0r0,-37","w":200},"{":{"d":"79,90v-95,4,-14,-158,-79,-170r0,-27v65,-12,-15,-174,79,-170r29,0r0,27v-70,-5,9,143,-67,157v45,9,37,74,37,129v-1,20,8,31,30,28r0,26r-29,0","w":106},"|":{"d":"21,-270r38,0r0,360r-38,0r0,-360","w":79},"}":{"d":"28,-277v93,-4,13,158,79,170r0,27v-67,11,16,175,-79,170r-29,0r0,-26v48,6,29,-62,29,-102v0,-31,18,-47,38,-56v-46,-8,-38,-73,-38,-128v1,-20,-7,-31,-29,-28r0,-27r29,0","w":106},"~":{"d":"146,-59v-39,0,-85,-50,-108,1r-13,-34v9,-19,20,-31,45,-31v30,1,50,22,77,25v15,-3,22,-13,31,-27r13,35v-9,19,-21,31,-45,31","w":216},"'":{"d":"40,-282v45,5,16,78,16,120v0,12,-5,19,-16,19v-32,-10,-12,-74,-23,-117v0,-13,9,-23,23,-22","w":79},"`":{"d":"14,-296r79,63r-27,21r-77,-59","w":119},"\"":{"d":"93,-282v44,5,16,78,16,120v0,12,-5,19,-16,19v-30,0,-13,-57,-22,-88v-2,-24,-4,-54,22,-51xm27,-282v45,5,16,78,16,120v0,12,-5,19,-16,19v-32,-10,-12,-74,-23,-117v0,-13,9,-23,23,-22","w":119},"!":{"d":"53,6v-21,0,-34,-13,-34,-32v0,-21,13,-33,34,-33v21,0,34,12,34,33v0,19,-13,32,-34,32xm25,-277r57,0r-5,196r-48,0","w":106},"\u00a0":{"w":106}}});

// Cufon calls
Cufon.replace('h2', { fontFamily: 'Caecilia LT Std Heavy', textShadow: '#c0b8a1 1px 1px, #eee4c5 2px 2px'});
Cufon.replace('h3, h4', { fontFamily: 'Caecilia LT Std Heavy', textShadow: '#ffffff 1px 1px'});
Cufon.replace('h5', { fontFamily: 'Caecilia LT Std Heavy', textShadow: '#ffffff 1px 1px'});
Cufon.replace('.get-started a', { fontFamily: 'Caecilia LT Std Heavy', hover : true });
Cufon.replace('.slide-burger .left p', { fontFamily: 'Caecilia LT Std Heavy'});
Cufon.replace('#navigation a span', { fontFamily: 'Caecilia LT Std Heavy', textShadow: '#333 1px 1px' });
Cufon.replace('.sample-info strong', { fontFamily: 'Caecilia LT Std Heavy', textShadow: '#333 1px 1px' });
Cufon.replace('#burgers a', { fontFamily: 'Caecilia LT Std Heavy', hover:true });
Cufon.replace('#testimonials li em', { fontFamily: 'Caecilia LT Std', textShadow: '#825d1c 1px 1px, #d1972d 2px 2px' });

Cufon.replace('.services .title, .services .price', { fontFamily: 'Caecilia LT Std Heavy', textShadow: '#ffffff 1px 1px'});
Cufon.replace('#total-price strong', { fontFamily: 'Caecilia LT Std Heavy', textShadow: '#ffffff 1px 1px'});
Cufon.replace('.search label', { fontFamily: 'Caecilia LT Std Heavy', textShadow: '#ffffff 1px 1px'});
