/**
 * Compact labels plugin
 */
(function($){$.fn.compactize=function(){return this.each(function(){var label=$(this),input=$('#'+label.attr('for'));input.focus(function(){label.hide();}).blur(function(){if(input.val()===''){label.show();}});window.setTimeout(function(){if(input.val()!==''){label.hide();}},50);});};})(jQuery);

/*
 * hrefID jQuery extention - returns a valid #hash string from link href attribute in Internet Explorer
 */
(function($){$.fn.extend({hrefId:function(){return $(this).attr('href').substr($(this).attr('href').indexOf('#'));}});})(jQuery);

/*
 * Scripts
 *
 */
jQuery(function($) {
 
	var Engine = {
		utils : {
			links : function(){
				$('a[rel*=external]').click(function(e){
					e.preventDefault();
					window.open($(this).attr('href'));						  
				});
			},
			mails : function(){
				$('a[href^=mailto:]').each(function(){
					var mail = $(this).attr('href').replace('mailto:','');
					var replaced = mail.replace('/at/','@');
					$(this).attr('href','mailto:'+replaced);
					if($(this).text() == mail) {
						$(this).text(replaced);
					}
				});
			}
		}
	};

	Engine.utils.links();
	Engine.utils.mails();
	
});

/*
 * 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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2009 by Jan Schmoeger/Paragraph. All rights reserved.
 * 
 * Trademark:
 * Tertre Extra Bold is a trademark of Jan Schmoeger/Paragraph.
 * 
 * Full name:
 * Tertre-ExtraBold
 * 
 * Description:
 * Copyright (c) 2009 by Jan Schmoeger/Paragraph. All rights reserved.
 * 
 * Manufacturer:
 * Jan Schmoeger/Paragraph
 * 
 * Designer:
 * Jan Schmoeger/Paragraph
 * 
 * Vendor URL:
 * www.myfonts.com
 * 
 * License information:
 * http://www.myfonts.com/viewlicense?id=618
 */
Cufon.registerFont({"w":198,"face":{"font-family":"Tertre Xbold","font-weight":800,"font-stretch":"normal","units-per-em":"360","panose-1":"2 4 9 6 3 6 0 0 0 4","ascent":"270","descent":"-90","bbox":"-14 -324 367 84.5861","underline-thickness":"18","underline-position":"-18","stemh":"40","stemv":"43","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":72,"k":{"Y":29,"W":29,"V":29,"T":29}},"#":{"d":"11,-140r0,-40r43,0r0,-72r43,0r0,72r29,0r0,-72r43,0r0,72r43,0r0,40r-43,0r0,28r43,0r0,40r-43,0r0,72r-43,0r0,-72r-29,0r0,72r-43,0r0,-72r-43,0r0,-40r43,0r0,-28r-43,0xm97,-140r0,28r29,0r0,-28r-29,0","w":223},"$":{"d":"54,-40v36,-1,85,9,83,-28v-2,-34,-49,-31,-76,-40v-28,-9,-50,-29,-50,-65v0,-37,25,-66,65,-65r3,-32r36,0r0,32r51,0r0,62r-33,0r-3,-22v-32,2,-82,-11,-76,29v4,29,50,27,76,35v29,9,50,34,50,66v0,38,-30,64,-65,68r-3,32r-36,0r0,-32r-58,0r0,-61r32,0","w":190},"%":{"d":"11,-198v0,-30,24,-54,54,-54r164,0r-157,252r-47,0r132,-212r-40,0v9,37,-18,68,-52,68v-30,0,-54,-24,-54,-54xm133,-54v0,-30,24,-54,54,-54v30,0,54,24,54,54v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54xm173,-54v0,8,6,14,14,14v8,0,15,-6,15,-14v0,-8,-7,-14,-15,-14v-8,0,-14,6,-14,14xm50,-198v0,8,7,14,15,14v8,0,14,-6,14,-14v0,-8,-6,-14,-14,-14v-8,0,-15,6,-15,14","w":252},"&":{"d":"86,0v-65,4,-102,-92,-50,-130v-44,-39,-17,-122,47,-122r90,0r0,58r-33,0r-3,-18v-37,1,-79,-12,-79,36v0,33,43,24,75,25r7,-29r36,0r0,29r29,0r0,36r-29,3r0,76r22,4r0,32r-112,0xm133,-112v-40,-1,-79,-4,-79,38v0,39,41,35,79,34r0,-72","w":212},"'":{"d":"58,-252r0,76r-44,0r0,-76r44,0","w":72,"k":{"a":14,"\u0105":14,"c":18,"d":18,"e":18,"g":18,"o":18,"q":18,"\u0119":18,"s":14,"\u00f3":11,"\u0107":11,"\u015b":7,"A":43,"\u0104":43}},"(":{"d":"58,-68v0,72,46,118,46,118r-43,0v0,0,-47,-46,-47,-118r0,-83v0,-72,47,-119,47,-119r43,0v0,0,-46,47,-46,119r0,83","w":104},")":{"d":"47,-68r0,-83v0,-72,-47,-119,-47,-119r43,0v0,0,47,47,47,119r0,83v0,72,-47,118,-47,118r-43,0v0,0,47,-46,47,-118","w":104},"*":{"d":"153,-183r-40,12r26,34r-36,25r-23,-35r-23,35r-36,-25r26,-34r-40,-12r14,-40r39,14r-1,-43r43,0r-2,43r39,-14","w":159},"+":{"d":"14,-72r0,-40r65,0r0,-68r43,0r0,68r65,0r0,40r-65,0r0,72r-43,0r0,-72r-65,0","w":201},",":{"d":"14,43r0,-90r47,0r-7,90r-40,0","w":75},"-":{"d":"14,-72r0,-40r90,0r0,40r-90,0","w":118,"k":{"X":14,"J":7,"T":36,"V":36,"W":36,"Y":43,"A":14,"\u0104":14,"Z":7,"\u0179":7,"\u017b":7}},".":{"d":"14,0r0,-47r47,0r0,47r-47,0","w":75},"\/":{"d":"0,0r99,-252r45,0r-99,252r-45,0","w":144},"0":{"d":"140,-65r0,-122v0,-28,-29,-26,-57,-25v-14,0,-25,10,-25,25r0,122v0,27,29,26,57,25v14,0,25,-11,25,-25xm184,-184r0,116v-2,48,-42,68,-101,68v-38,0,-69,-31,-69,-68r0,-116v2,-48,42,-68,101,-68v38,0,69,31,69,68"},"1":{"d":"7,-209r0,-36r72,-7r0,216r22,4r0,32r-87,0r0,-32r22,-4r0,-176","w":108,"k":{"a":7,"\u0105":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"s":7,"u":14,"y":14,"v":18,"w":18,"'":7,"\"":7}},"2":{"d":"113,-252v77,-3,90,121,18,137v-41,10,-87,16,-77,75r119,0r0,40r-162,0v-5,-69,5,-124,57,-139v29,-8,72,-5,69,-48v-2,-33,-46,-24,-79,-25r-4,21r-32,0r0,-61r91,0","w":190},"3":{"d":"40,-151v40,-1,86,10,82,-36v-3,-34,-46,-24,-79,-25r-3,21r-33,0r0,-61r90,0v64,-1,91,80,47,121v50,41,18,131,-50,131r-87,0r0,-40v48,-5,119,21,119,-39v0,-40,-47,-33,-86,-33r0,-39","w":180,"k":{"X":14,"J":7,"S":7,"\u015a":7,"T":7,"V":14,"W":14,"Y":18,"j":7,"p":7,"v":7,"w":7,"A":14,"\u0104":14,"Z":7,"\u0179":7,"\u017b":7,"z":7,"\u017a":7,"\u017c":7}},"4":{"d":"113,-36r0,-32r-113,0r99,-184r49,0r-80,144r45,0r0,-65r44,0r0,65r32,0r0,40r-32,0r0,32r21,4r0,32r-86,0r0,-32","w":196},"5":{"d":"58,-212r0,61v65,-7,115,19,115,75v0,43,-36,76,-79,76r-80,0r0,-40v47,-4,116,19,116,-39v0,-48,-71,-30,-116,-33r0,-140r144,0r0,61r-32,0r-4,-21r-64,0","w":183},"6":{"d":"133,-212v-34,0,-76,-5,-75,28r0,33v70,-7,126,12,126,75v0,48,-38,76,-90,76v-42,0,-80,-30,-80,-72r0,-112v0,-38,34,-68,72,-68r83,0r0,61r-32,0xm58,-112v-4,45,4,77,50,72v21,-2,32,-15,32,-39v0,-39,-44,-34,-82,-33","w":194},"7":{"d":"7,-252r169,0r-122,252r-47,0r104,-212r-68,0r-3,21r-33,0r0,-61","w":176},"8":{"d":"36,-132v-51,-52,-6,-139,79,-120v64,-3,91,81,47,120v56,51,11,149,-76,132v-65,2,-103,-88,-50,-132xm54,-79v0,35,23,41,58,39v21,-1,32,-15,32,-39v0,-29,-26,-33,-58,-33v-19,0,-32,14,-32,33xm58,-187v0,37,24,38,57,36v18,-1,25,-15,25,-36v0,-27,-29,-26,-57,-25v-14,0,-25,11,-25,25","k":{"X":14,"J":7,"S":7,"\u015a":7,"T":7,"V":14,"W":14,"Y":18,"j":7,"p":7,"v":7,"w":7,"A":14,"\u0104":14,"Z":7,"\u0179":7,"\u017b":7,"z":7,"\u017a":7,"\u017c":7}},"9":{"d":"180,-178r0,104v0,42,-35,74,-76,74r-79,0r0,-40v54,-3,126,19,112,-57v-72,9,-126,-17,-126,-78v0,-46,36,-77,92,-77v41,0,77,32,77,74xm137,-137v4,-47,-2,-81,-51,-75v-21,2,-32,17,-32,43v0,39,45,32,83,32","w":194},":":{"d":"14,0r0,-47r47,0r0,47r-47,0xm14,-133r0,-47r47,0r0,47r-47,0","w":75},";":{"d":"14,43r0,-90r47,0r-7,90r-40,0xm14,-133r0,-47r47,0r0,47r-47,0","w":75},"<":{"d":"7,-76r0,-28r159,-83r0,43r-105,54r105,54r0,43","w":176},"=":{"d":"14,-40r0,-39r173,0r0,39r-173,0xm14,-104r0,-40r173,0r0,40r-173,0","w":201},">":{"d":"169,-104r0,28r-158,83r0,-43r104,-54r-104,-54r0,-43","w":176},"?":{"d":"7,-252r83,0v37,0,68,29,68,70v0,49,-39,70,-86,75v-16,2,-14,21,-14,39r-44,0v-8,-60,33,-77,83,-85v27,-4,25,-59,-7,-59r-47,0r-3,21r-33,0r0,-61xm13,0r0,-47r46,0r0,47r-46,0","w":169},"@":{"d":"191,-198r0,31r-11,1r0,74v40,7,23,-48,25,-79v4,-50,-59,-41,-108,-41v-51,0,-37,68,-39,118v0,31,24,54,54,54r126,0r0,40r-130,0v-51,0,-94,-43,-94,-94r0,-79v0,-44,37,-79,81,-79r73,0v44,0,80,35,80,79v0,59,5,119,-54,119v-57,0,-124,9,-122,-50v2,-46,-9,-94,43,-94r76,0xm139,-160v-40,-9,-24,31,-26,54v-1,13,12,15,26,14r0,-68","w":262},"A":{"d":"169,-36r-12,-40r-73,0r-12,40r22,4r0,32r-87,0r0,-32r22,-4r57,-180r-21,-4r0,-32r79,0r68,216r22,4r0,32r-86,0r0,-32xm121,-191r-24,76r47,0","w":241},"B":{"d":"130,-252v63,-4,87,89,36,118v18,12,32,33,32,60v0,41,-35,74,-76,74r-115,0r0,-32r22,-4r0,-180r-22,-4r0,-32r123,0xm72,-155v35,0,79,7,79,-29v0,-35,-44,-28,-79,-28r0,57xm72,-40v46,2,88,4,83,-45v-4,-35,-46,-31,-83,-30r0,75","w":208,"k":{"X":14,"J":7,"S":7,"\u015a":7,"T":7,"V":14,"W":14,"Y":18,"j":7,"p":7,"v":7,"w":7,"A":14,"\u0104":14,"Z":7,"\u0179":7,"\u017b":7,"z":7,"\u017a":7,"\u017c":7}},"C":{"d":"58,-90v0,53,59,53,115,50r0,40r-67,0v-51,0,-92,-41,-92,-91r0,-94v0,-37,30,-67,67,-67r92,0r0,61r-33,0r-3,-21v-34,1,-79,-8,-79,27r0,95","w":180,"k":{"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"S":7,"\u015a":7,"a":4,"\u0105":4,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"j":7,"p":7,"s":7,"t":7,"u":7,"y":7,"v":14,"w":14,"\u00f3":7,"\u0107":7,"\u015b":7}},"D":{"d":"7,-220r0,-32r123,0v37,0,68,30,68,67r0,95v0,50,-39,90,-90,90r-101,0r0,-32r22,-4r0,-180xm155,-185v-1,-35,-48,-26,-83,-27r0,172v46,5,83,-10,83,-50r0,-95","w":212,"k":{"X":18,"J":7,"T":7,"V":14,"W":14,"Y":18,"a":11,"\u0105":11,"j":7,"p":7,"A":18,"\u0104":18,"Z":11,"\u0179":11,"\u017b":11,",":14,".":14}},"E":{"d":"7,-220r0,-32r177,0r0,61r-33,0r-3,-21r-76,0r0,57r61,0r4,-14r32,0r0,75r-32,0r-4,-21r-61,0r0,75r76,0r3,-25r33,0r0,65r-177,0r0,-32r22,-4r0,-180","w":190,"k":{"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"t":7,"u":7,"y":7,"v":11,"w":11}},"F":{"d":"7,-220r0,-32r177,0r0,61r-33,0r-3,-21r-76,0r0,57r61,0r4,-14r32,0r0,75r-32,0r-4,-21r-61,0r0,79r22,4r0,32r-87,0r0,-32r22,-4r0,-180","w":190,"k":{"J":7,"V":4,"W":4,"Y":4,"a":22,"\u0105":22,"c":14,"d":14,"e":14,"g":14,"o":14,"q":14,"\u0119":14,"j":7,"p":7,"s":11,"u":11,"y":11,"\u00f3":14,"\u0107":14,"\u015b":11,"m":7,"n":7,"r":7,"\u0144":7}},"G":{"d":"83,-115r0,-40r101,0r0,119r21,4r0,32r-101,0v-51,0,-90,-40,-90,-90r0,-95v0,-37,30,-67,67,-67r95,0r0,61r-32,0r-4,-21v-35,1,-82,-9,-82,27v0,63,-15,145,50,145r32,0r0,-75r-57,0","w":212,"k":{"S":11,"\u015a":11,"T":29,"V":29,"W":29,"Y":29}},"H":{"d":"140,-220r0,-32r87,0r0,32r-22,4r0,180r22,4r0,32r-87,0r0,-32r22,-4r0,-79r-90,0r0,79r22,4r0,32r-87,0r0,-32r22,-4r0,-180r-22,-4r0,-32r87,0r0,32r-22,4r0,61r90,0r0,-61","w":234},"I":{"d":"72,-216r0,180r22,4r0,32r-87,0r0,-32r22,-4r0,-180r-22,-4r0,-32r87,0r0,32","w":100},"J":{"d":"-14,47r0,-40v25,3,43,-14,43,-32r0,-191r-22,-4r0,-32r87,0r0,32r-22,4r0,187v-1,42,-35,80,-86,76","w":100,"k":{"a":11,"\u0105":11,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u0119":11,"j":7,"p":7,"A":18,"\u0104":18,"Z":4,"\u0179":4,"\u017b":4}},"K":{"d":"191,-216r-83,86r81,94r23,4r0,32r-50,0r-90,-110r0,74r22,4r0,32r-87,0r0,-32r22,-4r0,-180r-22,-4r0,-32r87,0r0,32r-22,4r0,68r65,-68r-18,-4r0,-32r93,0r0,32","w":219,"k":{"C":14,"G":14,"O":14,"Q":14,"\u00d3":14,"\u0106":14,"S":14,"\u015a":14,"T":4,"U":7,"V":7,"W":7,"Y":7,"a":7,"\u0105":7,"c":14,"d":14,"e":14,"g":14,"o":14,"q":14,"\u0119":14,"j":14,"p":14,"s":11,"u":18,"y":18,"v":43,"w":43,"\u00f3":14,"\u0107":14,"\u015b":11,"-":29}},"L":{"d":"72,-216r0,176r76,0v1,-6,2,-15,3,-21r33,0r0,61r-177,0r0,-32r22,-4r0,-180r-22,-4r0,-32r87,0r0,32","w":190,"k":{"C":11,"G":11,"O":11,"Q":11,"\u00d3":11,"\u0106":11,"S":11,"\u015a":11,"T":47,"U":22,"V":58,"W":58,"Y":54,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"j":14,"p":14,"s":7,"t":14,"u":14,"y":14,"v":36,"w":36,"\u00f3":7,"\u0107":7,"\u015b":7,"-":11,"'":58,"\"":58}},"M":{"d":"124,-155r56,-97r61,0r0,32r-21,4r0,180r21,4r0,32r-86,0r0,-32r21,-4r0,-130r-52,90r-52,-90r0,130r22,4r0,32r-87,0r0,-32r22,-4r0,-180r-22,-4r0,-32r61,0","w":248},"N":{"d":"144,-220r0,-32r86,0r0,32r-21,4r0,216r-43,0r-94,-169r0,133r22,4r0,32r-87,0r0,-32r22,-4r0,-180r-22,-4r0,-32r65,0r94,169r0,-133","w":237,"k":{"a":11,"\u0105":11,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u0119":11,"j":7,"p":7,"A":18,"\u0104":18,"Z":4,"\u0179":4,"\u017b":4}},"O":{"d":"194,-77v-2,50,-42,77,-102,77v-43,0,-78,-35,-78,-77r0,-108v1,-54,49,-67,113,-67v37,0,67,30,67,67r0,108xm58,-77v0,28,23,39,55,37v59,-4,38,-90,38,-145v0,-30,-35,-30,-66,-27v-48,4,-27,88,-27,135","w":208,"k":{"X":18,"J":7,"T":7,"V":14,"W":14,"Y":18,"a":11,"\u0105":11,"j":7,"p":7,"A":18,"\u0104":18,"Z":11,"\u0179":11,"\u017b":11,",":14,".":14}},"P":{"d":"7,-252r115,0v40,0,72,32,72,72v-1,59,-54,80,-122,72r0,72r22,4r0,32r-87,0r0,-32r22,-4r0,-180r-22,-4r0,-32xm72,-148v39,0,79,7,79,-36v0,-35,-44,-28,-79,-28r0,64","w":205,"k":{"x":7,"X":14," ":22,"J":11,"T":4,"V":14,"W":14,"Y":14,"a":18,"\u0105":18,"c":18,"d":18,"e":18,"g":18,"o":18,"q":18,"\u0119":18,"j":7,"p":7,"s":14,"u":4,"y":4,"v":7,"w":7,"\u00f3":18,"\u0107":18,"\u015b":14,"-":29,"A":50,"\u0104":50,"Z":7,"\u0179":7,"\u017b":7,"z":7,"\u017a":7,"\u017c":7,",":72,".":72,"m":7,"n":7,"r":7,"\u0144":7,"f":7,"i":7,"B":7,"D":7,"E":7,"F":7,"H":7,"I":7,"K":7,"L":7,"M":7,"N":7,"P":7,"R":7,"\u0118":7,"\u0143":7}},"Q":{"d":"130,-1v-62,11,-115,-20,-116,-76r0,-108v1,-54,49,-67,113,-67v37,0,67,30,67,67v0,66,15,141,-30,169r12,23r18,4r0,21r-46,0xm58,-185v0,62,-22,156,51,145r-12,-21r-18,-4r0,-21r47,0r17,32v17,-30,8,-88,8,-131v0,-30,-35,-28,-66,-27v-15,0,-27,12,-27,27","w":208,"k":{"J":7,"X":18,"T":7,"V":14,"W":14,"Y":18,"a":11,"\u0105":11,"j":7,"p":7,"A":18,"\u0104":18,"Z":11,"\u0179":11,"\u017b":11,",":14,".":14}},"R":{"d":"151,0v-17,-39,-24,-122,-79,-112r0,76r22,4r0,32r-87,0r0,-32r22,-4r0,-180r-22,-4r0,-32r117,0v77,-3,94,114,25,137v19,18,24,54,36,79r24,4r0,32r-58,0xm72,-151v38,0,79,8,79,-34v0,-35,-45,-26,-79,-27r0,61","w":216,"k":{"C":11,"G":11,"O":11,"Q":11,"\u00d3":11,"\u0106":11,"T":11,"U":14,"V":22,"W":22,"Y":22,"a":7,"\u0105":7,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u0119":11,"j":7,"p":7,"s":11,"u":11,"y":11,"v":11,"w":11,"\u00f3":11,"\u0107":11,"\u015b":11}},"S":{"d":"144,-74v-1,-38,-52,-37,-83,-45v-29,-8,-50,-33,-50,-66v0,-37,30,-67,67,-67r95,0r0,61r-33,0r-3,-21v-35,3,-91,-14,-83,32v4,31,50,26,76,33v32,9,57,37,57,72v0,41,-34,75,-75,75r-94,0r0,-61r32,0r4,21v41,0,91,7,90,-34","k":{"X":18,"J":11,"S":7,"\u015a":7,"T":18,"V":22,"W":22,"Y":22,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"j":7,"p":7,"s":7,"u":7,"y":7,"v":18,"w":18,"\u00f3":7,"\u0107":7,"\u015b":7,"A":14,"\u0104":14,"Z":18,"\u0179":18,"\u017b":18,"z":7,"\u017a":7,"\u017c":7,"m":7,"n":7,"r":7,"\u0144":7}},"T":{"d":"56,0r0,-32r21,-4r0,-176r-34,0r-3,25r-33,0r0,-65r184,0r0,65r-33,0r-3,-25r-34,0r0,176r21,4r0,32r-86,0","k":{"x":11," ":29,"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"S":4,"\u015a":4,"a":29,"\u0105":29,"c":32,"d":32,"e":32,"g":32,"o":32,"q":32,"\u0119":32,"j":7,"p":7,"s":29,"t":4,"u":11,"y":11,"v":11,"w":11,"\u00f3":22,"\u0107":22,"\u015b":29,"-":36,"A":40,"\u0104":40,"Z":4,"\u0179":4,"\u017b":4,"z":11,"\u017a":11,"\u017c":11,",":36,".":36,"m":11,"n":11,"r":11,"\u0144":11,"f":7,"i":7,":":14,";":14}},"U":{"d":"205,-84v-1,49,-39,84,-93,84v-46,0,-83,-38,-83,-84r0,-132r-22,-4r0,-32r87,0r0,32r-22,4r0,135v1,26,19,43,49,41v68,-5,33,-112,41,-176r-22,-4r0,-32r87,0r0,32r-22,4r0,132","w":234,"k":{"J":4,"a":18,"\u0105":18,"j":14,"p":14,"s":14,"u":14,"y":14,"\u015b":14,"A":29,"\u0104":29,",":22,".":22,"m":14,"n":14,"r":14,"\u0144":11}},"V":{"d":"119,-65r47,-151r-22,-4r0,-32r86,0r0,32r-21,4r-69,216r-43,0r-68,-216r-22,-4r0,-32r87,0r0,32r-22,4","w":237,"k":{" ":29,"C":14,"G":14,"O":14,"Q":14,"\u00d3":14,"\u0106":14,"J":4,"a":36,"\u0105":36,"c":36,"d":36,"e":36,"g":36,"o":36,"q":36,"\u0119":36,"j":18,"p":18,"s":36,"u":25,"y":25,"v":25,"w":25,"\u00f3":25,"\u0107":25,"\u015b":22,"-":36,"A":54,"\u0104":54,"z":29,"\u017a":29,"\u017c":29,",":58,".":58,"m":25,"n":25,"r":25,"\u0144":22,":":22,";":22}},"W":{"d":"119,-65r47,-151r-22,-4r0,-32r86,0r0,32r-21,4r47,151r46,-151r-21,-4r0,-32r86,0r0,32r-21,4r-69,216r-43,0r-47,-148r-47,148r-43,0r-68,-216r-22,-4r0,-32r87,0r0,32r-22,4","w":374,"k":{" ":29,"C":14,"G":14,"O":14,"Q":14,"\u00d3":14,"\u0106":14,"J":4,"a":36,"\u0105":36,"c":36,"d":36,"e":36,"g":36,"o":36,"q":36,"\u0119":36,"j":18,"p":18,"s":36,"u":25,"y":25,"v":25,"w":25,"\u00f3":25,"\u0107":25,"\u015b":22,"-":36,"A":54,"\u0104":54,"z":29,"\u017a":29,"\u017c":29,",":58,".":58,"m":25,"n":25,"r":25,"\u0144":22,":":22,";":22}},"X":{"d":"76,-36r18,4r0,32r-87,0r0,-32r22,-4r57,-90r-57,-90r-22,-4r0,-32r87,0r0,32r-18,4r34,54r34,-54r-18,-4r0,-32r86,0r0,32r-21,4r-58,90r58,90r21,4r0,32r-86,0r0,-32r18,-4r-34,-53","w":219,"k":{"\u015b":11,"\u0119":14,"\u0107":14,"\u0106":14,"\u0105":7,"\u00f3":14,"\u00d3":14,"y":18,"w":29,"v":29,"u":18,"s":11,"q":14,"p":7,"o":14,"j":7,"g":14,"e":14,"d":14,"c":14,"a":7,"Q":14,"O":14,"G":14,"C":14,"-":18}},"Y":{"d":"113,-149r38,-67r-18,-4r0,-32r87,0r0,32r-22,4r-63,108r0,72r22,4r0,32r-87,0r0,-32r22,-4r0,-72r-63,-108r-22,-4r0,-32r87,0r0,32r-18,4","w":226,"k":{"p":14," ":29,"C":14,"G":14,"O":14,"Q":14,"\u00d3":14,"\u0106":14,"J":4,"S":14,"\u015a":14,"a":47,"\u0105":47,"c":50,"d":50,"e":50,"g":50,"o":50,"q":50,"\u0119":50,"j":14,"s":50,"u":36,"y":36,"v":36,"w":36,"\u00f3":29,"\u0107":29,"\u015b":29,"-":43,"A":54,"\u0104":54,"z":36,"\u017a":36,"\u017c":36,"m":36,"n":36,"r":36,"\u0144":22,":":29,";":29}},"Z":{"d":"7,-252r173,0r-113,212r73,0r4,-18r32,0r0,58r-176,0r113,-212r-70,0r-3,21r-33,0r0,-61","w":180,"k":{"C":11,"G":11,"O":11,"Q":11,"\u00d3":11,"\u0106":11,"S":14,"\u015a":14,"a":7,"\u0105":7,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u0119":11,"j":11,"p":11,"s":11,"u":14,"y":14,"v":25,"w":25,"\u00f3":11,"\u0107":11,"\u015b":11,"-":7,"m":7,"n":7,"r":7,"\u0144":7}},"[":{"d":"18,50r0,-320r90,0r0,40r-47,0r0,241r47,0r0,39r-90,0","w":115},"\\":{"d":"45,-252r99,252r-45,0r-99,-252r45,0","w":144},"]":{"d":"97,-270r0,320r-90,0r0,-39r47,0r0,-241r-47,0r0,-40r90,0","w":115},"^":{"d":"83,-252r32,0r76,158r-43,0r-49,-104r-49,104r-43,0"},"_":{"d":"0,58r0,-40r173,0r0,40r-173,0","w":172},"`":{"d":"14,-252r47,0r47,50r-43,0","w":122},"a":{"d":"25,-180r74,0v66,-1,51,80,52,144r22,4r0,32v-66,-4,-162,21,-162,-52v0,-48,56,-55,97,-65v5,-28,-23,-23,-47,-23r-3,21r-33,0r0,-61xm65,-67v-15,2,-14,27,3,27r40,0r0,-37","w":180,"k":{"a":4,"\u0105":4,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"j":11,"p":11,"s":11,"t":11,"u":7,"y":7,"v":18,"w":18,"\u00f3":7,"\u0107":7,"\u015b":11}},"b":{"d":"72,-180v52,-5,97,5,97,52r0,60v0,37,-33,68,-70,68r-92,0r0,-32r22,-4r0,-194r-22,-4r0,-36r65,0r0,90xm126,-128v-2,-21,-35,-9,-54,-12r0,100v27,2,53,0,54,-25r0,-63","w":183,"k":{"x":9,"j":5,"p":5,"v":9,"w":9}},"c":{"d":"108,-140v-18,3,-50,-8,-50,12v0,36,-12,88,27,88r59,0r0,40v-67,6,-130,-5,-130,-65r0,-63v0,-29,23,-52,53,-52r77,0r0,61r-32,0","w":151},"d":{"d":"176,0r-92,0v-37,0,-70,-31,-70,-68v0,-57,-1,-112,53,-112r45,0r0,-54r-22,-4r0,-32r65,0r0,234r21,4r0,32xm58,-67v0,24,26,30,54,27r0,-100v-19,3,-54,-9,-54,12r0,61","w":183,"k":{"a":7,"\u0105":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"s":7,"u":14,"y":14,"v":18,"w":18,"'":7,"\"":7}},"e":{"d":"112,-128v-1,-18,-25,-11,-42,-12v-16,-1,-11,21,-12,36v18,-7,50,-4,54,-24xm148,0r-65,0v-37,0,-69,-31,-69,-68v0,-56,-2,-112,51,-112v50,0,91,7,90,52v-2,54,-56,53,-97,65v2,37,56,19,90,23r0,40","w":165,"k":{"a":7,"\u0105":7}},"f":{"d":"88,-230v-22,0,-15,29,-16,50r36,0r0,36r-36,4r0,104r22,4r0,32r-87,0r0,-32r22,-4r0,-108r-22,-4r0,-32r22,0v-6,-62,17,-99,83,-90r0,40r-24,0","w":118,"k":{"a":13,"\u0105":13,"c":13,"d":13,"e":13,"g":13,"o":13,"q":13,"\u0119":13,"s":11,"\u00f3":13,"\u0107":13,"\u015b":11}},"g":{"d":"112,-140v-19,3,-54,-9,-54,12v0,35,-12,87,25,88r29,0r0,-100xm14,-128v0,-73,95,-48,162,-52r0,32r-21,4r0,155v-1,58,-52,80,-119,72r0,-40v40,1,84,7,76,-43v-83,10,-98,-42,-98,-128","w":183,"k":{"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7}},"h":{"d":"126,-36r0,-90v0,-23,-34,-11,-54,-14r0,104r22,4r0,32r-87,0r0,-32r22,-4r0,-198r-22,-4r0,-32r65,0r0,90v52,-5,97,6,97,52r0,92r18,4r0,32r-83,0r0,-32","w":194,"k":{"a":4,"\u0105":4,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"j":11,"p":11,"s":11,"t":11,"u":7,"y":7,"v":18,"w":18,"\u00f3":7,"\u0107":7,"\u015b":11}},"i":{"d":"7,-148r0,-32r65,0r0,144r22,4r0,32r-87,0r0,-32r22,-4r0,-108xm29,-209r0,-43r43,0r0,43r-43,0","w":100,"k":{"a":7,"\u0105":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"s":7,"u":14,"y":14,"v":18,"w":18,"'":7,"\"":7}},"j":{"d":"32,14r0,-158r-21,-4r0,-32r65,0r0,194v-3,44,-36,76,-87,69r0,-40v25,3,43,-7,43,-29xm32,-209r0,-43r44,0r0,43r-44,0","w":93,"k":{"a":9,"\u0105":9,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"u":7,"y":7,"v":9,"w":9,"1":7,"b":7,"h":7,"k":7,"l":7}},"k":{"d":"108,-94r50,58r22,4r0,32r-43,0r-65,-76r0,40r22,4r0,32r-87,0r0,-32r22,-4r0,-198r-22,-4r0,-32r65,0r0,160r37,-35r-15,-3r0,-32r86,0r0,32r-18,4","w":187,"k":{"a":7,"\u0105":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"\u00f3":7,"\u0107":7}},"l":{"d":"7,-238r0,-32r65,0r0,234r22,4r0,32r-87,0r0,-32r22,-4r0,-198","w":100,"k":{"a":7,"\u0105":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"s":7,"u":14,"y":14,"v":18,"w":18,"'":7,"\"":7}},"m":{"d":"266,-130r0,94r22,4r0,32r-86,0r0,-32r21,-4r0,-90v1,-11,-11,-14,-25,-14v-44,1,-25,64,-29,104r22,4r0,32r-87,0r0,-32r22,-4r0,-90v-7,-26,-54,-15,-54,13r0,77r22,4r0,32r-87,0r0,-32r22,-4r0,-108r-22,-4r0,-32r54,0r7,11v19,-14,69,-18,87,3v36,-29,111,-15,111,36","w":295,"k":{"a":4,"\u0105":4,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"j":11,"p":11,"s":11,"t":11,"u":7,"y":7,"v":18,"w":18,"\u00f3":7,"\u0107":7,"\u015b":11}},"n":{"d":"169,-130r0,94r22,4r0,32r-87,0r0,-32r22,-4r0,-90v1,-11,-11,-14,-25,-14v-44,1,-25,64,-29,104r22,4r0,32r-87,0r0,-32r22,-4r0,-108r-22,-4r0,-32r54,0r7,11v32,-24,101,-10,101,39","k":{"a":4,"\u0105":4,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"j":11,"p":11,"s":11,"t":11,"u":7,"y":7,"v":18,"w":18,"\u00f3":7,"\u0107":7,"\u015b":11}},"o":{"d":"158,-59v-1,43,-35,59,-86,59v-32,0,-58,-27,-58,-59v0,-58,-5,-121,51,-121v51,0,93,5,93,52r0,69xm58,-58v-1,19,20,19,39,18v33,-3,18,-57,18,-88v0,-18,-28,-10,-45,-12v-7,0,-12,5,-12,12r0,70","w":172,"k":{"x":9,"j":5,"p":5,"v":9,"w":9}},"p":{"d":"7,-148r0,-32r108,0v55,1,57,55,54,112v-2,49,-41,74,-97,68r0,47r22,3r0,33r-87,0r0,-33r22,-3r0,-191xm97,-40v40,1,28,-50,29,-86v1,-22,-34,-12,-54,-14r0,100r25,0","w":183,"k":{"x":9,"j":5,"p":5,"v":9,"w":9}},"q":{"d":"176,-180r0,32r-21,4r0,191r21,3r0,33r-86,0r0,-33r22,-3r0,-47v-56,6,-96,-19,-98,-68v-2,-57,-2,-111,54,-112r108,0xm72,-140v-26,3,-11,47,-14,72v-3,27,25,30,54,28r0,-100r-40,0","w":183,"k":{"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7}},"r":{"d":"112,-140v-56,-10,-37,58,-40,104r22,4r0,32r-87,0r0,-32r22,-4r0,-108r-22,-4r0,-32r54,0r7,11v15,-15,51,-11,80,-11r0,61r-33,0","w":154,"k":{" ":14,"a":11,"\u0105":11,"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u0119":4,"s":4,"\u00f3":4,"\u0107":4,"\u015b":4,",":43,".":43,"1":14,"b":14,"h":14,"k":14,"l":14}},"s":{"d":"108,-52v-6,-21,-38,-15,-56,-24v-23,-6,-41,-26,-41,-52v0,-30,21,-52,52,-52r77,0r0,61r-32,0r-4,-21v-19,2,-48,-7,-50,12v6,22,38,15,56,25v56,9,53,103,-11,103r-85,0r0,-61r32,0r4,21v21,-3,55,9,58,-12","w":162,"k":{"x":7,"s":4,"v":7,"w":7,"\u015b":4,"z":11,"\u017a":11,"\u017c":11}},"t":{"d":"25,-144r-21,-4r0,-32r21,0r4,-72r39,0r0,72r36,0r0,36r-36,4r0,84v0,18,21,17,40,16r0,40v-49,6,-82,-14,-83,-56r0,-88","w":115,"k":{"c":4,"d":4,"e":4,"g":4,"o":4,"q":4,"\u0119":4,"s":4,"\u00f3":4,"\u0107":4,"\u015b":4}},"u":{"d":"25,-50r0,-94r-21,-4r0,-32r86,0r0,32r-22,4r0,90v0,11,12,15,26,14v43,-2,24,-64,28,-104r-21,-4r0,-32r86,0r0,32r-21,4r0,108r21,4r0,32r-54,0r-7,-11v-31,24,-101,10,-101,-39","w":194,"k":{"c":5,"d":5,"e":5,"g":5,"o":5,"q":5,"\u0119":5,"\u00f3":5,"\u0107":5}},"v":{"d":"95,-61r27,-83r-21,-4r0,-32r86,0r0,32r-21,4r-51,144r-39,0r-51,-144r-21,-4r0,-32r86,0r0,32r-22,4","w":194,"k":{"a":18,"\u0105":18,"c":9,"d":9,"e":9,"g":9,"o":9,"q":9,"\u0119":9,"j":4,"p":4,"s":7,"\u00f3":9,"\u0107":9,"\u015b":7,",":36,".":36,"1":11,"b":11,"h":11,"k":11,"l":11}},"w":{"d":"95,-61r27,-83r-21,-4r0,-32r86,0r0,32r-21,4r27,83r27,-83r-22,-4r0,-32r86,0r0,32r-21,4r-51,144r-39,0r-29,-83r-29,83r-39,0r-51,-144r-21,-4r0,-32r86,0r0,32r-22,4","w":291,"k":{"a":18,"\u0105":18,"c":9,"d":9,"e":9,"g":9,"o":9,"q":9,"\u0119":9,"j":4,"p":4,"s":7,"\u00f3":9,"\u0107":9,"\u015b":7,",":36,".":36,"1":11,"b":11,"h":11,"k":11,"l":11}},"x":{"d":"112,-36r-20,-24r-20,24r14,4r0,32r-79,0r0,-32r18,-4r43,-54r-43,-54r-18,-4r0,-32r79,0r0,32r-14,4r20,25r20,-25r-15,-4r0,-32r79,0r0,32r-18,4r-43,54r43,54r18,4r0,32r-79,0r0,-32","w":183,"k":{"\u0119":7,"\u0107":7,"\u0105":7,"\u00f3":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"a":7}},"y":{"d":"94,43v25,0,31,-24,28,-52v-36,22,-97,5,-97,-43r0,-92r-21,-4r0,-32r86,0r0,32r-22,4r0,92v0,12,13,13,26,12v43,0,24,-64,28,-104r-21,-4r0,-32r86,0r0,32r-21,4r0,158v-1,58,-53,76,-119,69r0,-40r47,0","w":194,"k":{"\u0105":11,"l":11,"k":11,"h":11,"b":11,"a":11,"1":11,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7}},"z":{"d":"4,-180r151,0r-85,140r42,0r4,-21r32,0r0,61r-148,0r86,-140r-46,0r-4,21r-32,0r0,-61","w":155},"{":{"d":"101,-230v-57,-1,2,92,-41,120v26,18,16,64,16,103v0,10,8,19,25,18r0,39v-39,1,-68,-24,-69,-57r0,-72v0,-12,-13,-12,-25,-11r0,-40v12,0,25,2,25,-10r0,-72v0,-33,30,-60,69,-58r0,40","w":108},"|":{"d":"18,0r0,-270r43,0r0,270r-43,0","w":79},"}":{"d":"48,-110v-42,-28,16,-121,-41,-120r0,-40v39,-1,68,25,69,58r0,72v0,12,13,10,25,10r0,40v-12,0,-26,-1,-25,11r0,72v0,33,-30,58,-69,57r0,-39v57,1,-2,-92,41,-121","w":108},"~":{"d":"126,-54v-30,0,-44,-31,-65,-36v-7,0,-11,9,-11,18r-39,0v0,-31,21,-58,50,-58v30,0,44,31,65,36v7,0,11,-9,11,-18r39,0v0,31,-21,58,-50,58","w":187},"\u00d3":{"d":"194,-77v-2,50,-42,77,-102,77v-43,0,-78,-35,-78,-77r0,-108v1,-54,49,-67,113,-67v37,0,67,30,67,67r0,108xm58,-77v0,28,23,39,55,37v59,-4,38,-90,38,-145v0,-30,-35,-30,-66,-27v-48,4,-27,88,-27,135xm122,-324r47,0r-50,50r-43,0","w":208,"k":{"X":18,"J":7,"T":7,"V":14,"W":14,"Y":18,"a":11,"\u0105":11,"j":7,"p":7,"A":18,"\u0104":18,"Z":11,"\u0179":11,"\u017b":11,",":14,".":14}},"\u00f3":{"d":"158,-59v-1,43,-35,59,-86,59v-32,0,-58,-27,-58,-59v0,-58,-5,-121,51,-121v51,0,93,5,93,52r0,69xm58,-58v-1,19,20,19,39,18v33,-3,18,-57,18,-88v0,-18,-28,-10,-45,-12v-7,0,-12,5,-12,12r0,70xm104,-252r47,0r-50,50r-43,0","w":172,"k":{"x":9,"j":5,"p":5,"v":9,"w":9}},"\u0104":{"d":"194,38v1,20,41,0,40,0r0,36v0,0,-14,9,-36,9v-23,0,-43,-20,-43,-43v0,-18,15,-35,21,-40r-28,0r0,-32r21,-4r-12,-40r-73,0r-12,40r22,4r0,32r-87,0r0,-32r22,-4r57,-180r-21,-4r0,-32r79,0r68,216r22,4r0,32v-25,-5,-34,22,-40,38xm121,-191r-24,76r47,0","w":241,"k":{"p":-11,"j":-11,"J":-14}},"\u0105":{"d":"133,38v1,20,41,0,40,0r0,36v0,0,-14,9,-36,9v-23,0,-43,-20,-43,-43v0,-18,15,-35,21,-40v-54,3,-104,1,-104,-52v0,-48,56,-55,97,-65v5,-28,-23,-23,-47,-23r-3,21r-33,0r0,-61r74,0v66,-1,51,80,52,144r22,4r0,32v-25,-5,-34,22,-40,38xm65,-67v-15,2,-14,27,3,27r40,0r0,-37","w":180,"k":{"p":11,"j":11,"a":4,"\u0105":4,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"s":11,"t":11,"u":7,"y":7,"v":18,"w":18,"\u00f3":7,"\u0107":7,"\u015b":11}},"\u0106":{"d":"58,-90v0,53,59,53,115,50r0,40r-67,0v-51,0,-92,-41,-92,-91r0,-94v0,-37,30,-67,67,-67r92,0r0,61r-33,0r-3,-21v-34,1,-79,-8,-79,27r0,95xm122,-324r47,0r-50,50r-43,0","w":176,"k":{"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"S":7,"\u015a":7,"a":4,"\u0105":4,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"j":7,"p":7,"s":7,"t":7,"u":7,"y":7,"v":14,"w":14,"\u00f3":7,"\u0107":7,"\u015b":7}},"\u0107":{"d":"108,-140v-18,3,-50,-8,-50,12v0,36,-12,88,27,88r59,0r0,40v-67,6,-130,-5,-130,-65r0,-63v0,-29,23,-52,53,-52r77,0r0,61r-32,0xm101,-252r47,0r-51,50r-43,0","w":147},"\u0118":{"d":"144,38v1,20,41,0,40,0r0,36v0,0,-14,9,-36,9v-23,0,-44,-20,-44,-43v0,-18,16,-35,22,-40r-119,0r0,-32r22,-4r0,-180r-22,-4r0,-32r177,0r0,61r-33,0r-3,-21r-76,0r0,57r61,0r4,-14r32,0r0,75r-32,0r-4,-21r-61,0r0,75r76,0r3,-25r33,0r0,65v-25,-5,-34,22,-40,38","w":190,"k":{"C":7,"G":7,"O":7,"Q":7,"\u00d3":7,"\u0106":7,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"t":7,"u":7,"y":7,"v":11,"w":11}},"\u0119":{"d":"115,38v1,20,41,0,40,0r0,36v0,0,-14,9,-36,9v-23,0,-43,-20,-43,-43v0,-18,15,-35,21,-40v-72,6,-88,-51,-83,-128v3,-43,38,-52,87,-52v32,0,54,21,54,52v-2,54,-56,53,-97,65v2,37,56,19,90,23r0,40v-17,-2,-29,24,-33,38xm112,-128v-1,-18,-25,-11,-42,-12v-16,-1,-11,21,-12,36v18,-7,50,-4,54,-24","w":165,"k":{"a":7,"\u0105":7}},"\u0141":{"d":"7,-94r0,-39r33,-8r0,-75r-22,-4r0,-32r86,0r0,32r-21,4r0,64r32,-8r0,39r-32,9r0,72r75,0v1,-6,3,-15,4,-21r32,0r0,61r-176,0r0,-32r22,-4r0,-66","w":201,"k":{"C":11,"G":11,"O":11,"Q":11,"\u00d3":11,"\u0106":11,"S":11,"\u015a":11,"T":47,"U":22,"V":58,"W":58,"Y":54,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"j":14,"p":14,"s":7,"t":14,"u":14,"y":14,"v":36,"w":36,"\u00f3":7,"\u0107":7,"\u015b":7,"-":11,"'":58,"\"":58}},"\u0142":{"d":"18,-238r0,-32r65,0r0,111r32,-8r0,39r-32,8r0,84r21,4r0,32r-86,0r0,-32r22,-4r0,-73r-33,8r0,-39r33,-8r0,-86","w":122},"\u0143":{"d":"144,-220r0,-32r86,0r0,32r-21,4r0,216r-43,0r-94,-169r0,133r22,4r0,32r-87,0r0,-32r22,-4r0,-180r-22,-4r0,-32r65,0r94,169r0,-133xm133,-324r47,0r-50,50r-44,0","w":237,"k":{"a":11,"\u0105":11,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u0119":11,"j":7,"p":7,"A":18,"\u0104":18,"Z":4,"\u0179":4,"\u017b":4}},"\u0144":{"d":"169,-130r0,94r22,4r0,32r-87,0r0,-32r22,-4r0,-90v1,-11,-11,-14,-25,-14v-44,1,-25,64,-29,104r22,4r0,32r-87,0r0,-32r22,-4r0,-108r-22,-4r0,-32r54,0r7,11v32,-24,101,-10,101,39xm115,-252r47,0r-50,50r-44,0","k":{"a":4,"\u0105":4,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"j":11,"p":11,"s":11,"t":11,"u":7,"y":7,"v":18,"w":18,"\u00f3":7,"\u0107":7,"\u015b":11}},"\u015a":{"d":"144,-74v-1,-38,-52,-37,-83,-45v-29,-8,-50,-33,-50,-66v0,-37,30,-67,67,-67r95,0r0,61r-33,0r-3,-21v-35,3,-91,-14,-83,32v4,31,50,26,76,33v32,9,57,37,57,72v0,41,-34,75,-75,75r-94,0r0,-61r32,0r4,21v41,0,91,7,90,-34xm115,-324r47,0r-50,50r-44,0","k":{"X":18,"J":11,"S":7,"\u015a":7,"T":18,"V":22,"W":22,"Y":22,"c":7,"d":7,"e":7,"g":7,"o":7,"q":7,"\u0119":7,"j":7,"p":7,"s":7,"u":7,"y":7,"v":18,"w":18,"\u00f3":7,"\u0107":7,"\u015b":7,"A":14,"\u0104":14,"Z":18,"\u0179":18,"\u017b":18,"z":7,"\u017a":7,"\u017c":7,"m":7,"n":7,"r":7,"\u0144":7}},"\u015b":{"d":"108,-52v-6,-21,-38,-15,-56,-24v-23,-6,-41,-26,-41,-52v0,-30,21,-52,52,-52r77,0r0,61r-32,0r-4,-21v-19,2,-48,-7,-50,12v6,22,38,15,56,25v56,9,53,103,-11,103r-85,0r0,-61r32,0r4,21v21,-3,55,9,58,-12xm101,-252r47,0r-51,50r-43,0","w":162},"\u0179":{"d":"7,-252r173,0r-113,212r73,0r4,-18r32,0r0,58r-176,0r113,-212r-70,0r-3,21r-33,0r0,-61xm108,-324r47,0r-51,50r-43,0","w":180,"k":{"C":11,"G":11,"O":11,"Q":11,"\u00d3":11,"\u0106":11,"S":14,"\u015a":14,"a":7,"\u0105":7,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u0119":11,"j":11,"p":11,"s":11,"u":14,"y":14,"v":25,"w":25,"\u00f3":11,"\u0107":11,"\u015b":11,"-":7,"m":7,"n":7,"r":7,"\u0144":7}},"\u017a":{"d":"4,-180r151,0r-85,140r42,0r4,-21r32,0r0,61r-148,0r86,-140r-46,0r-4,21r-32,0r0,-61xm94,-252r46,0r-50,50r-43,0","w":155},"\u017b":{"d":"7,-252r173,0r-113,212r73,0r4,-18r32,0r0,58r-176,0r113,-212r-70,0r-3,21r-33,0r0,-61xm70,-281r0,-43r43,0r0,43r-43,0","w":180,"k":{"C":11,"G":11,"O":11,"Q":11,"\u00d3":11,"\u0106":11,"S":14,"\u015a":14,"a":7,"\u0105":7,"c":11,"d":11,"e":11,"g":11,"o":11,"q":11,"\u0119":11,"j":11,"p":11,"s":11,"u":14,"y":14,"v":25,"w":25,"\u00f3":11,"\u0107":11,"\u015b":11,"-":7,"m":7,"n":7,"r":7,"\u0144":7}},"\u017c":{"d":"4,-180r151,0r-85,140r42,0r4,-21r32,0r0,61r-148,0r86,-140r-46,0r-4,21r-32,0r0,-61xm56,-209r0,-43r43,0r0,43r-43,0","w":155},"\"":{"d":"122,-252r0,76r-43,0r0,-76r43,0xm58,-252r0,76r-44,0r0,-76r44,0","w":136,"k":{"a":14,"\u0105":14,"c":18,"d":18,"e":18,"g":18,"o":18,"q":18,"\u0119":18,"s":14,"\u00f3":11,"\u0107":11,"\u015b":7,"A":43,"\u0104":43}},"!":{"d":"20,-68r0,-184r43,0r0,184r-43,0xm18,0r0,-47r47,0r0,47r-47,0","w":82},"\u00a0":{"w":72,"k":{"Y":29,"W":29,"V":29,"T":29}}}});

/*
 * Rules
*/
Cufon.replace('h2', { fontFamily: 'Tertre Xbold', textShadow: '#666 1px 1px' });
Cufon.replace('h3', { fontFamily: 'Tertre Xbold' });
Cufon.replace('#nav', { fontFamily: 'Tertre Xbold' });
Cufon.replace('.text-f', { fontFamily: 'Tertre Xbold' });
Cufon.replace('.text-s', { fontFamily: 'Tertre Xbold' });
