/* CUFON
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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("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}})());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 FONTS
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1989 Adobe Systems Incorporated.  All Rights Reserved.Serifa is a
 * registered trademark of Fundicion Tipografica Neufville S. A.
 * 
 * Full name:
 * Serifa-Bold
 */
Cufon.registerFont({"w":200,"face":{"font-family":"serifa","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-5 -269 360 66.3642","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"97,-235r-11,167r-32,0r-11,-167r54,0xm44,0r0,-48r52,0r0,48r-52,0","w":140},"\"":{"d":"148,-235r0,99r-36,0r0,-99r36,0xm52,-136r0,-99r36,0r0,99r-36,0"},"#":{"d":"37,0r9,-68r-28,0r4,-28r28,0r7,-43r-29,0r4,-29r28,0r10,-67r29,0r-10,67r36,0r9,-67r29,0r-9,67r29,0r-5,29r-28,0r-6,43r28,0r-4,28r-28,0r-10,68r-28,0r9,-68r-36,0r-9,68r-29,0xm85,-139r-6,43r36,0r6,-43r-36,0"},"$":{"d":"185,-235r0,73r-43,0v-2,-32,-15,-46,-47,-46v-20,0,-37,9,-37,31v0,55,133,14,133,111v0,44,-32,70,-74,71r0,27r-35,0r0,-31v-13,-2,-22,-10,-32,-20r0,19r-41,0r0,-79r43,0v0,37,15,52,51,52v17,0,38,-12,38,-31v0,-72,-131,-18,-131,-114v0,-44,31,-67,72,-68r0,-29r35,0r0,33v11,2,17,12,27,20r0,-19r41,0"},"%":{"d":"177,-57v0,-37,19,-62,58,-62v39,0,59,25,59,62v0,36,-21,62,-59,62v-39,0,-58,-26,-58,-62xm211,-57v0,16,3,37,24,37v34,0,37,-74,0,-74v-21,0,-24,21,-24,37xm26,-179v0,-37,20,-61,59,-61v39,0,58,24,58,61v0,36,-20,62,-58,62v-39,0,-59,-26,-59,-62xm56,7r178,-250r31,0r-179,250r-30,0xm85,-215v-36,2,-35,70,0,73v33,-2,36,-72,0,-73","w":320},"&":{"d":"263,-143r0,35r-26,0v-3,23,-13,44,-29,61r13,13r42,0r0,34r-69,0r-18,-18v-55,43,-161,32,-162,-48v0,-36,17,-56,48,-70v-13,-14,-23,-28,-23,-48v0,-41,37,-56,73,-56v37,0,65,17,65,57v0,28,-21,45,-45,58r49,50v8,-9,14,-21,15,-33r-20,0r0,-35r87,0xm151,-45r-59,-60v-42,13,-33,78,15,78v17,0,31,-8,44,-18xm107,-208v-33,1,-24,42,-4,55v26,-7,45,-53,4,-55","w":280},"\u2019":{"d":"24,-183r0,-52r52,0r0,52r-18,47r-32,0r18,-47r-20,0","w":100,"k":{"s":13,"\u2019":13}},"(":{"d":"74,-260r36,0v-58,92,-60,214,0,303r-36,0v-66,-89,-63,-212,0,-303","w":119},")":{"d":"46,43r-36,0v58,-92,60,-214,0,-303r36,0v66,89,63,212,0,303","w":119},"*":{"d":"79,-168r-41,-10r10,-33r39,17r-3,-41r34,0r-4,41r38,-17r10,33r-41,10r28,30r-27,20r-22,-35r-22,35r-27,-20"},"+":{"d":"17,-73r0,-36r73,0r0,-73r36,0r0,73r73,0r0,36r-73,0r0,73r-36,0r0,-73r-73,0","w":216},",":{"d":"24,0r0,-53r52,0r0,53r-18,47r-32,0r18,-47r-20,0","w":100},"-":{"d":"18,-79r0,-36r84,0r0,36r-84,0","w":119},".":{"d":"24,0r0,-53r52,0r0,53r-52,0","w":100},"\/":{"d":"6,5r92,-245r36,0r-92,245r-36,0","w":140},"0":{"d":"63,-118v0,48,5,89,37,89v32,0,37,-41,37,-89v0,-48,-5,-88,-37,-88v-32,0,-37,40,-37,88xm13,-118v0,-59,18,-122,87,-122v69,0,87,63,87,122v0,59,-18,123,-87,123v-69,0,-87,-64,-87,-123"},"1":{"d":"53,0r0,-34r36,0r0,-159v-16,14,-34,27,-52,39r0,-45v18,-12,34,-23,50,-36r50,0r0,201r36,0r0,34r-120,0"},"2":{"d":"13,-46v26,-28,115,-83,116,-131v0,-18,-12,-29,-30,-29v-26,0,-33,20,-34,42r-50,0v1,-63,39,-76,88,-76v44,0,76,23,76,69v0,49,-85,108,-113,137r73,0r0,-31r44,0r0,65r-170,0r0,-46"},"3":{"d":"82,-103r0,-36v26,2,50,-5,50,-35v0,-22,-13,-32,-34,-32v-23,0,-32,16,-32,37r-50,0v-1,-50,41,-71,85,-71v44,0,80,17,80,65v0,32,-20,48,-49,54v30,3,52,24,52,55v0,48,-37,71,-88,71v-45,0,-83,-16,-83,-72r50,0v0,23,10,38,34,38v22,0,37,-14,37,-36v0,-35,-24,-38,-52,-38"},"4":{"d":"115,-92r-1,-96r-70,96r71,0xm82,0r0,-34r33,0r0,-24r-107,0r0,-44r97,-133r58,0r0,143r29,0r0,34r-29,0r0,24r27,0r0,34r-108,0"},"5":{"d":"176,-235r0,34r-105,0r0,64v12,-15,29,-22,48,-22v46,0,68,39,68,82v0,40,-19,82,-88,82v-41,0,-79,-21,-78,-66r50,0v1,21,10,32,32,32v26,0,35,-23,35,-47v0,-24,-9,-49,-36,-49v-18,0,-31,14,-31,32r-48,0r0,-142r153,0"},"6":{"d":"102,-27v48,-2,51,-97,0,-96v-51,1,-54,95,0,96xm183,-178r-49,0v0,-19,-10,-30,-28,-30v-37,0,-40,50,-42,77v14,-19,29,-25,54,-25v44,0,68,40,68,81v0,56,-34,80,-87,80v-71,0,-85,-51,-85,-115v0,-66,18,-130,94,-130v43,0,72,18,75,62"},"7":{"d":"185,-235r0,39v-35,65,-60,127,-84,196r-53,0v27,-68,57,-136,93,-201r-81,0r0,41r-43,0r0,-75r168,0"},"8":{"d":"66,-172v0,23,11,34,34,34v23,0,35,-11,35,-34v0,-23,-12,-36,-35,-36v-23,0,-34,12,-34,36xm21,-172v0,-48,35,-68,79,-68v44,0,80,20,80,68v1,31,-20,43,-46,51v30,5,50,23,50,55v0,53,-35,71,-84,71v-50,0,-84,-16,-84,-71v-1,-30,24,-50,50,-56v-28,-5,-45,-20,-45,-50xm64,-67v0,24,12,40,36,40v23,0,36,-17,36,-40v0,-23,-12,-38,-36,-38v-24,0,-36,15,-36,38"},"9":{"d":"98,-208v-49,2,-50,97,1,96v50,-2,53,-95,-1,-96xm17,-57r50,0v0,19,9,30,27,30v37,0,40,-51,42,-78v-14,19,-29,25,-54,25v-44,0,-68,-40,-68,-81v0,-56,34,-79,87,-79v71,0,85,51,85,115v0,66,-18,130,-94,130v-43,0,-72,-18,-75,-62"},":":{"d":"76,0r-52,0r0,-53r52,0r0,53xm76,-168r0,52r-52,0r0,-52r52,0","w":100},";":{"d":"24,0r0,-53r52,0r0,53r-18,47r-32,0r18,-47r-20,0xm76,-168r0,52r-52,0r0,-52r52,0","w":100},"<":{"d":"196,-182r0,36r-127,55r127,55r0,36r-176,-76r0,-30","w":216},"=":{"d":"17,-112r0,-36r182,0r0,36r-182,0xm17,-34r0,-36r182,0r0,36r-182,0","w":216},">":{"d":"20,0r0,-36r127,-55r-127,-55r0,-36r176,76r0,30","w":216},"?":{"d":"167,-180v0,53,-63,56,-58,112r-45,0r0,-12v-12,-37,54,-73,54,-104v0,-15,-11,-24,-27,-24v-24,0,-28,16,-29,40r-49,0v0,-52,29,-72,80,-72v39,0,74,19,74,60xm60,0r0,-48r53,0r0,48r-53,0","w":180},"@":{"d":"148,-152v-41,-3,-58,73,-12,75v38,4,55,-73,12,-75xm188,-178r28,0r-18,83v-2,7,-5,20,3,20v18,0,37,-22,37,-58v0,-54,-38,-82,-89,-82v-57,0,-94,41,-94,98v0,89,111,126,166,70r29,0v-59,96,-225,48,-225,-71v0,-70,56,-122,124,-122v59,0,114,39,114,99v0,70,-60,95,-82,95v-10,0,-17,-7,-19,-17v-29,36,-86,7,-86,-39v0,-58,71,-113,108,-59","w":288},"A":{"d":"7,0r0,-34r20,0r83,-201r61,0r82,201r20,0r0,34r-101,0r0,-34r30,0r-16,-38r-97,0r-15,38r29,0r0,34r-96,0xm102,-106r71,0r-35,-91","w":280,"k":{"y":15,"w":20,"v":20,"Y":33,"W":23,"V":30,"T":30,"\u2019":40}},"B":{"d":"89,-105r0,71v41,-1,87,7,85,-37v-2,-47,-46,-31,-85,-34xm89,-201r0,64v37,0,78,6,78,-34v0,-39,-43,-28,-78,-30xm10,0r0,-34r30,0r0,-167r-30,0r0,-34r113,0v43,0,93,0,93,57v0,32,-18,48,-48,55v30,1,56,23,56,54v0,71,-66,69,-103,69r-111,0","w":240},"C":{"d":"128,-240v29,-1,52,8,68,32r0,-27r45,0r0,87r-45,0v0,-36,-24,-58,-59,-58v-53,0,-69,47,-69,94v0,45,22,83,72,83v29,0,53,-21,54,-52r48,0v-1,66,-57,86,-103,86v-83,0,-123,-53,-123,-121v0,-72,37,-124,112,-124","w":259},"D":{"d":"10,0r0,-34r30,0r0,-167r-30,0r0,-34r129,0v23,0,120,3,120,117v0,78,-50,118,-126,118r-123,0xm89,-201r0,167v72,7,117,-17,117,-84v0,-67,-44,-90,-117,-83","w":280},"E":{"d":"10,0r0,-34r30,0r0,-167r-30,0r0,-34r214,0r0,70r-41,0r0,-36r-94,0r0,64r36,0r0,-32r38,0r0,96r-38,0r0,-32r-36,0r0,71r94,0r0,-43r41,0r0,77r-214,0","w":240},"F":{"d":"10,-235r214,0r0,78r-41,0r0,-44r-94,0r0,69r33,0r0,-32r38,0r0,96r-38,0r0,-32r-33,0r0,66r35,0r0,34r-114,0r0,-34r30,0r0,-167r-30,0r0,-34","w":240,"k":{"A":27,".":46,",":46}},"G":{"d":"246,-235r0,82r-45,0v-2,-37,-29,-53,-64,-53v-53,0,-69,47,-69,94v0,45,22,83,72,83v33,0,60,-21,61,-57r-36,0r0,-35r106,0r0,35r-23,0r0,86r-45,0v-1,-8,2,-21,-1,-27v-13,23,-39,32,-63,32v-83,0,-123,-53,-123,-121v0,-72,37,-124,112,-124v31,-1,56,9,73,28r0,-23r45,0","w":280},"H":{"d":"10,0r0,-34r30,0r0,-167r-30,0r0,-34r113,0r0,34r-34,0r0,64r102,0r0,-64r-34,0r0,-34r113,0r0,34r-30,0r0,167r30,0r0,34r-113,0r0,-34r34,0r0,-69r-102,0r0,69r34,0r0,34r-113,0","w":280},"I":{"d":"15,0r0,-34r30,0r0,-167r-30,0r0,-34r109,0r0,34r-29,0r0,167r29,0r0,34r-109,0","w":139},"J":{"d":"190,-235r0,34r-27,0r0,130v0,32,-4,76,-80,76v-60,0,-72,-34,-71,-84r50,0v0,25,-2,49,27,50v14,0,24,-11,24,-34r0,-138r-37,0r0,-34r114,0"},"K":{"d":"10,0r0,-34r30,0r0,-167r-30,0r0,-34r109,0r0,34r-30,0r0,74r74,-74r-21,0r0,-34r102,0r0,34r-22,0r-75,76r82,91r21,0r0,34r-110,0r0,-34r27,0r-78,-86r0,86r30,0r0,34r-109,0","w":260},"L":{"d":"10,0r0,-34r30,0r0,-167r-30,0r0,-34r117,0r0,34r-38,0r0,167r78,0r0,-49r43,0r0,83r-200,0","w":219,"k":{"y":20,"Y":33,"W":27,"V":33,"T":33,"\u2019":40}},"M":{"d":"10,0r0,-34r30,0r0,-167r-30,0r0,-34r110,0r50,174r49,-174r110,0r0,34r-29,0r0,167r29,0r0,34r-104,0r0,-34r27,0r-1,-167r-59,201r-51,0r-60,-201r0,167r27,0r0,34r-98,0","w":339},"N":{"d":"7,0r0,-34r30,0r0,-167r-30,0r0,-34r100,0r92,175r0,-141r-30,0r0,-34r104,0r0,34r-29,0r0,201r-66,0r-96,-182r0,148r29,0r0,34r-104,0","w":280},"O":{"d":"140,5v-80,0,-124,-52,-124,-123v0,-71,44,-122,124,-122v80,0,124,51,124,122v0,71,-44,123,-124,123xm140,-29v51,0,72,-39,72,-89v0,-50,-21,-88,-72,-88v-51,0,-72,38,-72,88v0,50,21,89,72,89","w":280},"P":{"d":"10,0r0,-34r32,0r0,-167r-32,0r0,-34r127,0v37,0,84,7,84,72v0,78,-58,77,-129,75r0,54r38,0r0,34r-120,0xm92,-201r0,79v40,0,79,5,79,-39v0,-51,-39,-38,-79,-40","w":240,"k":{"A":20,".":46,",":46}},"Q":{"d":"274,-34r0,34v-46,0,-95,5,-134,5v-80,0,-124,-52,-124,-123v0,-71,44,-122,124,-122v80,0,124,51,124,122v0,26,-11,69,-53,86v18,-5,41,-1,63,-2xm68,-118v0,50,21,89,72,89v51,0,72,-39,72,-89v0,-50,-21,-88,-72,-88v-51,0,-72,38,-72,88","w":280},"R":{"d":"10,0r0,-34r32,0r0,-167r-32,0r0,-34r135,0v42,0,81,6,81,66v1,33,-25,50,-54,56v42,3,45,45,56,79r24,0r0,34r-66,0v-16,-35,-8,-96,-57,-98r-37,0r0,64r30,0r0,34r-112,0xm92,-201r0,69v40,-1,86,9,86,-35v0,-46,-46,-32,-86,-34","w":259,"k":{"Y":13,"W":13,"V":13,"T":6}},"S":{"d":"19,0r0,-79r43,0v0,37,15,52,51,52v17,0,39,-12,39,-31v0,-72,-132,-18,-132,-114v0,-71,94,-89,134,-44r0,-19r41,0r0,73r-43,0v-2,-32,-15,-46,-47,-46v-20,0,-37,9,-37,31v0,55,133,14,133,111v0,71,-97,94,-141,47r0,19r-41,0","w":220},"T":{"d":"13,-235r214,0r0,81r-41,0r0,-47r-41,0r0,167r34,0r0,34r-118,0r0,-34r34,0r0,-167r-41,0r0,47r-41,0r0,-81","w":239,"k":{"y":20,"w":27,"u":20,"s":20,"r":20,"o":27,"i":13,"e":27,"c":27,"a":27,"A":27,";":20,":":20,".":27,"-":27,",":27}},"U":{"d":"254,-235r0,34r-25,0r0,119v0,48,-40,87,-97,87v-142,0,-91,-97,-101,-206r-25,0r0,-34r107,0r0,34r-32,0r0,103v0,20,-3,69,51,69v57,0,52,-51,52,-69r0,-103r-32,0r0,-34r102,0","w":259},"V":{"d":"273,-235r0,34r-21,0r-84,201r-57,0r-83,-201r-21,0r0,-34r107,0r0,34r-32,0r60,152r59,-152r-32,0r0,-34r104,0","w":280,"k":{"y":13,"u":13,"r":13,"o":20,"i":13,"e":20,"a":20,"A":27,";":27,":":27,".":40,"-":27,",":40}},"W":{"d":"352,-235r0,34r-16,0r-50,201r-62,0r-45,-186r-46,186r-62,0r-47,-201r-16,0r0,-34r97,0r0,34r-32,0r32,148r45,-182r65,0r43,182r34,-148r-32,0r0,-34r92,0","w":359,"k":{"y":11,"u":6,"r":6,"o":6,"i":6,"e":6,"a":6,"A":20,";":20,":":20,".":27,"-":13,",":27}},"X":{"d":"6,0r0,-34r16,0r77,-87r-72,-80r-17,0r0,-34r106,0r0,34r-27,0r43,50r45,-50r-27,0r0,-34r99,0r0,34r-16,0r-72,80r77,87r16,0r0,34r-109,0r0,-34r31,0r-49,-57r-49,57r31,0r0,34r-103,0","w":259},"Y":{"d":"71,0r0,-34r34,0r0,-50r-79,-117r-20,0r0,-34r108,0r0,34r-30,0r48,74r49,-74r-30,0r0,-34r104,0r0,34r-20,0r-80,117r0,50r34,0r0,34r-118,0","w":260,"k":{"v":21,"u":21,"q":20,"p":28,"o":27,"i":18,"e":27,"a":27,"A":30,";":33,":":33,".":33,"-":33,",":33}},"Z":{"d":"16,0r0,-44r145,-157r-100,0r0,43r-41,0r0,-77r201,0r0,43r-147,158r109,0r0,-48r42,0r0,82r-209,0","w":240},"[":{"d":"105,-260r0,27r-38,0r0,249r38,0r0,27r-75,0r0,-303r75,0","w":119},"\\":{"d":"98,5r-92,-245r36,0r92,245r-36,0","w":140},"]":{"d":"15,43r0,-27r38,0r0,-249r-38,0r0,-27r75,0r0,303r-75,0","w":119},"^":{"d":"92,-235r33,0r63,131r-34,0r-46,-95r-46,95r-34,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"42,-235r32,0r-18,46r20,0r0,53r-52,0r0,-53","w":100,"k":{"\u2018":13}},"a":{"d":"129,0v-1,-7,2,-18,-1,-24v-26,48,-115,36,-115,-25v0,-61,64,-57,115,-57v3,-27,-9,-39,-33,-39v-19,0,-30,9,-31,28r-45,0v3,-48,42,-57,82,-57v82,0,73,67,72,142r21,0r0,32r-65,0xm128,-77v-32,0,-70,-3,-70,27v0,16,11,23,26,23v28,0,45,-21,44,-50"},"b":{"d":"125,-29v21,0,35,-19,35,-55v0,-28,-9,-55,-40,-55v-30,0,-42,24,-42,52v0,36,11,58,47,58xm81,-144v38,-57,129,-29,129,62v0,45,-24,87,-73,87v-30,1,-44,-11,-60,-33r0,28r-67,0r0,-32r23,0r0,-176r-23,0r0,-32r71,0r0,96","w":219},"c":{"d":"170,-168r0,65r-38,0v-1,-24,-10,-38,-35,-38v-52,1,-52,111,1,112v17,0,31,-12,32,-30r43,0v-4,43,-36,64,-75,64v-67,0,-88,-49,-88,-86v0,-53,22,-93,77,-93v20,-1,36,11,47,25r0,-19r36,0","w":180},"d":{"d":"186,-240r0,208r24,0r0,32r-67,0r0,-28v-15,24,-30,33,-60,33v-49,0,-73,-42,-73,-87v0,-93,94,-117,129,-62r0,-64r-24,0r0,-32r71,0xm95,-29v36,0,46,-22,46,-58v0,-28,-11,-52,-41,-52v-31,0,-40,27,-40,55v0,36,14,55,35,55","w":219},"e":{"d":"64,-101r74,0v0,-24,-12,-40,-37,-40v-24,0,-37,17,-37,40xm186,-71r-122,0v-6,45,64,63,75,19r45,0v-8,41,-41,57,-80,57v-59,0,-90,-35,-90,-91v0,-102,157,-120,170,-23v2,13,2,26,2,38"},"f":{"d":"15,0r0,-32r31,0r0,-104r-31,0r0,-32r31,0v-2,-45,3,-74,66,-78v10,0,22,3,32,4r0,35v-28,-9,-57,-2,-50,39r38,0r0,32r-38,0r0,104r31,0r0,32r-110,0","w":140,"k":{"\u2019":-6}},"g":{"d":"210,-168r0,32r-24,0v-5,99,30,202,-89,202v-50,0,-75,-16,-78,-56r52,0v1,21,16,24,31,24v28,-2,41,-28,37,-61v-16,17,-28,24,-57,24v-45,0,-72,-38,-72,-81v0,-50,23,-89,77,-89v28,-1,42,14,56,30r0,-25r67,0xm60,-86v0,26,13,49,40,49v30,0,41,-24,41,-51v0,-26,-10,-51,-40,-51v-30,0,-41,26,-41,53","w":219},"h":{"d":"6,0r0,-32r23,0r0,-176r-23,0r0,-32r71,0r1,96v25,-50,113,-37,113,32r0,80r23,0r0,32r-93,0r0,-32r22,0v0,-37,8,-112,-27,-107v-53,6,-36,58,-39,107r22,0r0,32r-93,0","w":219},"i":{"d":"13,0r0,-32r23,0r0,-104r-23,0r0,-32r71,0r0,136r23,0r0,32r-94,0xm84,-240r0,47r-50,0r0,-47r50,0","w":119},"j":{"d":"77,-168r0,172v5,53,-27,69,-77,60r0,-32v23,2,29,-5,29,-29r0,-139r-23,0r0,-32r71,0xm77,-240r0,47r-50,0r0,-47r50,0","w":100},"k":{"d":"9,0r0,-32r23,0r0,-176r-23,0r0,-32r71,0r0,143v16,-13,35,-24,50,-39r-23,0r0,-32r95,0r0,32v-32,-2,-39,20,-58,30r48,74r20,0r0,32r-92,0r0,-32r20,0r-30,-47r-30,24r0,23r20,0r0,32r-91,0","w":220},"l":{"d":"13,0r0,-32r23,0r0,-176r-23,0r0,-32r71,0r0,208r23,0r0,32r-94,0","w":119},"m":{"d":"9,0r0,-32r23,0r0,-104r-23,0r0,-32r67,0v1,9,-2,21,1,28v22,-43,91,-48,113,-2v23,-50,118,-42,118,23r0,87r23,0r0,32r-93,0r0,-32r22,0v-5,-42,17,-107,-29,-107v-49,0,-35,61,-37,107r22,0r0,32r-91,0r0,-32r21,0v-4,-42,15,-107,-29,-107v-48,0,-35,60,-37,107r22,0r0,32r-93,0","w":340},"n":{"d":"16,0r0,-32r24,0r0,-104r-24,0r0,-32r67,0v1,9,-2,21,1,28v12,-22,33,-34,57,-34v74,0,59,75,60,142r24,0r0,32r-93,0r0,-32r21,0v-4,-42,15,-107,-29,-107v-48,0,-35,60,-37,107r22,0r0,32r-93,0","w":240},"o":{"d":"100,-139v-56,1,-55,109,0,110v56,-1,55,-109,0,-110xm100,-174v53,0,90,34,90,90v0,56,-37,89,-90,89v-53,0,-90,-33,-90,-89v0,-56,37,-90,90,-90"},"p":{"d":"125,-29v21,0,35,-19,35,-55v0,-28,-9,-55,-40,-55v-30,0,-42,24,-42,52v0,36,11,58,47,58xm10,61r0,-32r23,0r0,-165r-23,0r0,-32r67,0v1,9,-2,22,1,29v38,-66,132,-36,132,57v0,45,-24,87,-73,87v-26,1,-39,-8,-56,-28r0,52r26,0r0,32r-97,0","w":219},"q":{"d":"95,-29v36,0,46,-22,46,-58v0,-28,-11,-52,-41,-52v-31,0,-40,27,-40,55v0,36,14,55,35,55xm210,29r0,32r-97,0r0,-32r26,0v-1,-17,2,-37,-1,-52v-15,22,-30,28,-55,28v-49,0,-73,-42,-73,-87v0,-94,93,-121,133,-57r0,-29r67,0r0,32r-24,0r0,165r24,0","w":219},"r":{"d":"16,0r0,-32r24,0r0,-104r-24,0r0,-32r68,0v1,10,-2,24,1,32v12,-28,38,-45,72,-35r0,39v-61,-14,-77,36,-70,100r29,0r0,32r-100,0","w":159,"k":{".":20,"-":13,",":20}},"s":{"d":"17,0r0,-59r38,0v0,21,17,32,36,32v10,0,25,-4,25,-20v0,-35,-100,0,-100,-75v0,-55,80,-69,107,-29r0,-17r36,0r0,55r-38,0v0,-20,-13,-28,-31,-28v-10,0,-26,2,-26,18v0,34,100,0,100,74v0,54,-86,71,-111,31r0,18r-36,0","w":180},"t":{"d":"123,-168r0,32r-45,0r0,81v0,12,1,26,15,26v14,0,14,-17,14,-25r29,0v1,39,-13,59,-53,59v-69,0,-50,-78,-52,-141r-27,0r0,-32r27,0r0,-33r47,-17r0,50r45,0","w":140},"u":{"d":"191,-168r0,136r23,0r0,32r-67,0r0,-28v-12,22,-34,33,-58,33v-74,0,-59,-74,-60,-141r-23,0r0,-32r71,0v7,50,-21,139,30,139v47,0,34,-61,36,-107r-22,0r0,-32r70,0","w":219},"v":{"d":"214,-168r0,32r-18,0r-57,136r-58,0r-57,-136r-18,0r0,-32r94,0r0,32r-25,0r37,97r37,-97r-25,0r0,-32r90,0","w":220,"k":{".":27,",":27}},"w":{"d":"315,-168r0,32r-16,0r-42,136r-63,0r-34,-135r-35,135r-63,0r-41,-136r-16,0r0,-32r88,0r0,32r-24,0r27,98r33,-130r66,0r34,130r26,-98r-24,0r0,-32r84,0","w":320,"k":{".":20,",":20}},"x":{"d":"10,0r0,-32r16,0r54,-55r-49,-49r-16,0r0,-32r88,0r0,32r-17,0r28,29r26,-29r-16,0r0,-32r82,0r0,32r-16,0r-49,49r53,55r16,0r0,32r-92,0r0,-32r21,0r-32,-35r-32,35r21,0r0,32r-86,0","w":220},"y":{"d":"215,-168r0,32r-17,0r-80,164v-14,37,-41,42,-84,36r0,-34v28,7,48,-1,53,-29r-65,-137r-17,0r0,-32r95,0r0,32r-25,0r37,86r38,-86r-25,0r0,-32r90,0","w":219,"k":{".":27,",":27}},"z":{"d":"20,0r0,-38r98,-98r-56,0r0,25r-40,0r0,-57r157,0r0,36r-100,100r62,0r0,-29r40,0r0,61r-161,0"},"{":{"d":"116,-260r0,27v-24,-3,-39,5,-39,26r0,56v0,37,-26,39,-35,43v10,1,35,7,35,42v0,37,-19,91,39,82r0,27v-42,3,-75,-1,-75,-48r0,-56v0,-24,-22,-32,-34,-32r0,-31v12,0,34,-8,34,-32r0,-55v6,-46,33,-52,75,-49","w":119},"|":{"d":"22,5r0,-245r36,0r0,245r-36,0","w":79},"}":{"d":"4,43r0,-27v24,3,39,-5,39,-26r0,-56v0,-37,26,-39,35,-43v-10,-1,-35,-7,-35,-42v0,-37,19,-91,-39,-82r0,-27v43,-3,75,2,75,49r0,55v0,24,22,33,34,33r0,30v-12,0,-34,9,-34,33r0,55v-6,46,-33,51,-75,48","w":119},"~":{"d":"72,-119v24,0,53,23,73,23v14,0,22,-13,30,-25r12,28v-10,14,-22,30,-43,30v-35,0,-85,-49,-103,1r-12,-28v8,-14,20,-29,43,-29","w":216},"'":{"d":"32,-136r0,-99r36,0r0,99r-36,0","w":100},"\u201c":{"d":"171,-189r0,53r-52,0r0,-53r18,-46r32,0r-18,46r20,0xm81,-189r0,53r-52,0r0,-53r18,-46r32,0r-18,46r20,0"},"\u2013":{"d":"0,-82r0,-29r180,0r0,29r-180,0","w":180},"\u201d":{"d":"29,-183r0,-52r52,0r0,52r-18,47r-32,0r18,-47r-20,0xm119,-183r0,-52r52,0r0,52r-18,47r-32,0r18,-47r-20,0"},"\u2026":{"d":"34,0r0,-53r52,0r0,53r-52,0xm154,0r0,-53r52,0r0,53r-52,0xm274,0r0,-53r52,0r0,53r-52,0","w":360},"`":{"d":"45,-243r30,52r-31,0r-49,-52r50,0","w":100},"\u2014":{"d":"0,-82r0,-29r360,0r0,29r-360,0","w":360},"\u00d7":{"d":"16,-150r26,-25r58,59r59,-59r25,25r-58,59r58,59r-25,25r-59,-59r-58,59r-26,-25r59,-59"},"\u2122":{"d":"158,-96r0,-139r48,0r34,87r33,-87r48,0r0,139r-32,0r-1,-98r-36,98r-25,0r-37,-98r0,98r-32,0xm57,-96r0,-114r-40,0r0,-25r113,0r0,25r-39,0r0,114r-34,0","w":360},"\u00a0":{"w":100}}});

/* 
 * CUFON FUNCTION
 */

function initCufon() {
	Cufon.replace('.fourcolumns h2', { textShadow: '#11382f 2px 2px, #11382f 2px 2px',fontFamily: 'serifa'});
	Cufon.replace('.slide-box h2', { fontFamily: 'serifa'});
	Cufon.replace('.search-form label', { textShadow: '#11382f 2px 2px, #11382f 2px 2px',fontFamily: 'serifa'});
	Cufon.replace('.side-box .holder h3', { textShadow: '#11382f 2px 2px, #11382f 2px 2px',fontFamily: 'serifa'});
	Cufon.replace('.list li a span', { fontFamily: 'serifa'});
	Cufon.replace('.list li a strong', { fontFamily: 'serifa'});
}

