/* Club Soda */
(function ($) {
  $(document).ready(function(){
	  var easterEgg = 'clubsoda';
    var eggLength = easterEgg.length;
    var keyHistory = '';
    var match;
    $(document).keypress(function(e) {
      keyHistory += String.fromCharCode(e.which)
      match = keyHistory.match(easterEgg); 
      if(match) {
        window.location = 'http://www.clubsoda.co.nz';
        keyHistory = match =  '';
      } else if (keyHistory.length > 30) {
        keyHistory = keyHistory.substr((keyHistory.length - eggLength - 1));
      }
    });
  });
})(jQuery);;
/* This file vertically aligns the menu text */
(function ($) {
  $(document).ready(function(){
    $('#block-menu-block-1 a').css('padding-top', 2);
	  $('#block-menu-block-1 a span').each(function(index) {
	    if ($.browser.msie && ($.browser.version.substr(0,3)=="6.0" || $.browser.version.substr(0,3)=="7.0")) {
	      var h = (41-$(this).height())/2;
	    }
	    else {
	      var h = (36-$(this).height())/2;
	    }
	    $(this).css('margin-top', h)
	  });
  });
})(jQuery);;
/*
 * 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 (c) 2007 by Silas Dilworth. All rights reserved. PDF-RiP (c) 2008 by
 * AcnApyX.
 * 
 * Manufacturer:
 * by Silas Dilworth
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"96,-30r57,-204r30,0r-69,234r-36,0r-69,-234r30,0","w":191,"k":{"\u00f9":6,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f5":10,"\u00f2":10,"\u00f6":10,"\u00f4":10,"\u00f3":10,"\u00ec":-2,"\u00ef":-2,"\u00ee":-2,"\u00ed":-2,"\u00e5":11,"\u00e0":11,"\u00e4":11,"\u00e2":11,"\u00e1":11,"\u00d5":3,"\u00d2":3,"\u00d6":3,"\u00d4":3,"\u00d3":3,"\u00c7":3,"\u00c5":18,"\u00c0":18,"\u00c4":18,"\u00c2":18,"\u00c1":18,"\u00d8":3,"u":6,"o":10,"i":-2,"a":11,"S":1,"O":3,"C":3,"A":18,";":3,":":3,".":21,"-":10,"\u00ab":17,"\u00f8":10,"\u00e6":11,"\u00c6":23,"r":6,"g":10,"e":11,"T":-10,"G":3,",":22}},{"d":"139,-120v6,-53,-64,-45,-88,-22r0,142r-28,0r0,-180r19,0r7,18v36,-35,118,-32,118,42r0,120r-28,0r0,-120xm146,-233v6,42,-41,43,-61,21v-10,-7,-26,-2,-23,12r-18,0v0,-24,5,-37,29,-37v20,0,24,17,42,19v10,1,14,-6,13,-15r18,0"},{"d":"22,-234r140,0r0,22r-110,187r114,0r0,25r-148,0r0,-21r110,-188r-106,0r0,-25","w":180,"k":{"y":6,"v":6}},{"d":"14,-234r33,0r-7,76r-18,0","w":61},{"d":"154,-82v-2,-63,12,-137,-59,-127r-41,0r0,184v56,2,102,1,100,-57xm183,-84v8,90,-72,87,-158,84r0,-234v85,-2,166,-6,158,84r0,66","w":202,"k":{"X":8,"W":3,"V":3,"T":1,"J":4,"Y":6,"\u00dd":6,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2}},{"d":"87,44r-64,0r0,-19r41,0r0,-255r-41,0r0,-19r64,0r0,293","w":115},{"d":"68,-209r-59,0r0,-25r147,0r0,25r-59,0r0,209r-29,0r0,-209","w":164,"k":{"\u00f9":24,"\u00fc":24,"\u00fb":24,"\u00fa":24,"\u00f5":22,"\u00f2":22,"\u00f6":22,"\u00f4":22,"\u00f3":22,"\u00ec":-2,"\u00ef":-2,"\u00ee":-2,"\u00ed":-2,"\u00e7":24,"\u00e5":23,"\u00e0":23,"\u00e4":23,"\u00e2":23,"\u00e1":23,"\u00dd":-10,"\u00c5":18,"\u00c0":18,"\u00c4":18,"\u00c2":18,"\u00c1":18,"\u00e6":23,"u":24,"s":24,"o":22,"i":-2,"c":24,"a":23,"Y":-10,"S":-2,"A":18,":":10,".":22,"-":20,",":22,"\u00ab":26,"\u00f8":23,"\u00c6":18,"y":21,"w":22,"v":21,"r":23,"j":-2,"g":24,"e":24,"W":-9,"V":-10,"J":1,"G":1,";":9}},{"d":"135,-57r-82,0r-16,57r-30,0r69,-234r36,0r69,234r-30,0xm60,-81r69,0r-35,-125xm94,-311v22,0,36,10,36,31v0,20,-15,30,-36,30v-22,0,-35,-9,-35,-30v0,-21,13,-31,35,-31xm94,-266v10,0,17,-3,17,-14v0,-11,-6,-15,-17,-15v-11,0,-16,4,-16,15v0,10,6,14,16,14","w":188,"k":{"\u00ab":8,"\u00e7":1,"\u00c7":1,"y":15,"w":12,"v":15,"t":5,"q":2,"g":2,"e":2,"d":1,"b":-2,"W":16,"V":18,"T":18,"Q":1,"G":2}},{"d":"20,0r0,-22r146,0r0,22r-146,0xm20,-135r62,0r0,-62r22,0r0,62r62,0r0,22r-62,0r0,63r-22,0r0,-63r-62,0r0,-22","w":186},{"d":"20,-50r49,-49r-49,-49r15,-15r50,49r49,-49r15,15r-49,49r49,49r-15,16r-49,-49r-50,49","w":169},{"d":"138,-100v12,-55,-47,-78,-82,-47v-10,9,-9,27,-10,47r92,0xm46,-79v-1,40,10,60,49,59v25,-1,43,-3,63,-7r0,24v-18,5,-39,7,-63,7v-64,3,-77,-37,-77,-104v0,-56,20,-84,75,-84v63,0,76,40,73,105r-120,0","w":182,"k":{"y":5,"x":2,"w":4,"v":5}},{"d":"103,4v-53,0,-78,-23,-78,-77r0,-161r29,0r0,162v1,37,12,51,49,51v37,0,50,-13,50,-51r0,-162r29,0r0,161v1,55,-26,77,-79,77xm142,-252r-19,0r-20,-25r-19,25r-20,0r24,-43r31,0","w":207,"k":{"\u00c6":3,"r":3,"p":3,"n":3,"m":3,",":5,".":5,"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3}},{"d":"143,36v-93,0,-124,-53,-118,-151v4,-70,47,-98,118,-99v93,-2,125,52,118,151v-5,67,-44,99,-118,99xm143,16v81,2,96,-45,96,-130v0,-53,-32,-80,-96,-80v-86,-1,-100,47,-96,130v3,57,36,79,96,80xm176,-37v-24,22,-90,23,-90,-23v0,-42,48,-38,88,-40v1,-27,-2,-41,-31,-41v-21,0,-31,4,-31,25r-21,0v0,-32,20,-40,52,-43v73,-6,46,76,51,135r-14,0xm107,-61v0,32,54,21,67,7r0,-31v-25,4,-66,-5,-67,24","w":285},{"d":"181,0r-36,0r-91,-193r0,193r-29,0r0,-234r37,0r91,193r0,-193r28,0r0,234xm154,-287v6,42,-41,43,-61,21v-10,-7,-25,-1,-23,12r-18,0v1,-23,6,-37,29,-37v20,0,24,17,42,19v10,1,14,-6,13,-15r18,0","w":206},{"d":"24,-180r28,0r0,180r-28,0r0,-180xm-4,-234r30,0r0,30r-30,0r0,-30xm51,-234r30,0r0,30r-30,0r0,-30","w":76,"k":{"j":3,"T":-2}},{"d":"177,-60r-36,0r-5,60r-22,0r5,-60r-46,0r-5,60r-22,0r5,-60r-36,0r2,-19r36,0r6,-76r-36,0r2,-20r36,0r6,-59r21,0r-5,59r46,0r5,-59r22,0r-5,59r36,0r-2,20r-36,0r-6,76r36,0xm75,-79r46,0r6,-76r-46,0","w":202},{"d":"154,-66v0,-45,-25,-56,-72,-52r0,-24v33,2,51,-9,51,-40v0,-28,-13,-39,-41,-39v-27,0,-41,11,-41,38r0,183r-28,0r0,-183v1,-44,23,-62,69,-62v46,0,69,17,69,61v0,28,-12,43,-33,51v35,5,54,26,54,67v0,64,-54,78,-113,66r0,-24v40,8,85,8,85,-42","w":198},{"d":"49,-156v3,61,-19,141,51,134v34,-3,48,-10,48,-44r28,0v1,49,-24,68,-71,70r-3,13v16,0,24,8,25,24v2,31,-30,28,-60,28r0,-17v15,-1,39,5,37,-11v2,-13,-12,-9,-24,-10r9,-28v-77,2,-69,-78,-69,-156v0,-58,23,-86,80,-85v52,1,76,19,76,71r-28,0v-1,-33,-14,-44,-48,-45v-39,-1,-53,17,-51,56","w":196,"k":{"\u00c6":4,"K":3,"H":3}},{"d":"20,-180r132,0r0,20r-100,136r105,0r0,24r-141,0r0,-19r100,-137r-96,0r0,-24","w":174},{"d":"178,0r-29,0r0,-107r-95,0r0,107r-29,0r0,-234r29,0r0,103r95,0r0,-103r29,0r0,234","w":203},{"d":"18,-117r72,-124r26,0r-72,124r72,124r-26,0","w":133},{"w":79},{"d":"24,-180r28,0r0,180r-28,0r0,-180xm77,-198r-19,0r-19,-25r-20,25r-19,0r23,-43r31,0","w":76,"k":{"j":3,"T":-2}},{"d":"184,-56v9,82,-97,50,-166,56r0,-25v43,4,44,-47,31,-77r-31,0r0,-20r25,0v-24,-49,-9,-121,57,-116v47,3,69,17,69,64r-29,0v0,-28,-11,-38,-40,-38v-52,0,-40,59,-29,90r45,0r0,20r-41,0v10,27,8,64,-13,77v39,-4,97,15,94,-31r28,0","w":202},{"d":"105,-218v-16,-5,-46,-7,-42,17r0,21r33,0r0,24r-33,0r0,156r-28,0r0,-156r-24,0r0,-19r24,-5v-9,-53,24,-77,70,-62r0,24","w":113,"k":{"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e5":7,"\u00e0":7,"\u00e4":7,"\u00e2":7,"\u00e1":7,"s":5,"o":6,"f":-1,"a":7,"\u00e9":6,"\u00f8":5,"\u00e6":6,"t":-3,"e":6}},{"d":"113,-104v-25,26,-97,23,-97,-25v0,-46,53,-41,95,-45v2,-29,-3,-45,-34,-43v-21,1,-32,5,-32,25r-23,0v0,-35,19,-46,55,-46v37,0,58,12,57,48r0,100r-16,0xm40,-130v-1,34,59,25,71,6r0,-34v-27,6,-70,-4,-71,28","w":154},{"d":"112,-47v46,0,47,-33,47,-80v0,-40,-9,-60,-47,-60v-46,0,-48,32,-48,79v0,40,9,61,48,61xm58,-197v23,-19,84,-19,107,0r23,-27r17,15r-26,31v12,27,11,97,0,123r26,31r-17,14r-23,-27v-24,18,-83,18,-107,0r-23,27r-17,-14r27,-31v-12,-25,-13,-96,-1,-123r-26,-31r17,-15","w":223},{"d":"9,-180r31,0r50,145r49,-145r30,0r-83,224v-10,19,-42,25,-69,18r0,-24v35,12,52,-10,58,-38xm96,-241r33,0r-29,43r-15,0","w":178},{"d":"24,-180r28,0r0,180r-28,0r0,-180xm44,-241r32,0r-28,43r-16,0","w":76,"k":{"j":3,"T":-2}},{"d":"131,-180r33,0r-60,87r64,93r-33,0r-47,-71r-46,71r-33,0r63,-93r-59,-87r33,0r42,66","w":176,"k":{"\u00f5":7,"\u00f2":7,"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00e7":8,"\u00e5":3,"\u00e0":3,"\u00e4":3,"\u00e2":3,"\u00e1":3,"\u00f8":7,"\u00e6":3,"o":7,"c":8,"a":3,"\u00e9":9,"q":8,"e":9}},{"d":"155,-57r-86,0r-32,57r-30,0r132,-234r149,0r0,25r-104,0r0,78r91,0r0,24r-91,0r0,82r104,0r0,25r-133,0r0,-57xm83,-81r72,0r-1,-128","w":306},{"d":"77,-91r-68,-143r32,0r51,114r51,-114r32,0r-69,143r0,91r-29,0r0,-91xm98,-295r33,0r-29,43r-16,0","w":183,"k":{"\u00ab":30,"\u00f8":19,"\u00e6":19,"\u00d8":5,"\u00c6":22,"v":5,"p":11,"g":18,"e":19,"T":-10,"G":6,";":12,"C":5,"\u00c7":5,"O":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"a":19,"\u00e1":19,"\u00e2":19,"\u00e4":19,"\u00e0":19,"\u00e5":19,"-":21,"o":19,"\u00f3":19,"\u00f4":19,"\u00f6":19,"\u00f2":19,"\u00f5":19,",":27,".":27,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"A":22,"\u00c1":22,"\u00c2":22,"\u00c4":22,"\u00c0":22,"\u00c5":22,"S":4,":":12,"i":-1,"\u00ed":-1,"\u00ee":-1,"\u00ef":-1,"\u00ec":-1}},{"d":"105,0v-35,11,-73,1,-73,-42r0,-114r-23,0r0,-20r23,-4r0,-44r28,-5r0,49r41,0r0,24r-41,0r0,114v-3,25,28,25,45,18r0,24","w":119,"k":{"\u00f5":5,"\u00f2":5,"\u00f6":5,"\u00f4":5,"\u00f3":5,"\u00e5":1,"\u00e0":1,"\u00e4":1,"\u00e2":1,"\u00e1":1,"\u00f8":5,"o":5,"a":1,"S":1,"\u00e9":6,"\u00e6":2,"h":3,"e":6}},{"d":"51,-60v-6,53,64,45,88,22r0,-142r28,0r0,180r-19,0r-7,-18v-36,35,-118,32,-118,-42r0,-120r28,0r0,120"},{"d":"222,-180r30,0r-47,180r-34,0r-40,-152r-40,152r-34,0r-46,-180r29,0r35,150r39,-150r34,0r40,150","w":262,"k":{"\u00f5":5,"\u00f2":5,"\u00f6":5,"\u00f4":5,"\u00f3":5,"\u00e7":6,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"s":4,"o":5,"c":6,"a":6,":":-5,".":13,"-":2,",":13,"\u00e8":5,"\u00ea":5,"\u00e9":5,"\u00f8":4,"\u00e6":5,"l":1,"g":5,"e":5,";":-6}},{"d":"92,-184v64,0,76,39,76,104v0,56,-20,84,-76,84v-64,0,-76,-38,-76,-104v0,-56,20,-84,76,-84xm92,-20v48,0,49,-34,48,-80v0,-38,-9,-60,-48,-60v-47,0,-49,34,-48,80v1,38,7,60,48,60xm114,-198r-16,0r-28,-43r32,0","w":183,"k":{"y":6,"x":7,"w":5,"v":6,"t":1,"T":22}},{"d":"63,-239v23,-10,65,-7,81,6r23,-21r12,14r-22,19v19,29,11,94,12,142v2,55,-22,84,-76,83v-54,0,-71,-29,-75,-81v-6,-76,74,-90,123,-59v-2,-23,3,-52,-6,-67r-23,21r-12,-14r23,-20v-14,-7,-44,-7,-60,1r0,-24xm141,-115v-34,-24,-101,-22,-95,39v3,37,10,55,47,55v52,0,49,-44,48,-94"},{"d":"51,0r-28,0r0,-241r28,0r1,137r68,-76r34,0r-78,85r84,95r-35,0r-74,-85r0,85","w":165,"k":{"\u00f9":3,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e5":2,"\u00e0":2,"\u00e4":2,"\u00e2":2,"\u00e1":2,"\u00f8":6,"u":3,"s":5,"o":6,"a":2,".":-4,"-":22,",":-4,"\u00e9":9,"\u00e6":4,"g":10,"e":9}},{"d":"101,-22v69,0,50,-72,52,-133v1,-39,-13,-57,-52,-57v-70,0,-50,72,-52,133v-1,39,12,57,52,57xm101,4v-56,0,-81,-25,-81,-83r0,-76v-1,-58,25,-83,81,-83v55,0,80,25,80,83r0,76v3,59,-25,83,-80,83xm152,-287v5,41,-42,43,-62,21v-10,-7,-25,-1,-23,12r-18,0v1,-23,6,-37,29,-37v20,0,25,17,43,19v10,1,13,-7,13,-15r18,0","w":201,"k":{"\u00c6":1,"X":6,"W":3,"V":3,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"25,-111r10,-123r132,0r0,25r-107,0r-6,78v43,-36,136,-21,125,55v15,90,-129,107,-156,37v-3,-9,-4,-19,-4,-30r29,0v0,33,15,49,50,48v38,0,49,-17,52,-55v6,-63,-67,-62,-95,-35r-30,0","w":198,"k":{"7":2,"4":-3,"1":5}},{"d":"93,-144r47,-90r34,0r-65,114r67,120r-32,0r-51,-96r-51,96r-33,0r68,-120r-65,-114r33,0","w":185,"k":{"\u00f9":6,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f5":5,"\u00f2":5,"\u00f6":5,"\u00f4":5,"\u00f3":5,"\u00e5":1,"\u00e0":1,"\u00e4":1,"\u00e2":1,"\u00e1":1,"\u00d5":6,"\u00d2":6,"\u00d6":6,"\u00d4":6,"\u00d3":6,"\u00c7":6,"\u00f8":5,"\u00e6":1,"\u00d8":6,"u":6,"o":5,"a":1,"O":6,"C":6,"-":16,"y":9,"e":7,"Q":5}},{"d":"136,-124v1,-27,-14,-36,-42,-36v-47,0,-49,34,-48,80v1,38,8,60,48,60v28,0,43,-8,42,-36r28,0v0,43,-22,58,-64,60r-4,13v16,0,24,8,25,24v2,31,-30,28,-60,28r0,-17v15,-1,38,5,38,-11v0,-13,-13,-10,-25,-10r9,-27v-55,-2,-65,-43,-65,-104v0,-56,20,-85,76,-84v46,1,70,14,70,60r-28,0","w":182,"k":{"k":5,"h":5}},{"d":"25,-234r29,0r0,234r-29,0r0,-234xm-3,-288r30,0r0,30r-30,0r0,-30xm53,-288r29,0r0,30r-29,0r0,-30","w":79},{"d":"82,-27r-49,0r0,-16r49,0r0,-25r-49,0r0,-17r49,0v-17,-55,-47,-98,-68,-149r32,0r51,114r51,-114r32,0r-69,143r0,6r50,0r0,17r-50,0r0,25r50,0r0,16r-50,0r0,27r-29,0r0,-27","w":193},{"d":"92,-184v64,0,76,39,76,104v0,56,-20,84,-76,84v-64,0,-76,-38,-76,-104v0,-56,20,-84,76,-84xm92,-20v48,0,49,-34,48,-80v0,-38,-9,-60,-48,-60v-47,0,-49,34,-48,80v1,38,7,60,48,60xm98,-241r33,0r-29,43r-16,0","w":183,"k":{"y":6,"x":7,"w":5,"v":6,"t":1,"T":22}},{"d":"167,-60v9,71,-79,78,-116,43r0,78r-28,0r0,-241r28,0r0,142v24,22,88,32,88,-22r0,-120r28,0r0,120"},{"d":"16,-100v0,-77,62,-100,123,-74r9,-13r23,0r-18,26v13,15,15,48,15,81v0,78,-64,101,-124,74r-9,13r-24,0r19,-26v-14,-17,-14,-49,-14,-81xm92,-20v61,0,51,-71,43,-116r-76,109v8,7,17,7,33,7xm123,-153v-40,-19,-87,0,-79,53v3,18,-1,41,4,55","w":183,"k":{"y":6,"x":7,"w":5,"v":6,"t":1,"T":22}},{"d":"101,-22v69,0,50,-72,52,-133v1,-39,-13,-57,-52,-57v-70,0,-50,72,-52,133v-1,39,12,57,52,57xm101,4v-56,0,-81,-25,-81,-83r0,-76v-1,-58,25,-83,81,-83v55,0,80,25,80,83r0,76v3,59,-25,83,-80,83xm139,-252r-19,0r-20,-25r-19,25r-19,0r23,-43r31,0","w":201,"k":{"\u00c6":1,"X":6,"W":3,"V":3,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"100,-214v-50,-10,-62,56,-20,66v45,11,101,6,101,65v0,21,-11,34,-25,43v15,9,20,21,22,43v6,63,-96,71,-134,43v-13,-9,-17,-26,-17,-48r28,0v0,32,16,36,48,40v49,6,63,-56,20,-66v-45,-11,-105,-6,-101,-66v1,-21,10,-33,24,-42v-14,-9,-19,-22,-21,-44v-5,-62,95,-71,133,-43v12,9,18,26,18,48r-28,0v0,-32,-16,-39,-48,-39xm153,-81v2,-45,-50,-35,-85,-46v-20,7,-25,46,-7,59v16,12,52,11,74,19v12,-6,18,-17,18,-32","w":203},{"d":"25,-227r83,0r0,22r-83,0r0,-22","w":133},{"d":"92,-184v64,0,76,39,76,104v0,56,-20,84,-76,84v-64,0,-76,-38,-76,-104v0,-56,20,-84,76,-84xm92,-20v48,0,49,-34,48,-80v0,-38,-9,-60,-48,-60v-47,0,-49,34,-48,80v1,38,7,60,48,60xm143,-233v5,41,-41,43,-61,21v-10,-7,-26,-2,-23,12r-18,0v1,-23,5,-37,28,-37v21,-1,25,17,43,19v10,1,13,-7,13,-15r18,0","w":183,"k":{"y":6,"x":7,"w":5,"v":6,"t":1,"T":22}},{"d":"23,-234r40,0r-10,163r-20,0xm26,-32r35,0r0,32r-35,0r0,-32","w":86},{"d":"85,-248r23,0r-74,262r-23,0","w":119},{"d":"20,-124r0,-22r146,0r0,22r-146,0xm20,-52r0,-22r146,0r0,22r-146,0","w":186},{"w":79},{"d":"18,43v65,-63,66,-228,0,-291r23,0v69,62,70,229,0,291r-23,0","w":114},{"d":"51,-60v-6,53,64,45,88,22r0,-142r28,0r0,180r-19,0r-7,-18v-36,35,-118,32,-118,-42r0,-120r28,0r0,120xm99,-241r33,0r-29,43r-16,0"},{"d":"29,-249r63,0r0,19r-40,0r0,255r40,0r0,19r-63,0r0,-293","w":111},{"d":"138,-100v12,-55,-47,-78,-82,-47v-10,9,-9,27,-10,47r92,0xm46,-79v-1,40,10,60,49,59v25,-1,43,-3,63,-7r0,24v-18,5,-39,7,-63,7v-64,3,-77,-37,-77,-104v0,-56,20,-84,75,-84v63,0,76,40,73,105r-120,0xm50,-234r30,0r0,30r-30,0r0,-30xm106,-234r29,0r0,30r-29,0r0,-30","w":182,"k":{"y":5,"x":2,"w":4,"v":5}},{"d":"138,-100v12,-55,-47,-78,-82,-47v-10,9,-9,27,-10,47r92,0xm46,-79v-1,40,10,60,49,59v25,-1,43,-3,63,-7r0,24v-18,5,-39,7,-63,7v-64,3,-77,-37,-77,-104v0,-56,20,-84,75,-84v63,0,76,40,73,105r-120,0xm113,-198r-16,0r-28,-43r32,0","w":182,"k":{"y":5,"x":2,"w":4,"v":5}},{"d":"179,-161v0,38,-12,60,-41,68r45,93r-31,0r-43,-89r-55,0r0,89r-29,0r0,-234v78,-1,154,-12,154,73xm149,-161v7,-56,-44,-48,-95,-48r0,96v50,1,102,7,95,-48","w":197,"k":{"\u00f9":3,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f5":2,"\u00f2":2,"\u00f6":2,"\u00f4":2,"\u00f3":2,"\u00e5":3,"\u00e0":3,"\u00e4":3,"\u00e2":3,"\u00e1":3,"\u00dd":4,"\u00d9":2,"\u00dc":2,"\u00db":2,"\u00da":2,"\u00d5":-1,"\u00d2":-1,"\u00d6":-1,"\u00d4":-1,"\u00d3":-1,"\u00c7":-1,"\u00f8":2,"\u00e6":3,"\u00d8":-1,"u":3,"o":2,"a":3,"Y":4,"U":2,"O":-1,"C":-1,"-":2,"\u00e9":3,"y":-4,"e":3,"W":2,"V":1,"T":-1}},{"d":"53,-172v-2,66,93,34,149,41r0,24r-28,0v2,38,-11,88,33,83r0,24v-25,-1,-39,-6,-49,-22v-31,43,-148,35,-140,-41v3,-29,18,-47,38,-57v-18,-9,-31,-26,-31,-53v0,-68,90,-80,128,-49v12,9,17,26,17,49r-29,0v0,-29,-12,-40,-43,-40v-31,0,-45,10,-45,41xm46,-64v1,32,17,42,49,44v51,3,54,-38,51,-87v-48,-1,-103,-7,-100,43","w":219},{"d":"50,43r-21,0r0,-122r21,0r0,122xm50,-126r-21,0r0,-122r21,0r0,122","w":79},{"d":"25,-234r29,0r0,234r-29,0r0,-234","w":79},{"d":"25,-234r29,0r0,209r84,0r0,25r-113,0r0,-234","w":151,"k":{"\u00c7":3,"\u00c6":-9,"y":22,"W":17,"V":23,"T":22,"G":3,"C":3,"O":3,"\u00d8":3,"\u00d3":3,"\u00d4":3,"\u00d6":3,"\u00d2":3,"\u00d5":3,"U":4,"\u00da":4,"\u00db":4,"\u00dc":4,"\u00d9":4,"Y":26,"\u00dd":26,"-":34,"u":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u00f9":3,"A":-9,"\u00c1":-9,"\u00c2":-9,"\u00c4":-9,"\u00c0":-9,"\u00c5":-9}},{"d":"135,-18v-31,33,-121,33,-121,-30v0,-58,65,-51,118,-55v4,-38,-4,-59,-41,-57v-28,2,-41,7,-41,34r-28,0v-2,-45,27,-58,69,-58v44,0,70,14,70,59r0,125r-19,0xm51,-70v-18,20,-4,54,29,50v26,-3,37,-7,52,-20r0,-45v-26,5,-63,3,-81,15xm129,-198r-19,0r-20,-25r-20,25r-19,0r24,-43r30,0","w":180,"k":{"y":5,"w":5,"v":5,"j":1}},{"d":"51,-60v-6,53,64,45,88,22r0,-142r28,0r0,180r-19,0r-7,-18v-36,35,-118,32,-118,-42r0,-120r28,0r0,120xm134,-198r-19,0r-20,-25r-20,25r-19,0r24,-43r31,0"},{"d":"103,4v-53,0,-78,-23,-78,-77r0,-161r29,0r0,162v1,37,12,51,49,51v37,0,50,-13,50,-51r0,-162r29,0r0,161v1,55,-26,77,-79,77xm61,-288r29,0r0,30r-29,0r0,-30xm116,-288r30,0r0,30r-30,0r0,-30","w":207,"k":{"\u00c6":3,"r":3,"p":3,"n":3,"m":3,"b":3,",":5,".":5,"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3}},{"d":"9,-180r31,0r50,145r49,-145r30,0r-83,224v-10,19,-42,25,-69,18r0,-24v35,12,52,-10,58,-38xm47,-234r30,0r0,30r-30,0r0,-30xm103,-234r29,0r0,30r-29,0r0,-30","w":178},{"d":"101,-22v69,0,50,-72,52,-133v1,-39,-13,-57,-52,-57v-70,0,-50,72,-52,133v-1,39,12,57,52,57xm101,4v-56,0,-81,-25,-81,-83r0,-76v-1,-58,25,-83,81,-83v55,0,80,25,80,83r0,76v3,59,-25,83,-80,83xm58,-288r29,0r0,30r-29,0r0,-30xm113,-288r30,0r0,30r-30,0r0,-30","w":201,"k":{"\u00c6":1,"X":6,"W":3,"V":3,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"136,-124v1,-27,-14,-36,-42,-36v-47,0,-49,34,-48,80v1,38,8,60,48,60v28,0,43,-8,42,-36r28,0v0,46,-25,59,-70,60v-64,3,-76,-37,-76,-104v0,-56,20,-85,76,-84v46,1,70,14,70,60r-28,0","w":182,"k":{"k":5,"h":5}},{"d":"135,-18v-31,33,-121,33,-121,-30v0,-58,65,-51,118,-55v4,-38,-4,-59,-41,-57v-28,2,-41,7,-41,34r-28,0v-2,-45,27,-58,69,-58v44,0,70,14,70,59r0,125r-19,0xm51,-70v-18,20,-4,54,29,50v26,-3,37,-7,52,-20r0,-45v-26,5,-63,3,-81,15xm96,-241r33,0r-29,43r-16,0","w":180,"k":{"y":5,"w":5,"v":5,"j":1}},{"d":"74,-238v39,0,56,18,56,57v0,40,-17,59,-56,58v-39,0,-56,-17,-56,-58v0,-40,17,-57,56,-57xm74,-218v-26,0,-32,9,-33,36v0,25,6,38,33,38v27,0,32,-12,32,-37v0,-27,-8,-37,-32,-37","w":147},{"d":"103,4v-53,0,-78,-23,-78,-77r0,-161r29,0r0,162v1,37,12,51,49,51v37,0,50,-13,50,-51r0,-162r29,0r0,161v1,55,-26,77,-79,77xm126,-252r-16,0r-29,-43r33,0","w":207,"k":{"\u00c6":3,"r":3,"p":3,"n":3,"m":3,",":5,".":5,"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3}},{"d":"107,-25r-26,0r50,-65r-50,-65r26,0r49,65xm48,-25r-26,0r50,-65r-50,-65r26,0r49,65","w":177,"k":{"\u00dd":30,"\u00c5":8,"\u00c0":8,"\u00c4":8,"\u00c2":8,"\u00c1":8,"Y":30,"A":8,"\u00c6":19,"W":14,"V":17,"T":26}},{"d":"22,-90r49,-65r26,0r-50,65r50,65r-26,0xm81,-90r49,-65r26,0r-50,65r50,65r-26,0","w":177},{"d":"179,-118v0,73,-52,77,-125,73r0,45r-29,0r0,-234r29,0r0,42v72,-3,125,0,125,74xm149,-118v8,-56,-44,-49,-95,-49r0,97v50,0,103,8,95,-48","w":195},{"d":"138,-151v1,-27,-14,-36,-42,-36v-47,0,-48,32,-48,80v0,39,8,60,48,60v28,0,43,-8,42,-36r28,0v-1,41,-18,57,-58,60r0,30r-24,0r0,-30v-55,-2,-64,-43,-64,-104v0,-52,16,-81,64,-83r0,-31r24,0r0,31v39,3,57,18,58,59r-28,0","w":185},{"d":"14,-25v25,5,63,11,63,-25r0,-159r-45,0r0,-25r73,0r0,184v7,54,-46,60,-91,50r0,-25","w":130,"k":{"\u00c5":1,"\u00c0":1,"\u00c4":1,"\u00c2":1,"\u00c1":1,"A":1,"\u00c6":3}},{"d":"135,-18v-31,33,-121,33,-121,-30v0,-58,65,-51,118,-55v4,-38,-4,-59,-41,-57v-28,2,-41,7,-41,34r-28,0v-2,-45,27,-58,69,-58v44,0,70,14,70,59r0,125r-19,0xm51,-70v-18,20,-4,54,29,50v26,-3,37,-7,52,-20r0,-45v-26,5,-63,3,-81,15xm48,-234r29,0r0,30r-29,0r0,-30xm103,-234r29,0r0,30r-29,0r0,-30","w":180,"k":{"y":5,"w":5,"v":5,"j":1}},{"d":"92,-184v64,0,76,39,76,104v0,56,-20,84,-76,84v-64,0,-76,-38,-76,-104v0,-56,20,-84,76,-84xm92,-20v48,0,49,-34,48,-80v0,-38,-9,-60,-48,-60v-47,0,-49,34,-48,80v1,38,7,60,48,60xm131,-198r-19,0r-20,-25r-20,25r-19,0r23,-43r31,0","w":183,"k":{"y":6,"x":7,"w":5,"v":6,"t":1,"T":22}},{"d":"138,-100v12,-55,-47,-78,-82,-47v-10,9,-9,27,-10,47r92,0xm46,-79v-1,40,10,60,49,59v25,-1,43,-3,63,-7r0,24v-18,5,-39,7,-63,7v-64,3,-77,-37,-77,-104v0,-56,20,-84,75,-84v63,0,76,40,73,105r-120,0xm130,-198r-19,0r-20,-25r-20,25r-19,0r24,-43r31,0","w":182,"k":{"y":5,"x":2,"w":4,"v":5}},{"d":"51,-60v-6,53,64,45,88,22r0,-142r28,0r0,180r-19,0r-7,-18v-36,35,-118,32,-118,-42r0,-120r28,0r0,120xm112,-198r-16,0r-28,-43r32,0"},{"d":"103,4v-53,0,-78,-23,-78,-77r0,-161r29,0r0,162v1,37,12,51,49,51v37,0,50,-13,50,-51r0,-162r29,0r0,161v1,55,-26,77,-79,77xm105,-295r33,0r-29,43r-15,0","w":207,"k":{"\u00c6":3,"r":3,"p":3,"n":3,"m":3,",":5,".":5,"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3}},{"d":"97,-212v-50,0,-50,38,-48,87v46,-27,136,-21,129,53v-5,50,-24,76,-78,76v-57,0,-80,-25,-80,-83v0,-81,-9,-163,77,-159v50,3,75,19,75,67r-28,0v0,-32,-13,-41,-47,-41xm149,-71v0,-61,-69,-56,-100,-33v-3,49,1,85,50,83v35,-2,50,-14,50,-50","w":196,"k":{"7":3,"4":-4,"1":6}},{"d":"92,-184v64,0,76,39,76,104v0,56,-20,84,-76,84v-64,0,-76,-38,-76,-104v0,-56,20,-84,76,-84xm92,-20v48,0,49,-34,48,-80v0,-38,-9,-60,-48,-60v-47,0,-49,34,-48,80v1,38,7,60,48,60xm49,-234r30,0r0,30r-30,0r0,-30xm105,-234r29,0r0,30r-29,0r0,-30","w":183,"k":{"y":6,"x":7,"w":5,"v":6,"t":1,"T":22}},{"d":"49,-162v23,-24,84,-33,101,0v33,-32,109,-35,109,37r0,125r-28,0r0,-125v5,-50,-56,-36,-76,-17r0,142r-28,0r0,-125v7,-49,-56,-37,-76,-17r0,142r-28,0r0,-180r19,0","w":282,"k":{"y":5,"w":5,"v":5,"p":3}},{"d":"20,-168v1,-48,25,-70,76,-70v49,0,77,19,76,68v-1,87,-112,69,-123,145r126,0r0,25r-155,0v-12,-111,123,-86,123,-170v0,-31,-14,-43,-47,-43v-32,-1,-48,12,-47,45r-29,0","k":{"7":-1,"4":8,"1":2}},{"d":"50,43r-21,0r0,-291r21,0r0,291","w":79},{"d":"25,-234r133,0r0,25r-104,0r0,78r91,0r0,24r-91,0r0,82r104,0r0,25r-133,0r0,-234","w":178},{"d":"184,-62v-1,51,-30,66,-84,66v-54,0,-84,-15,-84,-66v0,-33,19,-49,44,-58v-23,-8,-37,-24,-37,-54v-1,-48,31,-64,77,-64v46,0,79,16,78,64v-1,29,-15,46,-38,54v26,9,45,24,44,58xm149,-172v0,-33,-16,-41,-49,-41v-33,0,-49,8,-49,41v0,33,19,42,54,42v30,0,43,-13,44,-42xm45,-64v0,33,20,43,55,43v35,0,55,-10,55,-43v0,-33,-22,-45,-60,-44v-33,1,-50,15,-50,44","w":200,"k":{"7":1,"4":-5,"1":4}},{"d":"204,-198r-63,198r-24,0r-63,-198r0,198r-29,0r0,-234r42,0r62,194r62,-194r42,0r0,234r-29,0r0,-198","w":258},{"d":"25,-234r133,0r0,25r-104,0r0,78r91,0r0,24r-91,0r0,82r104,0r0,25r-133,0r0,-234xm48,-288r29,0r0,30r-29,0r0,-30xm103,-288r29,0r0,30r-29,0r0,-30","w":180},{"d":"63,-103v29,13,17,70,17,108v0,22,19,20,40,20r0,19v-35,2,-63,-1,-63,-36r0,-84v2,-21,-20,-17,-39,-17r0,-19v19,0,42,4,39,-17v4,-51,-19,-127,43,-120r20,0r0,19v-21,0,-42,-3,-40,20v-4,37,13,96,-17,107","w":141},{"d":"95,58v-52,0,-77,-19,-77,-70v0,-48,22,-67,66,-71r2,-26r18,0r5,48v-40,-1,-62,9,-62,49v0,33,14,45,48,45v30,0,44,-12,44,-41r29,0v0,46,-26,66,-73,66xm113,-147r-35,0r0,-33r35,0r0,33","w":186},{"d":"22,-154v-2,-58,23,-85,80,-84v52,0,75,19,76,70r-29,0v-1,-35,-12,-41,-47,-44v-70,-6,-50,73,-52,134v-1,39,12,56,53,56v52,0,52,-36,50,-85r-48,0r0,-24r77,0r0,131r-15,0r-6,-20v-13,16,-29,24,-59,24v-56,0,-80,-25,-80,-84r0,-74","w":205,"k":{"\u00dd":8,"\u00c5":-4,"\u00c0":-4,"\u00c4":-4,"\u00c2":-4,"\u00c1":-4,"\u00c6":-4,"Y":8,"A":-4,"W":6,"V":5,"T":2}},{"d":"49,-156v3,61,-19,141,51,134v34,-3,48,-10,48,-44r28,0v0,51,-24,70,-76,70v-56,0,-80,-26,-80,-85v0,-83,-7,-162,80,-157v51,3,76,19,76,71r-28,0v-1,-33,-14,-44,-48,-45v-39,-1,-53,17,-51,56","w":196,"k":{"\u00c6":4,"K":3,"H":3}},{"d":"135,-18v-31,33,-121,33,-121,-30v0,-58,65,-51,118,-55v4,-38,-4,-59,-41,-57v-28,2,-41,7,-41,34r-28,0v-2,-45,27,-58,69,-58v44,0,70,14,70,59r0,125r-19,0xm51,-70v-18,20,-4,54,29,50v26,-3,37,-7,52,-20r0,-45v-26,5,-63,3,-81,15xm104,-198r-15,0r-29,-43r33,0","w":180,"k":{"y":5,"w":5,"v":5,"j":1}},{"d":"46,0r82,-209r-116,0r0,-25r147,0r0,22r-82,212r-31,0","w":171,"k":{";":7,":":7,".":28,",":28,"8":1,"7":-8,"6":2,"5":3,"4":19,"1":-5}},{"d":"23,-241r28,0r0,241r-28,0r0,-241","w":74,"k":{"v":1}},{"d":"78,-120r94,120r-34,0r-84,-107r0,107r-29,0r0,-234r29,0r0,104r81,-104r35,0","w":179,"k":{"\u00f9":7,"\u00fc":7,"\u00fb":7,"\u00fa":7,"\u00f5":5,"\u00f2":5,"\u00f6":5,"\u00f4":5,"\u00f3":5,"\u00d5":7,"\u00d2":7,"\u00d6":7,"\u00d4":7,"\u00d3":7,"\u00c7":7,"\u00f8":5,"\u00d8":7,"u":7,"o":5,"S":4,"O":7,"C":7,"-":23,"\u00e6":2,"y":14,"e":7,"T":-10,"G":8}},{"d":"181,-79v10,82,-78,98,-134,71r-9,15r-24,0r18,-30v-18,-26,-7,-88,-12,-132v-9,-80,76,-99,133,-71r8,-15r24,0r-17,29v19,26,7,88,13,133xm101,-21v76,0,49,-94,49,-161r-89,150v8,8,23,11,40,11xm139,-203v-37,-23,-91,-9,-90,49r2,100","w":201,"k":{"\u00c6":1,"X":6,"W":3,"V":3,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"135,-57r-82,0r-16,57r-30,0r69,-234r36,0r69,234r-30,0xm60,-81r69,0r-35,-125xm133,-252r-19,0r-20,-25r-20,25r-19,0r23,-43r31,0","w":188,"k":{"\u00ab":8,"\u00e7":1,"\u00c7":1,"y":15,"w":12,"v":15,"t":5,"q":2,"g":2,"e":2,"d":1,"b":-2,"W":16,"V":18,"T":18,"Q":1,"G":2}},{"d":"139,8v-93,0,-123,-53,-117,-151v4,-70,46,-98,117,-99v93,-2,125,51,118,151v-5,67,-44,99,-118,99xm139,-12v81,2,96,-45,96,-130v0,-53,-32,-80,-96,-80v-86,0,-95,47,-95,130v0,58,35,78,95,80xm81,-106v0,-50,9,-76,57,-76v37,0,53,13,54,46r-22,0v-1,-20,-9,-24,-32,-26v-35,-2,-36,23,-35,56v1,26,8,35,35,35v23,0,31,-6,32,-26r22,0v0,33,-20,46,-54,46v-38,1,-57,-17,-57,-55","w":278},{"d":"55,0r-23,0r151,-234r24,0xm67,-238v35,0,48,17,48,53v0,37,-13,52,-48,52v-35,0,-49,-15,-49,-52v0,-37,13,-53,49,-53xm172,-100v36,0,49,15,49,52v1,36,-14,52,-49,52v-34,0,-50,-16,-49,-52v0,-37,13,-52,49,-52xm67,-151v22,0,27,-11,27,-34v0,-23,-4,-35,-27,-35v-22,0,-28,10,-28,33v0,26,4,36,28,36xm172,-14v23,-1,27,-9,27,-34v0,-24,-4,-34,-27,-34v-23,0,-27,9,-27,32v0,25,4,36,27,36","w":238},{"d":"140,-139v-12,-11,-31,-20,-50,-21v-44,-2,-45,38,-44,82v1,35,7,58,44,58v20,0,39,-10,50,-20r0,-99xm18,-77v-2,-63,7,-107,68,-107v23,0,43,11,57,22r7,-18r18,0r0,241r-28,0r0,-77v-15,10,-32,20,-54,20v-53,2,-67,-29,-68,-81","w":191,"k":{"\u00f9":3,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00e7":2,"u":3,"c":2}},{"d":"25,-234r29,0r0,234r-29,0r0,-234xm45,-295r33,0r-29,43r-16,0","w":79},{"d":"80,-238v50,-1,61,30,61,83v0,45,-17,68,-61,68v-50,1,-61,-30,-61,-83v0,-45,17,-68,61,-68xm80,-107v38,0,38,-26,38,-63v0,-32,-8,-49,-38,-49v-36,0,-38,26,-38,64v0,32,6,48,38,48","w":159},{"d":"96,-22v56,14,72,-68,25,-81v-47,-13,-102,-11,-102,-71v0,-67,93,-79,134,-49v13,9,19,28,19,52r-29,0v-1,-33,-13,-41,-47,-41v-52,-10,-66,65,-21,76v48,12,107,10,102,73v9,74,-91,81,-140,52v-15,-9,-21,-28,-21,-52r29,0v0,34,18,41,51,41","w":193,"k":{"\u00c6":-1,"t":-3,"W":3,"V":2,"T":-1,"Y":5,"\u00dd":5,"A":-1,"\u00c1":-1,"\u00c2":-1,"\u00c4":-1,"\u00c0":-1,"\u00c5":-1}},{"d":"14,-234r33,0r-7,76r-18,0xm59,-234r32,0r-7,76r-18,0","w":107},{"d":"88,-160v-35,0,-52,30,-31,51v33,17,109,-2,104,59v10,71,-124,70,-142,21v-2,-7,-3,-15,-3,-24r28,0v-1,27,17,33,44,33v45,11,64,-48,21,-57v-41,-8,-90,-4,-90,-54v0,-58,87,-65,122,-40v12,8,16,24,16,44r-28,0v0,-25,-15,-33,-41,-33","w":177},{"d":"129,-54r-116,0r0,-22r107,-158r37,0r0,156r29,0r0,24r-29,0r0,54r-28,0r0,-54xm129,-78r0,-129r-87,129r87,0","w":198,"k":{"7":6,"4":-7,"1":10}},{"d":"181,0r-36,0r-91,-193r0,193r-29,0r0,-234r37,0r91,193r0,-193r28,0r0,234","w":206,"k":{"\u00f9":3,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f5":1,"\u00f2":1,"\u00f6":1,"\u00f4":1,"\u00f3":1,"\u00e5":2,"\u00e0":2,"\u00e4":2,"\u00e2":2,"\u00e1":2,"\u00d5":1,"\u00d2":1,"\u00d6":1,"\u00d4":1,"\u00d3":1,"\u00c7":1,"\u00c5":-3,"\u00c0":-3,"\u00c4":-3,"\u00c2":-3,"\u00c1":-3,"\u00f8":1,"\u00e6":2,"\u00d8":1,"u":3,"o":1,"a":2,"O":1,"C":1,"A":-3,".":1,",":1,"\u00e9":2,"\u00c6":-3,"e":2,"G":2}},{"d":"25,-234r133,0r0,25r-104,0r0,78r91,0r0,24r-91,0r0,82r104,0r0,25r-133,0r0,-234xm132,-252r-19,0r-20,-25r-20,25r-19,0r23,-43r31,0","w":176},{"d":"147,-203r-44,203r-39,0r-51,-234r29,0r42,202r44,-202r38,0r45,202r40,-202r31,0r-53,234r-38,0","w":294,"k":{"\u00f9":6,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f5":9,"\u00f2":9,"\u00f6":9,"\u00f4":9,"\u00f3":9,"\u00e5":10,"\u00e0":10,"\u00e4":10,"\u00e2":10,"\u00e1":10,"\u00d5":3,"\u00d2":3,"\u00d6":3,"\u00d4":3,"\u00d3":3,"\u00c7":3,"\u00c5":16,"\u00c0":16,"\u00c4":16,"\u00c2":16,"\u00c1":16,"\u00d8":3,"u":6,"o":9,"a":10,"S":1,"O":3,"C":3,"A":16,";":-1,":":-1,".":17,"-":7,",":17,"\u00ab":14,"\u00f8":9,"\u00e6":10,"\u00c6":17,"r":6,"g":9,"e":10,"T":-9,"G":4}},{"d":"33,-109r20,0r10,163r-40,0xm26,-180r35,0r0,33r-35,0r0,-33","w":86},{"d":"139,8v-93,0,-123,-52,-117,-151v4,-70,46,-98,117,-99v93,-2,125,51,118,151v-5,67,-44,99,-118,99xm139,-12v81,2,96,-45,96,-130v0,-53,-32,-80,-96,-80v-86,0,-95,47,-95,130v0,58,35,78,95,80xm148,-181v54,-10,56,64,23,78r25,50r-24,0r-23,-46r-36,0r0,46r-22,0r0,-128r57,0xm171,-141v0,-29,-33,-19,-58,-21r0,43v26,-1,58,6,58,-22","w":278},{"d":"183,-64v4,79,-85,62,-158,64r0,-234v69,2,156,-15,151,60v-2,28,-13,47,-35,54v27,8,40,23,42,56xm153,-66v0,-51,-53,-40,-99,-41r0,82v46,-2,99,12,99,-41xm147,-170v0,-47,-49,-38,-93,-39r0,78v44,0,93,7,93,-39","w":197,"k":{"\u00dd":5,"\u00d5":-2,"\u00d2":-2,"\u00d6":-2,"\u00d4":-2,"\u00d3":-2,"\u00c5":-2,"\u00c0":-2,"\u00c4":-2,"\u00c2":-2,"\u00c1":-2,"Y":5,"O":-2,"A":-2,"\u00d8":-3,"\u00c6":2,"W":3,"V":2}},{"d":"90,-238v52,0,77,19,77,70v0,48,-21,68,-65,71r-3,26r-18,0r-5,-48v40,1,64,-9,62,-49v-1,-33,-13,-45,-48,-45v-30,0,-43,13,-44,41r-29,0v0,-46,26,-66,73,-66xm73,-32r35,0r0,32r-35,0r0,-32","w":182},{"d":"51,-60v-6,53,64,45,88,22r0,-142r28,0r0,180r-19,0r-7,-18v-36,35,-118,32,-118,-42r0,-120r28,0r0,120xm53,-234r29,0r0,30r-29,0r0,-30xm108,-234r30,0r0,30r-30,0r0,-30"},{"d":"22,-34r33,0r0,34r-33,0r0,-34xm22,-151r33,0r0,34r-33,0r0,-34","w":77},{"d":"135,-18v-31,33,-121,33,-121,-30v0,-58,65,-51,118,-55v4,-38,-4,-59,-41,-57v-28,2,-41,7,-41,34r-28,0v-2,-45,27,-58,69,-58v44,0,70,14,70,59r0,125r-19,0xm51,-70v-18,20,-4,54,29,50v26,-3,37,-7,52,-20r0,-45v-26,5,-63,3,-81,15xm90,-257v22,0,36,10,36,31v0,20,-15,30,-36,30v-22,0,-35,-9,-35,-30v0,-21,13,-31,35,-31xm90,-212v10,0,17,-3,17,-14v0,-11,-6,-15,-17,-15v-11,0,-16,4,-16,15v0,10,6,14,16,14","w":180,"k":{"y":5,"w":5,"v":5,"j":1}},{"d":"22,-34r33,0r0,34r-33,0r0,-34","w":77,"k":{"1":15}},{"d":"101,-22v69,0,50,-72,52,-133v1,-39,-13,-57,-52,-57v-70,0,-50,72,-52,133v-1,39,12,57,52,57xm101,4v-56,0,-81,-25,-81,-83r0,-76v-1,-58,25,-83,81,-83v55,0,80,25,80,83r0,76v3,59,-25,83,-80,83xm108,-295r32,0r-28,43r-16,0","w":201,"k":{"\u00c6":1,"X":6,"W":3,"V":3,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"23,-180r28,0r0,180r-28,0r0,-180xm23,-241r29,0r0,29r-29,0r0,-29","w":74,"k":{"j":3,"T":-2}},{"d":"9,-180r31,0r50,145r49,-145r30,0r-83,224v-10,19,-42,25,-69,18r0,-24v35,12,52,-10,58,-38","w":178,"k":{"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e7":7,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"s":4,"o":6,"c":7,"a":6,".":20,"-":5,",":20,"\u00e8":6,"\u00ea":6,"\u00e9":6,"\u00f8":5,"\u00e6":6,"g":6,"e":6,";":-2}},{"d":"183,-84v8,90,-72,87,-158,84r0,-108r-21,0r0,-22r21,0r0,-104v85,-2,166,-6,158,84r0,66xm154,-82v-2,-63,12,-137,-59,-127r-41,0r0,79r43,0r0,22r-43,0r0,83v56,2,102,1,100,-57","w":204,"k":{"X":8,"W":3,"V":3,"T":1,"J":4,"Y":6,"\u00dd":6,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2}},{"d":"22,-34r33,0r-14,68r-19,0r0,-68","w":77,"k":{"1":16}},{"d":"23,-136r36,0r0,35r-36,0r0,-35","w":82},{"d":"99,-22v67,0,51,-71,51,-131v0,-38,-11,-59,-51,-59v-67,0,-47,71,-50,131v-1,40,10,59,50,59xm99,4v-56,0,-79,-27,-79,-85r0,-72v-2,-58,23,-82,79,-85v86,-4,80,74,80,157v0,57,-23,86,-80,85","w":199,"k":{"7":1,"4":-3,"1":5}},{"d":"53,0r0,-209r-35,0r0,-15v21,-4,38,-11,64,-10r0,234r-29,0","w":121,"k":{".":8,",":8,"9":9,"8":8,"7":6,"6":8,"5":10,"4":6,"3":10,"2":10,"1":9,"0":8}},{"d":"53,-62v0,29,15,41,47,41v49,0,50,-38,48,-88v-47,27,-136,23,-129,-53v5,-50,24,-76,78,-76v56,0,80,25,80,83v0,81,10,159,-77,159v-51,0,-75,-19,-76,-66r29,0xm48,-163v0,62,68,57,100,33v3,-49,-1,-83,-50,-83v-36,0,-50,14,-50,50","w":196,"k":{"7":2,"4":-3,"1":5}},{"d":"161,-79v-1,40,8,61,49,59v25,-1,43,-2,62,-7r0,24v-40,9,-110,16,-125,-20v-23,42,-133,39,-133,-25v0,-57,60,-53,118,-52v3,-38,-2,-63,-41,-60v-28,2,-41,7,-41,34r-28,0v-12,-68,101,-74,127,-36v11,-17,31,-21,59,-22v62,-2,76,40,72,105r-119,0xm252,-100v13,-57,-47,-77,-82,-47v-10,9,-8,27,-9,47r91,0xm43,-50v0,39,61,37,79,18v8,-10,10,-26,10,-47v-37,2,-89,-12,-89,29","w":296,"k":{"y":5,"x":2,"w":4,"v":5}},{"d":"18,-114r90,0r0,24r-90,0r0,-24","w":126,"k":{"\u00c6":4,"W":7,"V":10,"T":20,"A":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"Y":21,"\u00dd":21}},{"d":"42,33v37,10,105,21,98,-33r0,-20v-14,10,-33,20,-54,20v-60,3,-68,-41,-68,-103v0,-53,17,-81,68,-81v23,0,43,11,57,22r7,-18r18,0r0,180v8,71,-69,71,-126,58r0,-25xm140,-139v-12,-11,-31,-20,-50,-21v-43,-2,-45,35,-44,78v1,36,7,58,44,58v20,0,39,-10,50,-20r0,-95","w":191,"k":{"\u00e5":3,"\u00e0":3,"\u00e4":3,"\u00e2":3,"\u00e1":3,"\u00e6":3,"a":3,"\u00f6":1,"\u00f3":1,"\u00e9":2,"r":3,"l":3,"e":2}},{"d":"152,-114v34,33,9,98,-45,90r0,31r-25,0r0,-31v-37,-3,-62,-15,-60,-56r28,0v-1,26,16,32,43,32v46,11,65,-48,22,-57v-40,-9,-90,-3,-90,-54v0,-36,23,-50,57,-52r0,-30r25,0r0,30v37,2,55,18,55,56r-28,0v0,-25,-14,-33,-40,-33v-36,0,-53,30,-32,51v20,11,74,7,90,23","w":188},{"d":"25,-234r133,0r0,25r-104,0r0,78r91,0r0,24r-91,0r0,82r104,0r0,25r-133,0r0,-234xm95,-295r33,0r-29,43r-15,0","w":176},{"d":"102,-158v-24,0,-38,7,-51,19r0,139r-28,0r0,-180r19,0r7,18v15,-12,28,-22,53,-22r0,26","w":114,"k":{"\u00f9":2,"\u00fc":2,"\u00fb":2,"\u00fa":2,"\u00f5":5,"\u00f2":5,"\u00f6":5,"\u00f4":5,"\u00f3":5,"\u00ec":2,"\u00ef":2,"\u00ee":2,"\u00ed":2,"\u00e7":6,"\u00e5":5,"\u00e0":5,"\u00e4":5,"\u00e2":5,"\u00e1":5,"u":2,"s":3,"o":5,"i":2,"f":-4,"c":6,"a":5,":":8,".":19,"-":17,"\u00e8":5,"\u00ea":5,"\u00e9":5,"\u00f8":4,"\u00e6":4,"y":-5,"x":-2,"w":-4,"v":-5,"t":-5,"r":2,"q":4,"p":2,"n":2,"m":2,"l":2,"k":2,"j":2,"h":2,"g":4,"e":5,"d":5,";":6,",":20}},{"d":"20,-110r62,0r0,-62r22,0r0,62r62,0r0,22r-62,0r0,63r-22,0r0,-63r-62,0r0,-22","w":186},{"d":"149,-161v7,-56,-44,-48,-95,-48r0,96v50,1,102,7,95,-48xm179,-161v0,72,-54,76,-125,72r0,89r-29,0r0,-234v79,-1,154,-12,154,73","w":195,"k":{"\u00f5":1,"\u00f2":1,"\u00f6":1,"\u00f4":1,"\u00f3":1,"\u00e5":2,"\u00e0":2,"\u00e4":2,"\u00e2":2,"\u00e1":2,"\u00c5":12,"\u00c0":12,"\u00c4":12,"\u00c2":12,"\u00c1":12,"o":1,"a":2,"A":12,".":33,"-":1,"\u00e9":2,"\u00f8":1,"\u00e6":2,"\u00c6":28,"e":2,"J":9,",":35}},{"d":"40,-180r49,150r49,-150r30,0r-64,180r-31,0r-64,-180r31,0","w":177,"k":{"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e7":7,"\u00e5":6,"\u00e0":6,"\u00e4":6,"\u00e2":6,"\u00e1":6,"s":4,"o":6,"c":7,"a":6,".":20,"-":5,",":20,"\u00e8":6,"\u00ea":6,"\u00e9":6,"\u00f8":5,"\u00e6":6,"g":6,"e":6,";":-2}},{"d":"146,-78v1,-44,0,-84,-44,-82v-19,1,-39,10,-51,21r0,99v12,10,31,20,51,20v36,0,44,-23,44,-58xm49,-162v14,-11,34,-22,57,-22v61,-2,70,44,68,107v-2,52,-16,82,-68,81v-21,0,-40,-11,-55,-20r0,77r-28,0r0,-241r19,0","w":191,"k":{"y":6,"t":1}},{"d":"139,-120v6,-53,-64,-45,-88,-22r0,142r-28,0r0,-241r28,0r0,78v37,-34,116,-29,116,43r0,120r-28,0r0,-120","w":193,"k":{"y":8}},{"d":"92,-184v64,0,76,39,76,104v0,56,-20,84,-76,84v-64,0,-76,-38,-76,-104v0,-56,20,-84,76,-84xm92,-20v48,0,49,-34,48,-80v0,-38,-9,-60,-48,-60v-47,0,-49,34,-48,80v1,38,7,60,48,60","w":183,"k":{"y":6,"x":7,"w":5,"v":6,"t":1,"T":22}},{"d":"46,-102v0,44,-2,82,44,82v20,0,39,-10,50,-21r0,-98v-12,-10,-31,-21,-50,-21v-36,0,-44,22,-44,58xm143,-18v-14,11,-34,22,-57,22v-62,0,-68,-44,-68,-107v0,-53,17,-81,68,-81v21,0,40,10,54,20r0,-77r28,0r0,241r-18,0","w":191},{"d":"139,-120v6,-53,-64,-45,-88,-22r0,142r-28,0r0,-180r19,0r7,18v36,-35,118,-32,118,42r0,120r-28,0r0,-120","k":{"y":6,"w":6,"v":6,"p":3,"T":24}},{"d":"96,-248v-65,63,-66,228,0,291r-23,0v-69,-61,-69,-230,0,-291r23,0","w":114},{"d":"135,-57r-82,0r-16,57r-30,0r69,-234r36,0r69,234r-30,0xm60,-81r69,0r-35,-125xm103,-252r-16,0r-29,-43r33,0","w":188,"k":{"\u00ab":8,"\u00e7":1,"\u00c7":1,"y":15,"w":12,"v":15,"t":5,"q":2,"g":2,"e":2,"d":1,"b":-2,"W":16,"V":18,"T":18,"Q":1,"G":2}},{"d":"102,-20v45,0,45,-38,44,-82v0,-35,-8,-60,-44,-58v-19,1,-39,10,-51,21r0,99v12,10,31,20,51,20xm106,4v-21,0,-40,-11,-55,-20r0,77r-28,0r0,-302r28,0r0,77v15,-10,34,-19,55,-20v62,-3,70,44,68,107v-1,52,-16,82,-68,81","w":191},{"d":"24,-180r28,0r0,180r-28,0r0,-180xm60,-198r-15,0r-29,-43r33,0","w":76,"k":{"j":3,"T":-2}},{"d":"25,0r0,-234r127,0r0,25r-98,0r0,78r85,0r0,24r-85,0r0,107r-29,0","w":169,"k":{"\u00f9":9,"\u00fc":9,"\u00fb":9,"\u00fa":9,"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00ec":3,"\u00ef":3,"\u00ee":3,"\u00ed":3,"\u00e5":8,"\u00e0":8,"\u00e4":8,"\u00e2":8,"\u00e1":8,"\u00d5":4,"\u00d2":4,"\u00d6":4,"\u00d4":4,"\u00d3":4,"\u00c5":14,"\u00c0":14,"\u00c4":14,"\u00c2":14,"\u00c1":14,"\u00e6":8,"\u00d8":4,"\u00c6":14,"u":9,"o":6,"i":3,"a":8,"O":4,"A":14,".":33,"-":5,",":33,"\u00e9":6,"\u00f8":5,"r":9,"j":3,"e":6,"J":5}},{"d":"25,-234r29,0r0,234r-29,0r0,-234xm78,-252r-19,0r-19,-25r-20,25r-19,0r23,-43r31,0","w":79},{"d":"135,-57r-82,0r-16,57r-30,0r69,-234r36,0r69,234r-30,0xm60,-81r69,0r-35,-125","w":188,"k":{"\u00ab":8,"\u00e7":1,"\u00c7":1,"y":15,"w":12,"v":15,"t":5,"q":2,"g":2,"e":2,"d":1,"b":-2,"W":16,"V":18,"T":18,"Q":1,"G":2}},{"d":"108,14r-23,0r-74,-262r24,0","w":119},{"d":"138,-100v12,-55,-47,-78,-82,-47v-10,9,-9,27,-10,47r92,0xm46,-79v-1,40,10,60,49,59v25,-1,43,-3,63,-7r0,24v-18,5,-39,7,-63,7v-64,3,-77,-37,-77,-104v0,-56,20,-84,75,-84v63,0,76,40,73,105r-120,0xm100,-241r32,0r-28,43r-16,0","w":182,"k":{"y":5,"x":2,"w":4,"v":5}},{"d":"151,37v-35,2,-62,-3,-63,-34v-77,2,-68,-80,-68,-158v0,-58,25,-83,81,-83v55,0,80,25,80,83v0,78,10,162,-69,158v0,22,25,17,46,18xm101,-22v69,0,50,-72,52,-133v1,-39,-13,-57,-52,-57v-70,0,-50,72,-52,133v-1,39,12,57,52,57","w":201},{"d":"96,-154r-30,63r-31,-22r51,-48r-69,-9r12,-36r61,34r-13,-69r38,0r-13,69r61,-34r12,36r-70,9r52,48r-32,22","w":191},{"d":"135,-57r-82,0r-16,57r-30,0r69,-234r36,0r69,234r-30,0xm60,-81r69,0r-35,-125xm99,-295r33,0r-29,43r-16,0","w":188,"k":{"\u00ab":8,"\u00e7":1,"\u00c7":1,"y":15,"w":12,"v":15,"t":5,"q":2,"g":2,"e":2,"d":1,"b":-2,"W":16,"V":18,"T":18,"Q":1,"G":2}},{"d":"101,-22v69,0,50,-72,52,-133v1,-39,-13,-57,-52,-57v-70,0,-50,72,-52,133v-1,39,12,57,52,57xm101,4v-56,0,-81,-25,-81,-83r0,-76v-1,-58,25,-83,81,-83v55,0,80,25,80,83r0,76v3,59,-25,83,-80,83xm115,-252r-16,0r-28,-43r32,0","w":201,"k":{"\u00c6":1,"X":6,"W":3,"V":3,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"146,-59v-76,5,-127,-11,-127,-86v0,-62,28,-89,90,-89r112,0r0,297r-24,0r0,-275r-27,0r0,275r-24,0r0,-122","w":254},{"d":"135,-18v-31,33,-121,33,-121,-30v0,-58,65,-51,118,-55v4,-38,-4,-59,-41,-57v-28,2,-41,7,-41,34r-28,0v-2,-45,27,-58,69,-58v44,0,70,14,70,59r0,125r-19,0xm51,-70v-18,20,-4,54,29,50v26,-3,37,-7,52,-20r0,-45v-26,5,-63,3,-81,15","w":180,"k":{"y":5,"w":5,"v":5,"j":1}},{"d":"101,-22v69,0,50,-72,52,-133v1,-39,-13,-57,-52,-57v-70,0,-50,72,-52,133v-1,39,12,57,52,57xm101,4v-56,0,-81,-25,-81,-83r0,-76v-1,-58,25,-83,81,-83v55,0,80,25,80,83r0,76v3,59,-25,83,-80,83","w":201,"k":{"\u00c6":1,"X":6,"W":3,"V":3,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"77,-91r-68,-143r32,0r51,114r51,-114r32,0r-69,143r0,91r-29,0r0,-91","w":183,"k":{"\u00ab":30,"\u00f8":19,"\u00e6":19,"\u00d8":5,"\u00c6":22,"v":5,"p":11,"g":18,"e":19,"T":-10,"G":6,";":12,"C":5,"\u00c7":5,"O":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"a":19,"\u00e1":19,"\u00e2":19,"\u00e4":19,"\u00e0":19,"\u00e5":19,"-":21,"o":19,"\u00f3":19,"\u00f4":19,"\u00f6":19,"\u00f2":19,"\u00f5":19,",":27,".":27,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"A":22,"\u00c1":22,"\u00c2":22,"\u00c4":22,"\u00c0":22,"\u00c5":22,"S":4,":":12,"i":-1,"\u00ed":-1,"\u00ee":-1,"\u00ef":-1,"\u00ec":-1}},{"d":"44,7r-26,0r72,-124r-72,-124r26,0r72,124","w":133},{"d":"22,-34r33,0r-14,68r-19,0r0,-68xm22,-151r33,0r0,34r-33,0r0,-34","w":77},{"d":"166,-144r0,93r-22,0r0,-70r-124,0r0,-23r146,0","w":186},{"d":"98,-21v36,0,51,-10,52,-45v1,-38,-30,-44,-69,-41r0,-24v37,4,65,-4,63,-38v-2,-32,-14,-44,-48,-44v-34,0,-47,12,-48,46r-29,0v0,-47,26,-71,77,-71v51,0,76,21,77,69v0,26,-15,42,-34,49v25,8,41,21,41,54v-1,51,-28,70,-82,70v-54,0,-79,-19,-79,-71r29,0v1,34,14,46,50,46","w":197,"k":{"7":3,"4":-4,"1":6}},{"d":"25,-234r133,0r0,25r-104,0r0,78r91,0r0,24r-91,0r0,82r104,0r0,25r-133,0r0,-234xm110,-252r-16,0r-28,-43r32,0","w":176},{"d":"51,-41v12,11,31,21,51,21v45,0,45,-38,44,-82v0,-36,-9,-58,-44,-58v-19,0,-39,11,-51,21r0,98xm174,-103v0,63,-6,107,-68,107v-23,0,-43,-11,-57,-22r-7,18r-19,0r0,-241r28,0r0,77v15,-10,34,-19,55,-20v51,0,68,28,68,81","w":191,"k":{"y":6,"w":5,"v":6}},{"d":"-17,37v15,7,40,7,40,-18r0,-199r28,0r0,199v5,42,-33,53,-68,42r0,-24xm23,-241r29,0r0,29r-29,0r0,-29","w":74},{"d":"20,25v21,0,40,2,40,-20v0,-38,-12,-95,17,-108v-30,-11,-13,-69,-17,-107v2,-22,-19,-20,-40,-20r0,-19v37,-2,63,2,63,40r0,80v-3,21,20,17,39,17r0,19v-19,0,-39,-4,-39,17v0,51,18,126,-43,120r-20,0r0,-19","w":141},{"d":"25,-234r29,0r0,234r-29,0r0,-234xm62,-252r-16,0r-28,-43r32,0","w":79},{"d":"33,-241r33,0r-29,43r-15,0","w":87},{"d":"77,-57r32,0r0,30r-32,0r0,-30xm77,-170r32,0r0,30r-32,0r0,-30xm20,-88r0,-22r146,0r0,22r-146,0","w":186},{"d":"135,-57r-82,0r-16,57r-30,0r69,-234r36,0r69,234r-30,0xm60,-81r69,0r-35,-125xm51,-288r30,0r0,30r-30,0r0,-30xm107,-288r29,0r0,30r-29,0r0,-30","w":188,"k":{"\u00ab":8,"\u00e7":1,"\u00c7":1,"y":15,"w":12,"v":15,"t":5,"q":2,"g":2,"e":2,"d":1,"b":-2,"W":16,"V":18,"T":18,"Q":1,"G":2}},{"d":"103,4v-53,0,-78,-23,-78,-77r0,-161r29,0r0,162v1,37,12,51,49,51v37,0,50,-13,50,-51r0,-162r29,0r0,161v1,55,-26,77,-79,77","w":207,"k":{"\u00c6":3,"r":3,"p":3,"n":3,"m":3,",":5,".":5,"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+210-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("!;.v$5]G>U2*!~:Ap5gEi;i2hH]v.52*hHlE>UX%.zmqs3Guz:}vOaQ5Oz)%XgvVhPV|O;OvhPV|O;i}hPV|O;^b.z}vOaQ9s9QJp4f|.agJp4f|.UsjhPV|O;X5hPV|O;Oby9?mhPV|O;R|hPV|O;z:hPV|O;R3.:}vOaQMsz}vOaQM]g}vOaQ5.g}vOaQ:.PMJp4f|s3.Jp4f|.;XGphpJp4f|.jlJp4f|.jQYhPV|O;^v]zMJp4f|.4pJp4f|sH.Jp4f|s4zJp4f|.j]Jp4f|sjzJp4f|.jMJp4f|.aXJp4f|s4pJp4f|sU.Jp4f|.jVMh~m2i~:Jp4f|.5g$hPV|O;zuhPV|O;V{Vu.Jp4f|s4.l4g}vOaQ:O:}vOaQ5s:}vOaQ9sv}vOaQ5.:}vOaQ9]5]Jp4f|.4gJp4f|sjQJp4f|.a:Jp4f|s5lJp4f|sUlJp4f|.;zJp4f|s4l!hPV|O;VGhPV|O;sGhPV|O;zMhPV|O;skhPV|O;XM]:}vOaQ5]5GE,RV{4z}vOaQjs%#Jp4f|s5.P^v}vOaQ:OapqWv}vOaQ9Cg}vOaQjO:}vOaQMCWz}hPV|O;]9hPV|O;lMVv|uJ3XChPV|O;]Mzv}vOaQMOz}vOaQM.ViehPV|O;.jC:}vOaQ:]WkJp4f|.a]tyz}vOaQ9O~}Jp4f|sjJ|O4:Jp4f|.4s#.EXJp4f|s3:E!vQHJ;Mr.;{)hPV|O;O|hPV|O;.:hPV|O;zjX:}vOaQj.VgJhg}vOaQ:CzRxhPV|O;O}hPV|O;^EhPV|O;iHsV2.dj#Jp4f|sUO3hPV|O;O{s5t2hPV|O;]jhPV|O;iGhfQ~aRg;Pil!+O]Cd^XW4VzUhs.>$Jpy,?Muj9:5%)txYq#*r|}E3GvHb{kKAm20ePV|O;sbhPV|O;OGzWi*JbQq>h^)iuit+;92O~}|dUi*J~}qdhf*$;z*.bX)+;J2suk5+5pqyhQ)J3vA,4#t.uMu+52YdW2y!amKpbpbh~{tdE?eCu{Yh~kj$PzuJH29sz|*sH2J+5kK,~{Yh~k3J;gEp;g*h~kj$v|*$%)tl~2t+%X:Jb^)$;2jshXt$H{*>;23p;kM$UVt!U.rJu?A>4}qCEqY>W:%UH]$>zvpdhQ$>zv2!W?t")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":190,"face":{"font-family":"breuer","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-17 -311 288 69.0789","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+00FF"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2007 by Silas Dilworth. All rights reserved. PDF-RiP (c) 2008 by
 * AcnApyX.
 * 
 * Manufacturer:
 * by Silas Dilworth
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"84,43r-66,0r0,-21r37,0r0,-249r-37,0r0,-21r66,0r0,291","w":109},{"d":"47,14r-33,0r67,-131r-67,-131r33,0r65,131","w":126},{"d":"22,-180r38,0r0,180r-38,0r0,-180xm22,-241r38,0r0,39r-38,0r0,-39","w":82,"k":{"j":1,"T":-1}},{"d":"23,-234r139,0r0,34r-99,0r0,65r86,0r0,32r-86,0r0,69r99,0r0,34r-139,0r0,-234xm93,-295r39,0r-29,43r-23,0","w":180},{"d":"73,-89r-68,-145r44,0r44,106r43,-106r44,0r-68,145r0,89r-39,0r0,-89xm96,-295r40,0r-30,43r-22,0","k":{"\u00ab":27,"\u00f8":17,"\u00d8":5,"\u00c6":19,"v":2,"p":9,"g":16,"e":18,"T":-11,"G":5,"C":5,"\u00c7":5,"O":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e4":18,"\u00e0":18,"\u00e5":18,"-":20,"o":17,"\u00f3":17,"\u00f4":17,"\u00f6":17,"\u00f2":17,"\u00f5":17,",":23,".":23,"u":11,"\u00fa":11,"\u00fb":11,"\u00fc":11,"\u00f9":11,"A":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"S":4,":":5,";":5,"i":-2,"\u00ed":-2,"\u00ee":-2,"\u00ef":-2,"\u00ec":-2}},{"d":"18,22v19,0,37,2,37,-18v0,-39,-10,-93,17,-107v-29,-13,-17,-68,-17,-106v0,-20,-18,-19,-37,-18r0,-21v39,-1,66,1,66,42r0,77v-2,21,19,15,36,16r0,22v-17,1,-36,-6,-36,15v0,53,16,127,-46,119r-20,0r0,-21","w":134},{"d":"122,-51r-111,0r0,-31r100,-152r51,0r0,150r29,0r0,33r-29,0r0,51r-40,0r0,-51xm122,-84r0,-114r-74,114r74,0","w":201,"k":{"7":6,"4":-7,"1":11}},{"d":"18,-108v0,-60,10,-100,64,-102r0,-31r31,0r0,31v38,5,58,22,58,65r-39,0v-1,-25,-9,-33,-35,-34v-40,-1,-40,31,-40,71v0,34,7,53,40,53v26,0,34,-9,35,-34r39,0v0,43,-19,61,-58,65r0,31r-31,0r0,-30v-47,-4,-64,-33,-64,-85","w":188},{"d":"50,43r-25,0r0,-122r25,0r0,122xm50,-126r-25,0r0,-122r25,0r0,122","w":79},{"d":"131,-51r-72,0r-13,51r-41,0r65,-234r50,0r65,234r-41,0xm67,-83r56,0r-28,-115xm99,-295r40,0r-30,43r-23,0","w":190,"k":{"\u00ab":7,"\u00e7":2,"\u00c7":1,"y":12,"w":10,"v":11,"t":6,"q":1,"g":2,"e":1,"d":1,"b":-3,"W":14,"V":15,"T":16,"Q":1,"G":1}},{"d":"22,-234r39,0r0,234r-39,0r0,-234xm22,-295r40,0r21,43r-23,0r-18,-22r-18,22r-23,0","w":82},{"d":"103,4v-54,0,-81,-22,-81,-78r0,-160r39,0r0,161v0,31,12,43,42,43v30,0,41,-12,41,-43r0,-161r40,0v-7,99,35,238,-81,238xm129,-252r-23,0r-30,-43r40,0","w":205,"k":{"\u00c6":2,"r":2,"p":2,"n":2,"m":2,",":2,".":2,"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2}},{"d":"132,-119v5,-47,-53,-35,-72,-17r0,136r-38,0r0,-180r26,0r8,15v19,-12,33,-18,60,-19v85,-5,46,112,55,184r-39,0r0,-119","w":191,"k":{"y":4,"w":5,"v":4,"p":1,"T":22}},{"d":"73,-89r-68,-145r44,0r44,106r43,-106r44,0r-68,145r0,89r-39,0r0,-89","k":{"\u00ab":27,"\u00f8":17,"\u00d8":5,"\u00c6":19,"v":2,"p":9,"g":16,"e":18,"T":-11,"G":5,"C":5,"\u00c7":5,"O":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"a":18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e4":18,"\u00e0":18,"\u00e5":18,"-":20,"o":17,"\u00f3":17,"\u00f4":17,"\u00f6":17,"\u00f2":17,"\u00f5":17,",":23,".":23,"u":11,"\u00fa":11,"\u00fb":11,"\u00fc":11,"\u00f9":11,"A":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"S":4,":":5,";":5,"i":-2,"\u00ed":-2,"\u00ee":-2,"\u00ef":-2,"\u00ec":-2}},{"d":"102,-204v-63,-5,-41,73,-44,127v-2,35,12,45,44,47v62,4,40,-74,43,-127v2,-34,-11,-45,-43,-47xm102,-238v55,0,83,24,83,81r0,80v1,57,-28,81,-83,81v-56,0,-84,-24,-84,-81r0,-80v-1,-57,28,-81,84,-81xm82,-295r39,0r22,43r-23,0r-18,-22r-18,22r-24,0","w":203,"k":{"\u00c6":1,"X":3,"W":3,"V":2,"T":-2,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"88,-152v-29,-3,-42,23,-26,40v33,18,108,-3,102,61v9,66,-95,66,-134,40v-13,-9,-15,-24,-16,-44r39,0v-2,23,15,26,36,27v36,9,52,-39,16,-46v-41,-7,-88,-6,-88,-56v0,-63,92,-65,127,-40v12,8,17,23,17,45r-39,0v1,-22,-14,-25,-34,-27","w":178},{"d":"23,-234r139,0r0,34r-99,0r0,65r86,0r0,32r-86,0r0,69r99,0r0,34r-139,0r0,-234xm115,-252r-22,0r-30,-43r40,0","w":180},{"d":"103,4v-54,0,-81,-22,-81,-78r0,-160r39,0r0,161v0,31,12,43,42,43v30,0,41,-12,41,-43r0,-161r40,0v-7,99,35,238,-81,238xm105,-295r40,0r-30,43r-22,0","w":205,"k":{"\u00c6":2,"r":2,"p":2,"n":2,"m":2,",":2,".":2,"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2}},{"d":"22,-234r39,0r0,234r-39,0r0,-234xm68,-252r-23,0r-30,-43r40,0","w":82},{"d":"143,-77v0,-53,-53,-56,-78,-33r-41,0r11,-124r137,0r0,34r-103,0r-5,63v47,-32,125,-12,119,60v-5,54,-26,81,-83,81v-55,0,-82,-23,-82,-74r40,0v0,27,13,41,42,40v31,-1,43,-14,43,-47","w":200,"k":{"7":1,"4":-3,"1":6}},{"d":"131,-104v11,-46,-40,-61,-69,-37v-6,10,-6,21,-7,37r76,0xm55,-76v-9,61,58,49,106,42r0,31v-70,17,-145,10,-145,-78v0,-65,14,-103,78,-103v64,0,80,41,76,108r-115,0xm77,-241r40,0r21,43r-23,0r-18,-22r-18,22r-23,0","w":183,"k":{"y":5,"w":5,"v":4}},{"d":"35,-180v-9,-58,30,-77,76,-63r0,31v-24,-7,-45,-1,-38,32r31,0r0,32r-31,0r0,148r-38,0r0,-148r-26,0r0,-27","w":120,"k":{"\u00f5":5,"\u00f2":5,"\u00f6":5,"\u00f4":5,"\u00f3":5,"\u00ec":1,"\u00ef":1,"\u00ee":1,"\u00ed":1,"\u00e0":6,"\u00e2":6,"\u00e6":6,"s":4,"o":5,"i":1,"f":-1,"a":6,"\u00e9":6,"\u00e5":5,"\u00e4":5,"\u00e1":5,"\u00f8":4,"t":-3,"l":1,"j":1,"e":6}},{"d":"18,-117r90,0r0,33r-90,0r0,-33","w":126,"k":{"\u00c6":3,"W":7,"V":10,"T":18,"A":3,"\u00c1":3,"\u00c2":3,"\u00c4":3,"\u00c0":3,"\u00c5":3,"Y":20,"\u00dd":20}},{"d":"70,-238v39,0,56,17,56,57v0,41,-17,58,-56,58v-39,1,-56,-18,-56,-58v0,-39,17,-57,56,-57xm70,-212v-20,0,-26,7,-26,29v1,21,3,35,26,34v21,-1,26,-9,26,-32v0,-24,-5,-31,-26,-31","w":140},{"d":"18,-43r43,0r0,43r-43,0r0,-43xm18,-151r43,0r0,43r-43,0r0,-43","w":79},{"d":"-16,28v14,4,38,8,38,-14r0,-194r38,0r0,194v6,47,-37,58,-76,47r0,-33xm22,-241r38,0r0,39r-38,0r0,-39","w":82},{"w":75},{"d":"93,-184v64,0,78,37,78,103v0,58,-21,85,-78,85v-64,0,-79,-37,-79,-103v0,-57,22,-85,79,-85xm93,-28v39,0,39,-31,39,-71v0,-33,-6,-53,-39,-53v-40,0,-40,31,-40,71v0,34,7,53,40,53xm148,-234v7,45,-41,47,-65,26v-8,-7,-24,-3,-23,11r-22,0v-7,-45,41,-48,64,-26v10,4,26,3,24,-11r22,0","k":{"y":5,"x":6,"w":5,"v":4,"T":20}},{"d":"132,-119v6,-47,-54,-35,-72,-17r0,136r-38,0r0,-241r38,0r0,74v16,-10,31,-17,56,-17v85,0,46,112,55,184r-39,0r0,-119","w":191,"k":{"y":4}},{"d":"28,-140r43,0r-7,44r-43,0","w":79},{"d":"44,-144r-20,0r-10,-90r41,0xm95,-144r-19,0r-10,-90r40,0","w":120},{"d":"18,-85r0,-28r148,0r0,28r-148,0xm74,-60r35,0r0,33r-35,0r0,-33xm74,-171r35,0r0,33r-35,0r0,-33","w":183},{"d":"108,-55v40,0,40,-30,40,-71v0,-34,-7,-53,-40,-53v-40,0,-39,32,-39,71v0,34,6,53,39,53xm178,-177v12,29,13,93,0,121r26,30r-21,18r-23,-27v-23,16,-80,16,-103,0r-24,27r-21,-17r27,-31v-14,-28,-12,-93,0,-121r-27,-31r21,-18r23,28v22,-18,82,-17,105,0r23,-28r20,18","w":216},{"d":"77,-27r-46,0r0,-19r46,0r0,-24r-46,0r0,-19r46,0r-67,-145r44,0r44,106r42,-106r44,0r-67,145r46,0r0,19r-46,0r0,24r46,0r0,19r-46,0r0,27r-40,0r0,-27","w":194},{"d":"86,-40r41,-140r41,0r-60,180r-44,0r-60,-180r41,0","w":172,"k":{"\u00f5":4,"\u00f2":4,"\u00f6":4,"\u00f4":4,"\u00f3":4,"\u00e7":5,"\u00e6":5,"s":3,"o":4,"c":5,"a":5,";":-9,":":-9,".":14,"-":3,",":14,"\u00e8":5,"\u00ea":5,"\u00e9":5,"\u00e5":4,"\u00e0":4,"\u00e4":4,"\u00e2":4,"\u00e1":4,"\u00f8":3,"l":-1,"g":3,"e":5}},{"d":"185,-65v4,79,-87,64,-162,65r0,-234v70,2,155,-15,155,60v0,26,-12,46,-30,53v25,8,35,25,37,56xm144,-68v0,-42,-42,-35,-81,-35r0,69v38,-1,81,10,81,-34xm139,-168v0,-40,-40,-31,-76,-32r0,65v37,0,76,6,76,-33","w":199,"k":{"\u00dd":5,"\u00d5":-1,"\u00d2":-1,"\u00d6":-1,"\u00d4":-1,"\u00d3":-1,"\u00c5":-1,"\u00c0":-1,"\u00c4":-1,"\u00c2":-1,"\u00c1":-1,"\u00d8":-1,"Y":5,"O":-1,"A":-1,"\u00c6":3,"W":3,"V":2}},{"d":"177,-75v13,77,-70,97,-117,62r0,74r-38,0r0,-241r26,0r8,15v15,-11,32,-18,55,-19v61,-3,70,45,66,109xm139,-104v8,-56,-53,-57,-79,-32r0,92v26,26,87,21,79,-32r0,-28","w":193,"k":{"y":4}},{"d":"63,-200r-56,0r0,-34r151,0r0,34r-56,0r0,200r-39,0r0,-200","w":164,"k":{"\u00f9":21,"\u00fc":21,"\u00fb":21,"\u00fa":21,"\u00f5":20,"\u00f2":20,"\u00f6":20,"\u00f4":20,"\u00f3":20,"\u00ec":-1,"\u00ef":-1,"\u00ee":-1,"\u00ed":-1,"\u00e7":21,"\u00e5":22,"\u00e0":22,"\u00e4":22,"\u00e2":22,"\u00e1":22,"\u00dd":-11,"\u00d5":-2,"\u00d2":-2,"\u00d6":-2,"\u00d4":-2,"\u00d3":-2,"\u00c7":-1,"\u00c5":15,"\u00c0":15,"\u00c4":15,"\u00c2":15,"\u00c1":15,"\u00f8":20,"\u00e6":22,"u":21,"s":22,"o":20,"i":-1,"c":21,"a":22,"Y":-11,"S":-3,"O":-2,"C":-1,"A":15,";":3,":":3,".":18,"-":18,",":18,"\u00ab":24,"\u00d8":-2,"\u00c6":17,"y":18,"w":20,"v":18,"r":21,"j":-1,"g":21,"e":23,"W":-9,"V":-11,"J":-1,"G":-1}},{"d":"116,4v-25,0,-40,-7,-56,-17r0,74r-38,0r0,-241r38,0r0,136v18,19,72,30,72,-17r0,-119r39,0v-8,72,29,184,-55,184","w":192},{"d":"-1,-231r35,0r0,34r-35,0r0,-34xm49,-231r35,0r0,34r-35,0r0,-34xm22,-180r38,0r0,180r-38,0r0,-180","w":82,"k":{"j":1,"T":-1}},{"d":"177,-75v13,77,-70,97,-117,62r0,74r-38,0r0,-302r38,0r0,74v14,-9,29,-17,51,-17v61,0,70,45,66,109xm60,-44v26,26,79,22,79,-32v0,-38,2,-77,-35,-76v-18,0,-34,6,-44,16r0,92","w":193},{"d":"103,4v-54,0,-81,-22,-81,-78r0,-160r39,0r0,161v0,31,12,43,42,43v30,0,41,-12,41,-43r0,-161r40,0v-7,99,35,238,-81,238","w":205,"k":{"\u00c6":2,"r":2,"p":2,"n":2,"m":2,",":2,".":2,"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2}},{"d":"166,-144r0,94r-29,0r0,-66r-119,0r0,-28r148,0","w":183},{"d":"19,-90r65,-68r35,0r-65,68r41,68r-35,0xm87,-90r65,-68r35,0r-65,68r41,68r-35,0","w":191},{"d":"18,-230r97,0r0,27r-97,0r0,-27","w":133},{"d":"131,-51r-72,0r-13,51r-41,0r65,-234r50,0r65,234r-41,0xm67,-83r56,0r-28,-115xm50,-288r34,0r0,34r-34,0r0,-34xm107,-288r34,0r0,34r-34,0r0,-34","w":190,"k":{"\u00ab":7,"\u00e7":2,"\u00c7":1,"y":12,"w":10,"v":11,"t":6,"q":1,"g":2,"e":1,"d":1,"b":-3,"W":14,"V":15,"T":16,"Q":1,"G":1}},{"d":"102,-204v-63,-5,-41,73,-44,127v-2,35,12,45,44,47v62,4,40,-74,43,-127v2,-34,-11,-45,-43,-47xm102,-238v55,0,83,24,83,81r0,80v1,57,-28,81,-83,81v-56,0,-84,-24,-84,-81r0,-80v-1,-57,28,-81,84,-81xm56,-288r34,0r0,34r-34,0r0,-34xm113,-288r34,0r0,34r-34,0r0,-34","w":203,"k":{"\u00c6":1,"X":3,"W":3,"V":2,"T":-2,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"162,-12v-9,45,-35,70,-89,70v-51,0,-77,-19,-68,-70v8,-46,31,-68,77,-73r7,-24r25,0r-3,54v-50,-9,-78,32,-60,71v24,20,72,6,71,-28r40,0xm129,-137r-44,0r8,-43r43,0","w":192},{"d":"181,-117v0,71,-50,79,-120,75r0,42r-39,0r0,-234r39,0r0,41v72,-4,120,4,120,76xm61,-76v43,1,85,5,79,-42v5,-46,-36,-42,-79,-41r0,83","w":195},{"d":"16,29v28,11,54,-4,56,-29r-65,-180r42,0r42,134r41,-134r42,0r-71,202v-8,35,-46,51,-87,39r0,-32xm45,-234r34,0r0,34r-34,0r0,-34xm102,-234r34,0r0,34r-34,0r0,-34","w":181},{"d":"120,-155v-28,4,-78,1,-63,37v17,11,45,1,58,-10xm114,-103v-25,23,-100,26,-91,-26v7,-41,54,-45,100,-46v8,-21,3,-37,-24,-37v-19,0,-29,8,-31,23r-31,0v1,-50,76,-62,114,-37v20,38,-10,93,-12,135r-21,0","w":155},{"d":"99,-30v30,0,43,-10,43,-38v1,-34,-28,-37,-62,-35r0,-32v33,2,60,-1,58,-34v-1,-24,-13,-35,-40,-35v-29,-1,-41,13,-41,40r-40,0v1,-50,28,-75,81,-74v50,1,79,20,79,70v0,25,-17,39,-36,47v25,7,39,24,42,55v9,86,-140,92,-162,28v-3,-9,-5,-20,-5,-32r40,0v0,28,12,41,43,40","w":200,"k":{"7":1,"4":-3,"1":5}},{"d":"60,-61v-4,46,54,36,72,17r0,-136r39,0r0,180r-26,0r-8,-15v-19,12,-33,18,-60,19v-85,5,-46,-112,-55,-184r38,0r0,119xm77,-241r39,0r22,43r-24,0r-18,-22r-18,22r-23,0","w":192},{"d":"44,-144r-20,0r-10,-90r41,0","w":69},{"d":"16,29v28,11,54,-4,56,-29r-65,-180r42,0r42,134r41,-134r42,0r-71,202v-8,35,-46,51,-87,39r0,-32xm94,-241r40,0r-30,43r-22,0","w":181},{"d":"143,-21v-32,39,-153,38,-132,-42v8,-28,25,-47,48,-57v-36,-15,-24,-83,5,-102v43,-28,147,-21,120,51r-39,0v12,-38,-36,-40,-57,-26v-17,11,-24,62,11,62r111,0r-6,32r-26,0v-2,26,-25,73,17,71r-5,32v-24,0,-39,-5,-47,-21xm50,-66v-10,44,48,45,68,27v14,-13,17,-41,21,-64v-42,-1,-80,-3,-89,37","w":211},{"d":"72,-248r32,0r-61,262r-32,0","w":114},{"d":"18,-54r44,-45r-44,-44r20,-21r45,45r44,-45r21,21r-45,44r45,45r-21,21r-44,-45r-45,44","w":165},{"d":"179,-58r-35,0r-5,58r-27,0r5,-58r-42,0r-6,58r-27,0r6,-58r-35,0r2,-24r35,0r6,-71r-35,0r2,-23r35,0r5,-58r27,0r-5,58r42,0r5,-58r27,0r-5,58r35,0r-2,23r-35,0r-6,71r35,0xm77,-82r42,0r6,-71r-42,0","w":201},{"d":"65,-240v22,-10,62,-6,80,5r21,-20r13,15r-20,19v22,29,13,94,13,143v0,53,-24,82,-78,82v-54,0,-78,-29,-78,-83v0,-69,68,-93,117,-61v0,-18,1,-41,-3,-54r-21,19r-13,-14r22,-20v-13,-7,-41,-5,-53,2r0,-33xm95,-30v44,0,37,-41,38,-83v-30,-23,-83,-14,-78,36v3,29,7,47,40,47","w":193},{"d":"36,-18v-46,-67,-4,-201,74,-217v77,-16,169,-4,154,92v-14,89,-43,151,-144,151v-39,0,-70,-6,-84,-26xm47,-92v-7,50,17,74,77,74v84,0,104,-52,113,-124v6,-50,-18,-74,-78,-74v-83,0,-103,52,-112,124xm145,-97r-30,0r-8,44r-26,0r22,-128v42,4,109,-17,97,40v-4,20,-13,31,-27,39r15,49r-29,0xm119,-121v28,3,63,0,52,-32v-7,-8,-30,-4,-45,-5","w":271},{"d":"60,-61v-4,46,54,36,72,17r0,-136r39,0r0,180r-26,0r-8,-15v-19,12,-33,18,-60,19v-85,5,-46,-112,-55,-184r38,0r0,119xm51,-234r34,0r0,34r-34,0r0,-34xm108,-234r34,0r0,34r-34,0r0,-34","w":192},{"d":"101,-248v-65,63,-66,228,0,291r-29,0v-69,-62,-70,-229,0,-291r29,0","w":115},{"d":"216,-180r41,0r-45,180r-47,0r-32,-142r-32,142r-47,0r-45,-180r40,0r29,143r33,-143r44,0r33,143","w":265,"k":{"\u00f5":5,"\u00f2":5,"\u00f6":5,"\u00f4":5,"\u00f3":5,"\u00e7":6,"\u00e6":6,"s":4,"o":5,"c":6,"a":6,";":-10,":":-10,".":10,"-":2,",":10,"\u00e8":6,"\u00ea":6,"\u00e9":6,"\u00e5":5,"\u00e0":5,"\u00e4":5,"\u00e2":5,"\u00e1":5,"\u00f8":5,"l":1,"g":5,"e":6}},{"d":"111,4v-23,-1,-40,-8,-55,-19r-8,15r-26,0r0,-241r38,0r0,74v14,-9,29,-17,51,-17v61,0,66,45,66,109v0,52,-16,80,-66,79xm104,-152v-18,0,-34,6,-44,16r0,92v26,25,79,24,79,-32v0,-38,2,-77,-35,-76","w":193,"k":{"y":5,"w":5,"v":4}},{"d":"29,-241r39,0r-29,43r-23,0","w":84},{"d":"60,-61v-4,46,54,36,72,17r0,-136r39,0r0,180r-26,0r-8,-15v-19,12,-33,18,-60,19v-85,5,-46,-112,-55,-184r38,0r0,119xm100,-241r39,0r-30,43r-22,0","w":192},{"d":"52,-50v0,35,60,22,73,6r0,-36v-27,7,-73,-4,-73,30xm130,-15v-31,29,-117,28,-117,-33v0,-53,60,-55,112,-57v1,-30,-1,-48,-34,-47v-23,1,-32,9,-33,29r-39,0v0,-45,25,-61,72,-61v50,0,72,15,73,61r0,123r-26,0xm48,-234r34,0r0,34r-34,0r0,-34xm105,-234r34,0r0,34r-34,0r0,-34","w":182,"k":{"y":5,"w":5,"v":4,"j":2}},{"d":"183,0r-49,0r-76,-187r2,187r-38,0r0,-234r49,0r76,187r-2,-187r38,0r0,234xm157,-288v0,26,-6,40,-31,40v-21,0,-27,-15,-45,-17v-8,0,-12,5,-12,14r-21,0v-7,-45,41,-48,64,-26v10,5,25,2,24,-11r21,0","w":204},{"d":"23,-234r139,0r0,34r-99,0r0,65r86,0r0,32r-86,0r0,69r99,0r0,34r-139,0r0,-234xm74,-295r40,0r21,43r-23,0r-18,-22r-18,22r-23,0","w":180},{"d":"52,-50v0,35,60,22,73,6r0,-36v-27,7,-73,-4,-73,30xm130,-15v-31,29,-117,28,-117,-33v0,-53,60,-55,112,-57v1,-30,-1,-48,-34,-47v-23,1,-32,9,-33,29r-39,0v0,-45,25,-61,72,-61v50,0,72,15,73,61r0,123r-26,0xm95,-241r40,0r-30,43r-23,0","w":182,"k":{"y":5,"w":5,"v":4,"j":2}},{"d":"23,-234r40,0r0,200r78,0r0,34r-118,0r0,-234","w":150,"k":{"\u00c7":-2,"\u00c6":-10,"y":17,"W":12,"V":17,"T":18,"G":-2,"C":-2,"O":-2,"\u00d8":-2,"\u00d3":-2,"\u00d4":-2,"\u00d6":-2,"\u00d2":-2,"\u00d5":-2,"Y":23,"\u00dd":23,"-":26,"A":-10,"\u00c1":-10,"\u00c2":-10,"\u00c4":-10,"\u00c0":-10,"\u00c5":-10,"S":-5}},{"d":"183,0r-40,0r0,-103r-80,0r0,103r-40,0r0,-234r40,0r0,99r80,0r0,-99r40,0r0,234","w":205},{"d":"102,-204v-63,-5,-41,73,-44,127v-2,35,12,45,44,47v62,4,40,-74,43,-127v2,-34,-11,-45,-43,-47xm102,-238v55,0,83,24,83,81r0,80v1,57,-28,81,-83,81v-56,0,-84,-24,-84,-81r0,-80v-1,-57,28,-81,84,-81xm107,-295r40,0r-30,43r-22,0","w":203,"k":{"\u00c6":1,"X":3,"W":3,"V":2,"T":-2,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"22,-234r39,0r0,234r-39,0r0,-234xm45,-295r39,0r-30,43r-22,0","w":82},{"d":"22,-180r38,0r0,180r-38,0r0,-180xm22,-241r39,0r21,43r-23,0r-18,-22r-18,22r-23,0","w":82,"k":{"j":1,"T":-1}},{"d":"52,-50v0,35,60,22,73,6r0,-36v-27,7,-73,-4,-73,30xm130,-15v-31,29,-117,28,-117,-33v0,-53,60,-55,112,-57v1,-30,-1,-48,-34,-47v-23,1,-32,9,-33,29r-39,0v0,-45,25,-61,72,-61v50,0,72,15,73,61r0,123r-26,0xm129,-225v0,22,-13,33,-38,33v-25,0,-38,-11,-38,-33v0,-21,13,-32,38,-32v25,0,38,11,38,32xm107,-225v0,-9,-5,-14,-16,-14v-11,0,-16,5,-16,14v0,10,5,15,16,15v11,0,16,-5,16,-15","w":182,"k":{"y":5,"w":5,"v":4,"j":2}},{"d":"16,-81v-18,-91,67,-130,134,-88v14,9,19,27,19,51r-39,0v0,-26,-9,-33,-35,-34v-40,-1,-40,31,-40,71v0,34,7,53,40,53v26,0,35,-8,35,-34r39,0v1,47,-24,65,-68,66r-4,13v13,2,24,9,24,25v0,29,-29,26,-58,26r0,-15v15,-1,36,4,36,-11v0,-11,-10,-12,-22,-11r8,-27v-50,-3,-70,-31,-69,-85","k":{"k":4,"h":4}},{"d":"131,-104v11,-46,-40,-61,-69,-37v-6,10,-6,21,-7,37r76,0xm55,-76v-9,61,58,49,106,42r0,31v-70,17,-145,10,-145,-78v0,-65,14,-103,78,-103v64,0,80,41,76,108r-115,0xm51,-234r34,0r0,34r-34,0r0,-34xm108,-234r33,0r0,34r-33,0r0,-34","w":183,"k":{"y":5,"w":5,"v":4}},{"d":"131,-104v11,-46,-40,-61,-69,-37v-6,10,-6,21,-7,37r76,0xm55,-76v-9,61,58,49,106,42r0,31v-70,17,-145,10,-145,-78v0,-65,14,-103,78,-103v64,0,80,41,76,108r-115,0xm96,-241r40,0r-30,43r-22,0","w":183,"k":{"y":5,"w":5,"v":4}},{"d":"145,-67v4,-42,-21,-50,-63,-47r0,-33v29,3,44,-7,42,-34v0,-23,-10,-31,-32,-31v-24,-1,-32,10,-32,31r0,181r-38,0r0,-181v0,-47,24,-64,70,-64v47,0,70,17,71,61v0,28,-14,44,-34,51v37,4,53,25,55,66v3,64,-52,80,-110,67r0,-32v33,8,77,8,71,-35","w":198},{"d":"22,-180r38,0r0,180r-38,0r0,-180xm60,-198r-22,0r-30,-43r40,0","w":82,"k":{"j":1,"T":-1}},{"d":"38,-78v-31,-50,0,-144,56,-152v45,-6,104,-2,155,-4r-52,298r-31,0r48,-271r-25,0r-48,271r-30,0r21,-122v-39,1,-81,1,-94,-20","w":256},{"d":"14,-117r66,-131r32,0r-66,131r66,131r-32,0","w":126},{"d":"188,-62v9,86,-96,57,-170,62r0,-34v40,5,42,-38,31,-66r-31,0r0,-26r24,0v-23,-50,-6,-112,60,-112v49,0,73,16,72,65r-40,0v0,-22,-9,-31,-31,-31v-44,0,-31,50,-23,78r42,0r0,26r-38,0v8,23,4,55,-12,66v33,-3,80,13,76,-28r40,0","w":202},{"d":"95,-238v77,0,100,73,63,124v-9,13,-27,17,-47,19r-3,24r-25,0r-6,-54v37,2,57,-6,57,-43v0,-25,-14,-37,-38,-37v-25,-1,-39,12,-38,37r-40,0v1,-49,26,-70,77,-70xm74,-43r43,0r0,43r-43,0r0,-43","w":192},{"d":"97,-204v-29,0,-39,13,-39,40r-40,0v0,-50,27,-74,79,-74v52,0,79,22,79,72v1,82,-105,63,-117,132r120,0r0,34r-161,0v-11,-92,66,-97,109,-140v20,-20,10,-64,-30,-64","w":193,"k":{"7":-3,"4":1,"1":2}},{"d":"93,-184v64,0,78,37,78,103v0,58,-21,85,-78,85v-64,0,-79,-37,-79,-103v0,-57,22,-85,79,-85xm93,-28v39,0,39,-31,39,-71v0,-33,-6,-53,-39,-53v-40,0,-40,31,-40,71v0,34,7,53,40,53xm73,-241r40,0r21,43r-23,0r-18,-22r-18,22r-23,0","k":{"y":5,"x":6,"w":5,"v":4,"T":20}},{"d":"58,-158v3,52,-19,132,42,128v29,-2,40,-11,40,-41r40,0v1,52,-23,73,-73,75r-4,13v13,2,24,8,24,25v0,29,-29,26,-58,26r0,-15v15,-1,36,4,36,-11v0,-11,-10,-12,-22,-11r8,-27v-80,3,-75,-77,-73,-158v1,-59,24,-84,82,-84v55,0,80,21,80,75r-40,0v0,-29,-11,-41,-40,-41v-31,0,-44,13,-42,46","w":196,"k":{"\u00c6":-1,"K":2,"H":2,"O":-1,"\u00d8":-1,"\u00d3":-1,"\u00d4":-1,"\u00d6":-1,"\u00d2":-1,"\u00d5":-1,"A":-1,"\u00c1":-1,"\u00c2":-1,"\u00c4":-1,"\u00c0":-1,"\u00c5":-1}},{"d":"57,-112v-68,-25,-43,-135,40,-126v52,6,79,16,79,68r-39,0v0,-26,-13,-30,-40,-34v-46,-6,-54,56,-16,66v46,11,106,9,100,71v9,77,-95,88,-145,55v-15,-10,-22,-29,-22,-55r40,0v0,30,14,33,43,37v50,7,60,-58,19,-69v-16,-4,-44,-7,-59,-13","w":199,"k":{"\u00c6":4,"t":-1,"W":4,"V":3,"T":-1,"Y":6,"\u00dd":6}},{"d":"98,-204v-43,0,-41,35,-40,77v46,-28,124,-16,124,54v0,53,-28,77,-82,77v-56,0,-82,-26,-82,-82v0,-83,-9,-160,80,-160v53,0,78,20,79,69r-39,0v-1,-26,-11,-35,-40,-35xm142,-72v6,-52,-59,-48,-84,-28v-1,40,-1,70,41,70v33,0,40,-12,43,-42","w":199,"k":{"4":-3,"1":5}},{"d":"93,-184v64,0,78,37,78,103v0,58,-21,85,-78,85v-64,0,-79,-37,-79,-103v0,-57,22,-85,79,-85xm93,-28v39,0,39,-31,39,-71v0,-33,-6,-53,-39,-53v-40,0,-40,31,-40,71v0,34,7,53,40,53xm48,-234r33,0r0,34r-33,0r0,-34xm104,-234r34,0r0,34r-34,0r0,-34","k":{"y":5,"x":6,"w":5,"v":4,"T":20}},{"d":"157,-18v-14,14,-29,22,-57,22v-57,1,-82,-27,-82,-84v0,-84,-7,-163,82,-158v54,3,80,21,80,75r-40,0v0,-29,-11,-39,-40,-41v-61,-4,-37,76,-42,128v-2,33,12,46,44,46v44,0,44,-31,42,-73r-42,0r0,-32r82,0r0,135r-20,0","w":203,"k":{"\u00dd":7,"\u00c5":-5,"\u00c0":-5,"\u00c4":-5,"\u00c2":-5,"\u00c1":-5,"Y":7,"A":-5,"\u00c6":-4,"W":5,"V":4}},{"d":"18,-121r0,-28r148,0r0,28r-148,0xm18,-49r0,-28r148,0r0,28r-148,0","w":183},{"d":"23,0r0,-234r132,0r0,34r-92,0r0,65r80,0r0,32r-80,0r0,103r-40,0","w":165,"k":{"\u00f9":6,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f5":3,"\u00f2":3,"\u00f6":3,"\u00f4":3,"\u00f3":3,"\u00e0":6,"\u00e2":6,"\u00c5":10,"\u00c0":10,"\u00c4":10,"\u00c2":10,"\u00c1":10,"\u00f8":3,"\u00e6":6,"\u00c6":10,"u":6,"o":3,"a":6,"A":10,".":24,"-":3,",":24,"\u00e9":4,"\u00e5":5,"\u00e4":5,"\u00e1":5,"r":6,"e":4,"J":1}},{"d":"62,-65v1,26,11,35,40,35v42,0,41,-35,40,-77v-46,27,-124,16,-124,-54v0,-53,28,-77,81,-77v56,-1,83,27,83,82v0,83,9,160,-80,160v-54,0,-79,-20,-80,-69r40,0xm58,-162v-6,52,58,48,84,28v1,-40,0,-70,-42,-70v-33,0,-39,13,-42,42","w":199,"k":{"7":-1,"4":-3,"1":4}},{"d":"16,-81v-18,-91,67,-130,134,-88v14,9,19,27,19,51r-39,0v0,-26,-9,-33,-35,-34v-40,-1,-40,31,-40,71v0,34,7,53,40,53v26,0,35,-8,35,-34r39,0v0,47,-26,66,-74,66v-57,0,-80,-28,-79,-85","k":{"k":4,"h":4}},{"d":"60,-61v-4,46,54,36,72,17r0,-136r39,0r0,180r-26,0r-8,-15v-19,12,-33,18,-60,19v-85,5,-46,-112,-55,-184r38,0r0,119","w":192},{"d":"55,0r0,-200r-37,0r0,-20v25,-5,44,-16,76,-14r0,234r-39,0","w":130,"k":{".":6,",":6,"9":9,"8":7,"7":5,"6":7,"5":9,"4":5,"3":8,"2":9,"1":9,"0":7}},{"d":"95,-40r49,-194r41,0r-65,234r-50,0r-65,-234r41,0","w":190,"k":{"\u00f9":6,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f5":9,"\u00f2":9,"\u00f6":9,"\u00f4":9,"\u00f3":9,"\u00ec":-2,"\u00ef":-2,"\u00ee":-2,"\u00ed":-2,"\u00e5":10,"\u00e0":10,"\u00e4":10,"\u00e2":10,"\u00e1":10,"\u00d5":2,"\u00d2":2,"\u00d6":2,"\u00d4":2,"\u00d3":2,"\u00c7":2,"\u00c5":15,"\u00c0":15,"\u00c4":15,"\u00c2":15,"\u00c1":15,"\u00e6":10,"u":6,"o":9,"i":-2,"a":10,"O":2,"C":2,"A":15,";":-3,":":-3,".":17,"-":10,",":17,"\u00ab":15,"\u00f8":9,"\u00d8":1,"\u00c6":21,"y":-3,"r":5,"g":9,"e":10,"T":-11,"G":2}},{"d":"50,43r-25,0r0,-291r25,0r0,291","w":79},{"d":"154,-163v16,17,17,47,17,82v0,77,-58,99,-121,78v-2,13,-19,10,-34,10r15,-23v-14,-15,-17,-48,-17,-83v0,-75,58,-99,121,-78v3,-12,20,-10,35,-10xm116,-147v-34,-15,-65,3,-63,48r2,46xm69,-32v36,13,63,-4,63,-49v0,-15,0,-34,-2,-45","k":{"y":5,"x":6,"w":5,"v":4,"T":20}},{"d":"14,43v65,-63,66,-228,0,-291r30,0v68,63,69,228,0,291r-30,0","w":115},{"d":"103,4v-54,0,-81,-22,-81,-78r0,-160r39,0r0,161v0,31,12,43,42,43v30,0,41,-12,41,-43r0,-161r40,0v-7,99,35,238,-81,238xm57,-288r34,0r0,34r-34,0r0,-34xm114,-288r34,0r0,34r-34,0r0,-34","w":205,"k":{"\u00c6":2,"r":2,"p":2,"n":2,"m":2,"b":1,",":2,".":2,"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2}},{"d":"22,-180r38,0r0,180r-38,0r0,-180xm42,-241r40,0r-30,43r-22,0","w":82,"k":{"j":1,"T":-1}},{"d":"18,-151r43,0r0,43r-43,0r0,-43xm18,-43r43,0r-18,79r-25,0r0,-79","w":79},{"d":"131,-51r-72,0r-13,51r-41,0r65,-234r50,0r65,234r-41,0xm67,-83r56,0r-28,-115xm76,-295r39,0r21,43r-23,0r-18,-22r-18,22r-23,0","w":190,"k":{"\u00ab":7,"\u00e7":2,"\u00c7":1,"y":12,"w":10,"v":11,"t":6,"q":1,"g":2,"e":1,"d":1,"b":-3,"W":14,"V":15,"T":16,"Q":1,"G":1}},{"d":"132,-119v5,-47,-53,-35,-72,-17r0,136r-38,0r0,-180r26,0r8,15v19,-12,33,-18,60,-19v85,-5,46,112,55,184r-39,0r0,-119xm155,-234v7,45,-40,47,-64,26v-8,-7,-25,-3,-24,11r-21,0v-7,-45,41,-48,64,-26v10,4,26,3,24,-11r21,0","w":192},{"d":"93,-184v64,0,78,37,78,103v0,58,-21,85,-78,85v-64,0,-79,-37,-79,-103v0,-57,22,-85,79,-85xm93,-28v39,0,39,-31,39,-71v0,-33,-6,-53,-39,-53v-40,0,-40,31,-40,71v0,34,7,53,40,53xm108,-198r-22,0r-30,-43r40,0","k":{"y":5,"x":6,"w":5,"v":4,"T":20}},{"d":"131,-51r-72,0r-13,51r-41,0r65,-234r50,0r65,234r-41,0xm67,-83r56,0r-28,-115","w":190,"k":{"\u00ab":7,"\u00e7":2,"\u00c7":1,"y":12,"w":10,"v":11,"t":6,"q":1,"g":2,"e":1,"d":1,"b":-3,"W":14,"V":15,"T":16,"Q":1,"G":1}},{"d":"54,-50v0,35,60,22,73,6r0,-36v-27,7,-73,-4,-73,30xm131,-15v-30,30,-117,26,-117,-33v0,-53,61,-55,113,-57v1,-30,-2,-48,-34,-47v-23,0,-33,9,-34,29r-38,0v0,-45,25,-61,72,-61v50,0,72,15,73,61r0,123r-27,0","k":{"y":6,"w":6,"v":5,"j":2}},{"d":"18,-113r59,0r0,-60r29,0r0,60r60,0r0,28r-60,0r0,60r-29,0r0,-60r-59,0r0,-28","w":183},{"d":"34,11v-45,-69,-3,-201,75,-217v78,-16,168,-1,153,92v-15,90,-43,152,-144,152v-39,0,-71,-7,-84,-27xm45,-63v-7,50,18,75,78,75v83,0,102,-53,112,-124v7,-50,-17,-75,-77,-75v-83,0,-104,52,-113,124xm162,-37v-26,18,-93,22,-84,-25v7,-37,50,-38,92,-39v5,-19,3,-35,-22,-33v-19,2,-28,6,-31,23r-25,0v1,-44,65,-57,98,-36v21,29,-7,83,-8,120r-19,0xm104,-63v-3,26,44,15,58,4r4,-23v-23,4,-59,-4,-62,19","w":278},{"d":"52,-50v0,35,60,22,73,6r0,-36v-27,7,-73,-4,-73,30xm130,-15v-31,29,-117,28,-117,-33v0,-53,60,-55,112,-57v1,-30,-1,-48,-34,-47v-23,1,-32,9,-33,29r-39,0v0,-45,25,-61,72,-61v50,0,72,15,73,61r0,123r-26,0xm108,-198r-22,0r-30,-43r39,0","w":182,"k":{"y":5,"w":5,"v":4,"j":2}},{"d":"192,-99v0,48,-67,60,-104,36v-21,-46,-1,-119,64,-119v37,0,52,13,46,48r-26,0v9,-29,-34,-27,-49,-18v-13,13,-36,77,10,77v21,0,30,-8,33,-24r26,0xm36,-18v-46,-67,-4,-201,74,-217v77,-16,169,-4,154,92v-14,89,-43,151,-144,151v-39,0,-70,-6,-84,-26xm47,-92v-7,50,17,74,77,74v84,0,104,-52,113,-124v6,-50,-18,-74,-78,-74v-83,0,-103,52,-112,124","w":271},{"d":"18,0r0,-29r148,0r0,29r-148,0xm18,-139r59,0r0,-59r29,0r0,59r60,0r0,29r-60,0r0,60r-29,0r0,-60r-59,0r0,-29","w":183},{"d":"14,29v28,11,54,-4,56,-29r-65,-180r42,0r43,134r41,-134r41,0r-71,202v-8,35,-46,51,-87,39r0,-32","w":176,"k":{"\u00f5":4,"\u00f2":4,"\u00f6":4,"\u00f4":4,"\u00f3":4,"\u00e7":5,"\u00e6":5,"s":3,"o":4,"c":5,"a":5,";":-8,":":-8,".":15,"-":4,",":15,"\u00e8":5,"\u00ea":5,"\u00e9":5,"\u00e5":4,"\u00e0":4,"\u00e4":4,"\u00e2":4,"\u00e1":4,"\u00f8":3,"l":-1,"g":3,"e":5}},{"d":"60,-61v-4,46,54,36,72,17r0,-136r39,0r0,180r-26,0r-8,-15v-19,12,-33,18,-60,19v-85,5,-46,-112,-55,-184r38,0r0,119xm122,-198r-22,0r-30,-43r40,0","w":192},{"d":"93,-184v64,0,78,37,78,103v0,58,-21,85,-78,85v-64,0,-79,-37,-79,-103v0,-57,22,-85,79,-85xm93,-28v39,0,39,-31,39,-71v0,-33,-6,-53,-39,-53v-40,0,-40,31,-40,71v0,34,7,53,40,53","k":{"y":5,"x":6,"w":5,"v":4,"T":20}},{"d":"156,-137v44,6,34,80,2,93v35,48,-12,105,-80,105v-49,0,-83,-12,-72,-65r39,0v-12,40,48,39,71,27v17,-9,20,-47,-7,-51v-43,-6,-101,-6,-89,-65v3,-18,15,-32,28,-40v-37,-46,12,-105,79,-105v49,0,82,13,72,65r-40,0v13,-41,-48,-39,-70,-27v-17,9,-21,50,7,51v15,6,47,7,60,12xm73,-121v-12,8,-21,35,-8,47v13,13,46,12,67,18v12,-7,21,-36,8,-47v-14,-11,-45,-12,-67,-18","w":203},{"d":"110,-22r-35,0r65,-68r-41,-68r35,0r41,68xm42,-22r-35,0r65,-68r-41,-68r35,0r41,68","w":191,"k":{"\u00dd":26,"\u00c5":6,"\u00c0":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"Y":26,"A":6,"\u00c6":17,"W":10,"V":13,"T":22}},{"d":"120,-180r45,0r-58,88r60,92r-45,0v-13,-20,-23,-43,-37,-62r-36,62r-45,0r60,-92r-58,-88r45,0r34,59","w":171,"k":{"\u00f5":6,"\u00f2":6,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e7":6,"\u00e5":2,"\u00e0":2,"\u00e4":2,"\u00e2":2,"\u00e1":2,"\u00f8":6,"\u00e6":2,"o":6,"c":6,"a":2,"\u00e9":7,"q":6,"e":7}},{"d":"18,-43r43,0r-18,79r-25,0r0,-79","w":79,"k":{"1":16}},{"d":"121,-119v6,-47,-43,-34,-61,-17r0,136r-38,0r0,-180r26,0r8,15v23,-21,79,-28,98,0v16,-10,32,-18,55,-19v81,-3,42,113,51,184r-39,0r0,-119v7,-46,-44,-34,-61,-17r0,136r-39,0r0,-119","w":281,"k":{"y":5,"w":6,"v":4,"p":2}},{"d":"108,-149v-19,0,-36,4,-48,15r0,134r-38,0r0,-180r26,0r8,15v15,-11,29,-18,52,-19r0,35","w":118,"k":{"\u00f9":2,"\u00fc":2,"\u00fb":2,"\u00fa":2,"\u00f5":3,"\u00f2":3,"\u00f6":3,"\u00f4":3,"\u00f3":3,"\u00ec":2,"\u00ef":2,"\u00ee":2,"\u00ed":2,"\u00e6":4,"u":2,"s":1,"o":3,"i":2,"f":-4,"c":3,"a":4,";":-1,":":-1,".":16,"-":16,",":16,"\u00e8":4,"\u00ea":4,"\u00e9":4,"\u00e7":3,"\u00e5":3,"\u00e0":3,"\u00e4":3,"\u00e2":3,"\u00e1":3,"\u00f8":2,"y":-6,"x":-5,"w":-4,"v":-6,"t":-5,"r":2,"q":2,"p":2,"n":2,"m":2,"l":2,"k":2,"j":2,"h":2,"g":2,"e":4,"d":2}},{"w":75},{"d":"40,24v37,9,108,25,93,-41v-14,9,-28,17,-50,17v-60,0,-67,-43,-67,-105v0,-51,17,-80,67,-79v23,1,40,8,55,19r7,-15r27,0r0,180v6,71,-73,71,-132,58r0,-34xm55,-80v-8,55,52,57,78,32r0,-88v-26,-26,-87,-21,-78,32r0,24","w":193,"k":{"\u00e0":4,"\u00e2":4,"\u00e1":4,"\u00e6":4,"a":4,"\u00f6":1,"\u00f3":1,"\u00e9":2,"\u00e5":3,"\u00e4":3,"r":2,"l":2,"e":2}},{"d":"153,-118v33,33,11,102,-44,93r0,32r-32,0r0,-32v-38,-3,-60,-18,-59,-59r39,0v-2,23,13,28,36,27v38,9,50,-39,15,-46v-40,-7,-87,-3,-87,-55v0,-36,23,-50,56,-54r0,-29r32,0r0,29v38,5,55,19,55,59r-39,0v1,-21,-12,-25,-33,-27v-28,-2,-42,23,-26,40v21,11,70,7,87,22"},{"d":"22,-241r38,0r0,241r-38,0r0,-241","w":82,"k":{"v":-1}},{"d":"50,-234r41,82r40,-82r44,0r-63,114r65,120r-44,0r-43,-88r-42,88r-44,0r65,-120r-63,-114r44,0","w":181,"k":{"\u00f9":3,"\u00fc":3,"\u00fb":3,"\u00fa":3,"\u00f5":3,"\u00f2":3,"\u00f6":3,"\u00f4":3,"\u00f3":3,"\u00d5":3,"\u00d2":3,"\u00d6":3,"\u00d4":3,"\u00d3":3,"\u00c7":4,"\u00f8":3,"\u00d8":3,"u":3,"o":3,"O":3,"C":4,"-":12,"y":5,"e":4,"Q":3}},{"d":"147,-19v-27,38,-133,34,-133,-30v0,-55,55,-58,113,-55v1,-30,-1,-49,-34,-48v-23,1,-33,9,-34,29r-38,0v-10,-68,94,-76,128,-42v12,-14,29,-19,56,-19v64,0,79,41,75,108r-114,0v-9,61,58,49,106,42r0,31v-39,8,-107,17,-125,-16xm242,-104v11,-46,-40,-61,-69,-37v-7,9,-7,20,-7,37r76,0xm54,-51v0,32,52,27,65,12v7,-8,7,-21,8,-37v-31,2,-73,-10,-73,25","w":294,"k":{"y":5,"w":5,"v":4}},{"d":"56,0r-28,0r147,-234r28,0xm63,-217v-18,0,-22,8,-23,28v-1,21,2,35,23,34v20,-1,23,-10,23,-31v0,-21,-3,-31,-23,-31xm168,-79v-18,0,-21,8,-22,28v0,20,2,35,22,34v20,0,23,-9,23,-31v0,-22,-3,-31,-23,-31xm168,-100v36,0,49,14,49,52v1,36,-14,52,-49,52v-34,0,-49,-17,-48,-52v0,-37,12,-52,48,-52xm63,-238v36,0,49,14,49,52v1,35,-13,52,-49,52v-36,0,-49,-17,-49,-52v0,-38,13,-52,49,-52","w":231},{"d":"100,-204v-62,0,-38,74,-42,127v-2,33,11,47,42,47v63,0,39,-73,43,-127v2,-34,-11,-47,-43,-47xm100,-238v56,0,83,24,83,82r0,78v1,59,-26,82,-83,82v-56,0,-83,-23,-82,-82r0,-78v-1,-57,27,-82,82,-82","w":200,"k":{"7":-1,"4":-3,"1":4}},{"d":"103,4v-54,0,-81,-22,-81,-78r0,-160r39,0r0,161v0,31,12,43,42,43v30,0,41,-12,41,-43r0,-161r40,0v-7,99,35,238,-81,238xm83,-295r39,0r22,43r-23,0r-18,-22r-18,22r-23,0","w":205,"k":{"\u00c6":2,"r":2,"p":2,"n":2,"m":2,",":2,".":2,"A":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2}},{"d":"83,-184v23,1,40,8,55,19r7,-15r27,0r0,241r-39,0r0,-74v-14,9,-28,17,-50,17v-61,0,-67,-45,-67,-109v0,-51,17,-80,67,-79xm55,-76v-9,53,52,58,78,32r0,-92v-26,-25,-86,-23,-78,32r0,28","w":193,"k":{"\u00f9":2,"\u00fc":2,"\u00fb":2,"\u00fa":2,"\u00e7":2,"u":2,"c":2}},{"d":"102,-238v55,0,83,24,83,81v0,77,10,161,-67,160v1,18,23,15,42,15r-8,20v-36,1,-64,-1,-67,-35v-77,1,-67,-82,-67,-160v0,-57,28,-81,84,-81xm102,-204v-63,-5,-41,73,-44,127v-2,35,12,45,44,47v62,4,40,-74,43,-127v2,-34,-11,-45,-43,-47","w":203},{"d":"145,0r-30,0r-55,-194r2,194r-39,0r0,-234r57,0r51,179r50,-179r56,0r0,234r-39,0r0,-130r3,-64","w":260},{"d":"37,-109r29,0r-18,163r-51,0xm42,-180r44,0r-8,43r-43,0","w":93},{"d":"18,-180r138,0r0,27r-92,121r95,0r0,32r-145,0r0,-27r92,-121r-88,0r0,-32","w":172},{"d":"40,0r79,-200r-110,0r0,-34r152,0r0,30r-79,204r-42,0","w":169,"k":{";":1,":":1,".":23,",":23,"7":-9,"5":3,"4":15,"2":-1,"1":-4}},{"d":"83,-184v22,0,36,8,50,17r0,-74r39,0r0,241r-27,0r-7,-15v-15,11,-32,18,-55,19v-61,3,-67,-45,-67,-109v0,-51,17,-80,67,-79xm55,-76v-8,55,52,57,78,32r0,-92v-26,-26,-87,-21,-78,32r0,28","w":193},{"d":"131,-104v11,-46,-40,-61,-69,-37v-6,10,-6,21,-7,37r76,0xm55,-76v-9,61,58,49,106,42r0,31v-70,17,-145,10,-145,-78v0,-65,14,-103,78,-103v64,0,80,41,76,108r-115,0","w":183,"k":{"y":5,"w":5,"v":4}},{"d":"18,-43r43,0r0,43r-43,0r0,-43","w":79,"k":{"1":15}},{"d":"131,-51r-72,0r-13,51r-41,0r65,-234r50,0r65,234r-41,0xm67,-83r56,0r-28,-115xm114,-252r-22,0r-30,-43r40,0","w":190,"k":{"\u00ab":7,"\u00e7":2,"\u00c7":1,"y":12,"w":10,"v":11,"t":6,"q":1,"g":2,"e":1,"d":1,"b":-3,"W":14,"V":15,"T":16,"Q":1,"G":1}},{"d":"72,-46v-3,22,21,18,37,15r0,31v-39,11,-76,1,-76,-47r0,-101r-26,0r0,-27r26,-5r0,-42r39,-8r0,50r37,0r0,32r-37,0r0,102","w":123,"k":{"\u00f5":4,"\u00f2":4,"\u00f6":4,"\u00f4":4,"\u00f3":4,"\u00e5":1,"\u00e0":1,"\u00e4":1,"\u00e2":1,"\u00e1":1,"\u00f8":4,"o":4,"a":1,";":-10,":":-10,"\u00e9":4,"\u00e6":1,"h":4,"e":4}},{"d":"185,-77v8,79,-78,95,-136,70r-8,14r-28,0r18,-30v-20,-26,-9,-88,-13,-134v-8,-79,77,-95,136,-70r8,-14r28,0r-18,30v20,28,8,88,13,134xm69,-40v27,21,76,13,76,-37r0,-89xm134,-194v-27,-19,-76,-14,-76,37r0,89","w":203,"k":{"\u00c5":1,"\u00c0":1,"\u00c4":1,"\u00c2":1,"\u00c1":1,"A":1,"\u00c6":1,"X":3,"W":3,"V":2,"T":-2,"Y":5,"\u00dd":5}},{"d":"63,-103v28,14,17,69,17,107v0,20,18,19,37,18r0,21v-39,2,-66,-2,-66,-42r0,-77v2,-20,-20,-14,-37,-15r0,-22v18,0,37,4,37,-16v0,-53,-17,-127,46,-119r20,0r0,21v-19,0,-37,-2,-37,18v0,38,11,93,-17,106","w":134},{"d":"22,-234r50,0r-11,163r-29,0xm25,-43r43,0r0,43r-43,0r0,-43","w":93},{"d":"20,-234r145,0r0,31r-103,169r106,0r0,34r-152,0r0,-30r102,-170r-98,0r0,-34","w":182,"k":{"y":4,"v":3}},{"d":"149,-51r-76,0r-25,51r-41,0r121,-234r160,0r0,34r-99,0r0,65r86,0r0,32r-86,0r0,69r99,0r0,34r-139,0r0,-51xm90,-83r59,0r1,-117","w":302},{"d":"11,-34v20,5,55,10,55,-20r0,-146r-39,0r0,-34r79,0r0,180v7,57,-47,65,-95,54r0,-34","w":129,"k":{"\u00c5":1,"\u00c0":1,"\u00c4":1,"\u00c2":1,"\u00c1":1,"A":1,"\u00c6":3}},{"d":"58,-158v3,52,-19,132,42,128v29,-2,40,-11,40,-41r40,0v0,54,-25,75,-80,75v-57,1,-82,-27,-82,-84v0,-84,-7,-163,82,-158v54,3,80,21,80,75r-40,0v0,-29,-11,-41,-40,-41v-31,0,-44,13,-42,46","w":196,"k":{"\u00c6":-1,"K":2,"H":2,"O":-1,"\u00d8":-1,"\u00d3":-1,"\u00d4":-1,"\u00d6":-1,"\u00d2":-1,"\u00d5":-1,"A":-1,"\u00c1":-1,"\u00c2":-1,"\u00c4":-1,"\u00c0":-1,"\u00c5":-1}},{"d":"131,-104v11,-46,-40,-61,-69,-37v-6,10,-6,21,-7,37r76,0xm55,-76v-9,61,58,49,106,42r0,31v-70,17,-145,10,-145,-78v0,-65,14,-103,78,-103v64,0,80,41,76,108r-115,0xm111,-198r-22,0r-30,-43r39,0","w":183,"k":{"y":5,"w":5,"v":4}},{"d":"147,-194r-34,194r-54,0r-48,-234r40,0r36,194r35,-194r51,0r35,194r35,-194r41,0r-48,234r-55,0","w":294,"k":{"\u00f9":6,"\u00fc":6,"\u00fb":6,"\u00fa":6,"\u00f5":8,"\u00f2":8,"\u00f6":8,"\u00f4":8,"\u00f3":8,"\u00e5":10,"\u00e0":10,"\u00e4":10,"\u00e2":10,"\u00e1":10,"\u00d5":3,"\u00d2":3,"\u00d6":3,"\u00d4":3,"\u00d3":3,"\u00c7":3,"\u00c5":14,"\u00c0":14,"\u00c4":14,"\u00c2":14,"\u00c1":14,"\u00e6":10,"u":6,"o":8,"a":10,"S":1,"O":3,"C":3,"A":14,";":-6,":":-6,".":14,"-":7,",":14,"\u00ab":12,"\u00f8":8,"\u00d8":3,"\u00c6":15,"y":-2,"r":5,"g":8,"e":9,"T":-9,"G":3}},{"d":"23,-234r40,0r0,234r-40,0r0,-234","w":86},{"d":"185,0r-50,0r-75,-187r2,187r-39,0r0,-234r50,0r76,187r-2,-187r38,0r0,234","w":208,"k":{"\u00f9":2,"\u00fc":2,"\u00fb":2,"\u00fa":2,"\u00f5":1,"\u00f2":1,"\u00f4":1,"\u00e0":3,"\u00e2":3,"\u00d5":1,"\u00d2":1,"\u00d6":1,"\u00d4":1,"\u00d3":1,"\u00c7":1,"\u00c5":-3,"\u00c0":-3,"\u00c4":-3,"\u00c2":-3,"\u00c1":-3,"\u00f8":1,"\u00e6":3,"\u00d8":1,"u":2,"o":1,"a":3,"O":1,"C":1,"A":-3,"\u00f6":1,"\u00f3":1,"\u00e9":2,"\u00e5":2,"\u00e4":2,"\u00e1":2,"\u00c6":-2,"e":2,"G":1}},{"d":"186,-62v-1,53,-31,66,-86,66v-56,0,-85,-14,-86,-66v0,-32,18,-49,41,-58v-21,-8,-34,-25,-35,-52v0,-49,30,-66,80,-66v50,0,81,16,81,66v-1,28,-15,44,-36,52v23,8,42,25,41,58xm141,-169v-1,-28,-12,-35,-41,-35v-29,0,-39,6,-40,35v-1,27,13,36,40,36v28,0,41,-10,41,-36xm55,-66v1,28,15,36,45,36v31,0,45,-7,46,-36v0,-30,-15,-37,-46,-37v-31,0,-45,7,-45,37","w":200,"k":{"7":-1,"4":-5,"1":3}},{"d":"184,-84v2,61,-26,84,-87,84r-75,0r0,-105r-18,0r0,-27r18,0r0,-102v86,-2,172,-10,162,83r0,67xm145,-81v-4,-55,16,-129,-49,-119r-35,0r0,68r40,0r0,27r-40,0r0,71v48,2,87,1,84,-47","w":202,"k":{"X":5,"W":3,"V":2,"T":-1,"J":2,"Y":5,"\u00dd":5,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2}},{"d":"147,-81v-4,-55,16,-129,-49,-119r-35,0r0,166v48,2,87,1,84,-47xm186,-84v9,93,-75,86,-163,84r0,-234v87,-1,173,-10,163,83r0,67","w":204,"k":{"X":5,"W":3,"V":2,"T":-1,"J":2,"Y":5,"\u00dd":5,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2}},{"d":"131,-51r-72,0r-13,51r-41,0r65,-234r50,0r65,234r-41,0xm67,-83r56,0r-28,-115xm133,-279v0,22,-13,33,-38,33v-25,0,-38,-11,-38,-33v0,-21,13,-32,38,-32v25,0,38,11,38,32xm111,-279v0,-9,-5,-14,-16,-14v-11,0,-15,5,-15,14v0,10,4,15,15,15v11,0,16,-5,16,-15","w":190,"k":{"\u00ab":7,"\u00e7":2,"\u00c7":1,"y":12,"w":10,"v":11,"t":6,"q":1,"g":2,"e":1,"d":1,"b":-3,"W":14,"V":15,"T":16,"Q":1,"G":1}},{"d":"102,-204v-63,-5,-41,73,-44,127v-2,35,12,45,44,47v62,4,40,-74,43,-127v2,-34,-11,-45,-43,-47xm102,-238v55,0,83,24,83,81r0,80v1,57,-28,81,-83,81v-56,0,-84,-24,-84,-81r0,-80v-1,-57,28,-81,84,-81xm156,-288v7,45,-40,47,-64,26v-8,-7,-25,-3,-24,11r-21,0v-7,-45,41,-48,64,-26v10,4,26,3,24,-11r21,0","w":203,"k":{"\u00c6":1,"X":3,"W":3,"V":2,"T":-2,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"22,-234r39,0r0,234r-39,0r0,-234xm-4,-288r34,0r0,34r-34,0r0,-34xm53,-288r34,0r0,34r-34,0r0,-34","w":82},{"d":"104,14r-32,0r-61,-262r32,0","w":114},{"d":"52,-50v0,35,60,22,73,6r0,-36v-27,7,-73,-4,-73,30xm130,-15v-31,29,-117,28,-117,-33v0,-53,60,-55,112,-57v1,-30,-1,-48,-34,-47v-23,1,-32,9,-33,29r-39,0v0,-45,25,-61,72,-61v50,0,72,15,73,61r0,123r-26,0xm71,-241r40,0r21,43r-23,0r-18,-22r-18,22r-23,0","w":182,"k":{"y":6,"w":6,"v":5,"j":2}},{"d":"102,-204v-63,-5,-41,73,-44,127v-2,35,12,45,44,47v62,4,40,-74,43,-127v2,-34,-11,-45,-43,-47xm102,-238v55,0,83,24,83,81r0,80v1,57,-28,81,-83,81v-56,0,-84,-24,-84,-81r0,-80v-1,-57,28,-81,84,-81xm121,-252r-23,0r-30,-43r40,0","w":203,"k":{"\u00c6":1,"X":3,"W":3,"V":2,"T":-2,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"93,-184v64,0,78,37,78,103v0,58,-21,85,-78,85v-64,0,-79,-37,-79,-103v0,-57,22,-85,79,-85xm93,-28v39,0,39,-31,39,-71v0,-33,-6,-53,-39,-53v-40,0,-40,31,-40,71v0,34,7,53,40,53xm98,-241r39,0r-30,43r-22,0","k":{"y":5,"x":6,"w":5,"v":4,"T":20}},{"d":"25,-248r66,0r0,21r-37,0r0,249r37,0r0,21r-66,0r0,-291","w":109},{"d":"60,0r-38,0r0,-241r38,0r1,134r57,-73r46,0r-70,84r74,96r-47,0r-61,-83r0,83","w":171,"k":{"\u00f9":3,"\u00fb":3,"\u00fa":3,"\u00f5":7,"\u00f2":7,"\u00f6":7,"\u00f4":7,"\u00f3":7,"\u00e0":3,"\u00e2":3,"\u00f8":7,"u":3,"s":4,"o":7,"a":3,".":-5,"-":19,",":-5,"\u00fc":1,"\u00e9":8,"\u00e5":2,"\u00e4":2,"\u00e1":2,"\u00e6":4,"g":9,"e":8}},{"d":"23,-234r139,0r0,34r-99,0r0,65r86,0r0,32r-86,0r0,69r99,0r0,34r-139,0r0,-234","w":180},{"d":"102,-204v-63,-5,-41,73,-44,127v-2,35,12,45,44,47v62,4,40,-74,43,-127v2,-34,-11,-45,-43,-47xm102,-238v55,0,83,24,83,81r0,80v1,57,-28,81,-83,81v-56,0,-84,-24,-84,-81r0,-80v-1,-57,28,-81,84,-81","w":203,"k":{"\u00c6":1,"X":3,"W":3,"V":2,"T":-2,"Y":5,"\u00dd":5,"A":1,"\u00c1":1,"\u00c2":1,"\u00c4":1,"\u00c0":1,"\u00c5":1}},{"d":"23,-234r139,0r0,34r-99,0r0,65r86,0r0,32r-86,0r0,69r99,0r0,34r-139,0r0,-234xm48,-288r34,0r0,34r-34,0r0,-34xm105,-288r34,0r0,34r-34,0r0,-34","w":180},{"d":"183,-159v-2,37,-11,58,-38,68r43,91r-44,0r-39,-85r-42,0r0,85r-40,0r0,-234v81,-1,166,-12,160,75xm142,-159v6,-46,-36,-42,-79,-41r0,82v43,1,85,6,79,-41","w":200,"k":{"\u00f9":4,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f5":3,"\u00f2":3,"\u00f6":3,"\u00f4":3,"\u00f3":3,"\u00e0":4,"\u00e2":4,"\u00dd":4,"\u00d9":2,"\u00dc":2,"\u00db":2,"\u00da":2,"\u00f8":3,"u":4,"o":3,"a":4,"Y":4,"U":2,"-":3,"\u00e9":4,"\u00e5":3,"\u00e4":3,"\u00e1":3,"\u00e6":4,"y":-4,"e":4,"W":2,"V":1,"T":-3}},{"d":"104,-238v81,0,56,106,24,136v-25,24,-104,23,-103,-21v1,-58,13,-115,79,-115xm73,-204v-17,28,-36,109,25,89v24,-8,24,-47,28,-76v3,-27,-39,-25,-53,-13","w":154},{"d":"95,-121r85,121r-45,0r-72,-103r0,103r-40,0r0,-234r40,0r0,99r69,-99r47,0","w":183,"k":{"\u00f9":4,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f5":4,"\u00f2":4,"\u00f6":4,"\u00f4":4,"\u00f3":4,"\u00e5":1,"\u00e0":1,"\u00e4":1,"\u00e2":1,"\u00e1":1,"\u00d5":5,"\u00d2":5,"\u00d6":5,"\u00d4":5,"\u00d3":5,"\u00c7":5,"\u00f8":4,"\u00d8":5,"u":4,"o":4,"a":1,"S":2,"O":5,"C":5,"-":18,"\u00e6":1,"y":10,"e":5,"T":-11,"G":5}},{"d":"181,-210r6,44r-69,6r44,45r-41,26r-16,-63r-38,63r-32,-26r59,-45r-67,-6r22,-44r52,35r-3,-66r45,0r-27,66"},{"d":"142,-159v5,-46,-36,-42,-79,-41r0,83v43,1,85,5,79,-42xm183,-159v0,70,-50,78,-120,74r0,85r-40,0r0,-234v81,0,160,-13,160,75","w":197,"k":{"\u00f5":1,"\u00f2":1,"\u00f6":1,"\u00f4":1,"\u00f3":1,"\u00e0":3,"\u00e2":3,"\u00c5":11,"\u00c0":11,"\u00c4":11,"\u00c2":11,"\u00c1":11,"\u00e6":3,"o":1,"a":3,"A":11,".":28,"-":1,",":28,"\u00e9":2,"\u00e5":2,"\u00e4":2,"\u00e1":2,"\u00f8":1,"\u00c6":26,"e":2,"J":5}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-496-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("ia~`+(MB^tUsiuoZP(,gpapUA6M`~(UsA6!g^t|%~Q.$]jBwAIe2A;x45a5eA;x45a|O@I|FPI>4]I!FPI>4]I~FPI>4]j,FPI>4]6QFPI>4~vostQ:`5v)OM;MFPI>4]j>)uvK,a;p!ih5MRCV|-IxQtA]~^+FPk@39w=Oo(%N2&J$Ssy4:gjB`61WeYZ.U8X9FPI>4~a,FPI>4]65`A;x45aQ9~w`FPI>4]=>Y^w)FPI>4~=QNA;x45ap1Au!FPI>4~=PFPI>4]I|FPI>4]IQ6V%)xA;x45ap`A;x45aQ(A;x45a~oQQ:`5v)9]`:`5v)9]o:`5v)9~o:`5v)=M,:`5v)OMo:`5v)w~o:`5v)O~Q:`5v)(~o:`5v)9]IMFPI>4~(p%A;x45a~O!o4yA;x45aV1p`:`5v)(5,:`5v)9~Q:`5v)(]g91]o:`5v)wM,:`5v)(]Q:`5v)oM,:`5v)O5Q:`5v)=]Q:`5v)o5x:pA;x45aVjA;x45aMOA;x45aQoA;x45ax`A;x45ax1A;x45aQwA;x45axeA;x45a|(A;x45aQ=A;x45ap6C,:`5v)95j.gA;x45a]BA;x45a51xj~FPI>4~=~;Cx]e]1x:Q%:FPI>4~=32A;x45a|=A;x45aQOR`:`5v)=5o:`5v)(5Q:`5v)(5O,9iB)FPI>4~I)FPI>4]IoFPI>4]=,eA;x45a]e+`:`5v)9M`:`5v)w]%3$+A!FPI>4]I)%!a:]A;x45ax6!I)FPI>4~a!:xx`FPI>4]I,YM6|oho:`5v)=5;|FPI>4~v9ZpQ2FPI>4]j~iV`:`5v)oR,P!I=9FPI>4~v)KA;x45a5`A;x45aV`A;x45aM(A,:FPI>4~I!FPI>4~v!FPI>4~=M+^BQCA;x45aMwxo:`5v)w]x$&xupsF1)$^AVNpwp2haOU5u:4CtpsFu:$CA>s+aQs~1|NhaFU]we(h(P$kA)NFj`Z@IS2~w9wh(UJC-Ukiv.YP1P1AuW2Cg3XRwWJAue=+;QwF6UO]Q4s]6UFh(eY@uWJAuejFa,gPa,sAue=+`4s+%N2!uU2h%|oF1VN+aU=]A|2+6Ws^aUjPae9+tx2it~yFw3Z^I:$Rg$J^-o%t6M+^Q`PCA)+^Q`Ui-32")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":185,"face":{"font-family":"breuer","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-16 -311 288 68.0882","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+00FF"}}));
;
/* This file replaces text with Cufon */
(function ($) {
  $(document).ready(function(){
	  Cufon.replace('#block-menu-block-1 .menu-block-wrapper>ul>li>a, #block-menu-block-2', { fontFamily: 'breuer', hover: 'true' });
	  Cufon.replace('h1, .view-categories .views-field-title, .view-sub-categories .views-field-title, .view-products .views-field-title, .node-type-homepage .field-name-field-b, .node-type-webform .description, .view-products h3, .view-links h3, .view-links .views-field-field-l', { fontFamily: 'breuer' });
	  $("#block-menu-block-1 .menu-block-wrapper>ul>li>a, #block-menu-block-2").hover(function(){
	    Cufon.refresh();
	  }, function(){
	    Cufon.refresh();
	  })
  });
})(jQuery);;
/*!
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.9994 (28-JUL-2011)
 * Dual licensed under the MIT and GPL licenses.
 * http://jquery.malsup.com/license.html
 * Requires: jQuery v1.3.2 or later
 */
;(function($) {

var ver = '2.9994';

// if $.support is not defined (pre jQuery 1.3) add what I need
if ($.support == undefined) {
	$.support = {
		opacity: !($.browser.msie)
	};
}

function debug(s) {
	$.fn.cycle.debug && log(s);
}		
function log() {
	window.console && console.log && console.log('[cycle] ' + Array.prototype.join.call(arguments,' '));
}
$.expr[':'].paused = function(el) {
	return el.cyclePause;
}


// the options arg can be...
//   a number  - indicates an immediate transition should occur to the given slide index
//   a string  - 'pause', 'resume', 'toggle', 'next', 'prev', 'stop', 'destroy' or the name of a transition effect (ie, 'fade', 'zoom', etc)
//   an object - properties to control the slideshow
//
// the arg2 arg can be...
//   the name of an fx (only used in conjunction with a numeric value for 'options')
//   the value true (only used in first arg == 'resume') and indicates
//	 that the resume should occur immediately (not wait for next timeout)

$.fn.cycle = function(options, arg2) {
	var o = { s: this.selector, c: this.context };

	// in 1.3+ we can fix mistakes with the ready state
	if (this.length === 0 && options != 'stop') {
		if (!$.isReady && o.s) {
			log('DOM not ready, queuing slideshow');
			$(function() {
				$(o.s,o.c).cycle(options,arg2);
			});
			return this;
		}
		// is your DOM ready?  http://docs.jquery.com/Tutorials:Introducing_$(document).ready()
		log('terminating; zero elements found by selector' + ($.isReady ? '' : ' (DOM not ready)'));
		return this;
	}

	// iterate the matched nodeset
	return this.each(function() {
		var opts = handleArguments(this, options, arg2);
		if (opts === false)
			return;

		opts.updateActivePagerLink = opts.updateActivePagerLink || $.fn.cycle.updateActivePagerLink;
		
		// stop existing slideshow for this container (if there is one)
		if (this.cycleTimeout)
			clearTimeout(this.cycleTimeout);
		this.cycleTimeout = this.cyclePause = 0;

		var $cont = $(this);
		var $slides = opts.slideExpr ? $(opts.slideExpr, this) : $cont.children();
		var els = $slides.get();

		var opts2 = buildOptions($cont, $slides, els, opts, o);
		if (opts2 === false)
			return;

		if (els.length < 2) {
			log('terminating; too few slides: ' + els.length);
			return;
		}

		var startTime = opts2.continuous ? 10 : getTimeout(els[opts2.currSlide], els[opts2.nextSlide], opts2, !opts2.backwards);

		// if it's an auto slideshow, kick it off
		if (startTime) {
			startTime += (opts2.delay || 0);
			if (startTime < 10)
				startTime = 10;
			debug('first timeout: ' + startTime);
			this.cycleTimeout = setTimeout(function(){go(els,opts2,0,!opts.backwards)}, startTime);
		}
	});
};

function triggerPause(cont, byHover, onPager) {
	var opts = $(cont).data('cycle.opts');
	var paused = !!cont.cyclePause;
	if (paused && opts.paused)
		opts.paused(cont, opts, byHover, onPager);
	else if (!paused && opts.resumed)
		opts.resumed(cont, opts, byHover, onPager);
}

// process the args that were passed to the plugin fn
function handleArguments(cont, options, arg2) {
	if (cont.cycleStop == undefined)
		cont.cycleStop = 0;
	if (options === undefined || options === null)
		options = {};
	if (options.constructor == String) {
		switch(options) {
		case 'destroy':
		case 'stop':
			var opts = $(cont).data('cycle.opts');
			if (!opts)
				return false;
			cont.cycleStop++; // callbacks look for change
			if (cont.cycleTimeout)
				clearTimeout(cont.cycleTimeout);
			cont.cycleTimeout = 0;
			opts.elements && $(opts.elements).stop();
			$(cont).removeData('cycle.opts');
			if (options == 'destroy')
				destroy(opts);
			return false;
		case 'toggle':
			cont.cyclePause = (cont.cyclePause === 1) ? 0 : 1;
			checkInstantResume(cont.cyclePause, arg2, cont);
			triggerPause(cont);
			return false;
		case 'pause':
			cont.cyclePause = 1;
			triggerPause(cont);
			return false;
		case 'resume':
			cont.cyclePause = 0;
			checkInstantResume(false, arg2, cont);
			triggerPause(cont);
			return false;
		case 'prev':
		case 'next':
			var opts = $(cont).data('cycle.opts');
			if (!opts) {
				log('options not found, "prev/next" ignored');
				return false;
			}
			$.fn.cycle[options](opts);
			return false;
		default:
			options = { fx: options };
		};
		return options;
	}
	else if (options.constructor == Number) {
		// go to the requested slide
		var num = options;
		options = $(cont).data('cycle.opts');
		if (!options) {
			log('options not found, can not advance slide');
			return false;
		}
		if (num < 0 || num >= options.elements.length) {
			log('invalid slide index: ' + num);
			return false;
		}
		options.nextSlide = num;
		if (cont.cycleTimeout) {
			clearTimeout(cont.cycleTimeout);
			cont.cycleTimeout = 0;
		}
		if (typeof arg2 == 'string')
			options.oneTimeFx = arg2;
		go(options.elements, options, 1, num >= options.currSlide);
		return false;
	}
	return options;
	
	function checkInstantResume(isPaused, arg2, cont) {
		if (!isPaused && arg2 === true) { // resume now!
			var options = $(cont).data('cycle.opts');
			if (!options) {
				log('options not found, can not resume');
				return false;
			}
			if (cont.cycleTimeout) {
				clearTimeout(cont.cycleTimeout);
				cont.cycleTimeout = 0;
			}
			go(options.elements, options, 1, !options.backwards);
		}
	}
};

function removeFilter(el, opts) {
	if (!$.support.opacity && opts.cleartype && el.style.filter) {
		try { el.style.removeAttribute('filter'); }
		catch(smother) {} // handle old opera versions
	}
};

// unbind event handlers
function destroy(opts) {
	if (opts.next)
		$(opts.next).unbind(opts.prevNextEvent);
	if (opts.prev)
		$(opts.prev).unbind(opts.prevNextEvent);
	
	if (opts.pager || opts.pagerAnchorBuilder)
		$.each(opts.pagerAnchors || [], function() {
			this.unbind().remove();
		});
	opts.pagerAnchors = null;
	if (opts.destroy) // callback
		opts.destroy(opts);
};

// one-time initialization
function buildOptions($cont, $slides, els, options, o) {
	// support metadata plugin (v1.0 and v2.0)
	var opts = $.extend({}, $.fn.cycle.defaults, options || {}, $.metadata ? $cont.metadata() : $.meta ? $cont.data() : {});
	var meta = $.isFunction($cont.data) ? $cont.data(opts.metaAttr) : null;
	if (meta)
		opts = $.extend(opts, meta);
	if (opts.autostop)
		opts.countdown = opts.autostopCount || els.length;

	var cont = $cont[0];
	$cont.data('cycle.opts', opts);
	opts.$cont = $cont;
	opts.stopCount = cont.cycleStop;
	opts.elements = els;
	opts.before = opts.before ? [opts.before] : [];
	opts.after = opts.after ? [opts.after] : [];

	// push some after callbacks
	if (!$.support.opacity && opts.cleartype)
		opts.after.push(function() { removeFilter(this, opts); });
	if (opts.continuous)
		opts.after.push(function() { go(els,opts,0,!opts.backwards); });

	saveOriginalOpts(opts);

	// clearType corrections
	if (!$.support.opacity && opts.cleartype && !opts.cleartypeNoBg)
		clearTypeFix($slides);

	// container requires non-static position so that slides can be position within
	if ($cont.css('position') == 'static')
		$cont.css('position', 'relative');
	if (opts.width)
		$cont.width(opts.width);
	if (opts.height && opts.height != 'auto')
		$cont.height(opts.height);

	if (opts.startingSlide)
		opts.startingSlide = parseInt(opts.startingSlide,10);
	else if (opts.backwards)
		opts.startingSlide = els.length - 1;

	// if random, mix up the slide array
	if (opts.random) {
		opts.randomMap = [];
		for (var i = 0; i < els.length; i++)
			opts.randomMap.push(i);
		opts.randomMap.sort(function(a,b) {return Math.random() - 0.5;});
		opts.randomIndex = 1;
		opts.startingSlide = opts.randomMap[1];
	}
	else if (opts.startingSlide >= els.length)
		opts.startingSlide = 0; // catch bogus input
	opts.currSlide = opts.startingSlide || 0;
	var first = opts.startingSlide;

	// set position and zIndex on all the slides
	$slides.css({position: 'absolute', top:0, left:0}).hide().each(function(i) {
		var z;
		if (opts.backwards)
			z = first ? i <= first ? els.length + (i-first) : first-i : els.length-i;
		else
			z = first ? i >= first ? els.length - (i-first) : first-i : els.length-i;
		$(this).css('z-index', z)
	});

	// make sure first slide is visible
	$(els[first]).css('opacity',1).show(); // opacity bit needed to handle restart use case
	removeFilter(els[first], opts);

	// stretch slides
	if (opts.fit) {
		if (!opts.aspect) {
	        if (opts.width)
	            $slides.width(opts.width);
	        if (opts.height && opts.height != 'auto')
	            $slides.height(opts.height);
		} else {
			$slides.each(function(){
				var $slide = $(this);
				var ratio = (opts.aspect === true) ? $slide.width()/$slide.height() : opts.aspect;
				if( opts.width && $slide.width() != opts.width ) {
					$slide.width( opts.width );
					$slide.height( opts.width / ratio );
				}

				if( opts.height && $slide.height() < opts.height ) {
					$slide.height( opts.height );
					$slide.width( opts.height * ratio );
				}
			});
		}
	}

	if (opts.center && ((!opts.fit) || opts.aspect)) {
		$slides.each(function(){
			var $slide = $(this);
			$slide.css({
				"margin-left": opts.width ?
					((opts.width - $slide.width()) / 2) + "px" :
					0,
				"margin-top": opts.height ?
					((opts.height - $slide.height()) / 2) + "px" :
					0
			});
		});
	}

	if (opts.center && !opts.fit && !opts.slideResize) {
	  	$slides.each(function(){
	    	var $slide = $(this);
	    	$slide.css({
	      		"margin-left": opts.width ? ((opts.width - $slide.width()) / 2) + "px" : 0,
	      		"margin-top": opts.height ? ((opts.height - $slide.height()) / 2) + "px" : 0
	    	});
	  	});
	}
		
	// stretch container
	var reshape = opts.containerResize && !$cont.innerHeight();
	if (reshape) { // do this only if container has no size http://tinyurl.com/da2oa9
		var maxw = 0, maxh = 0;
		for(var j=0; j < els.length; j++) {
			var $e = $(els[j]), e = $e[0], w = $e.outerWidth(), h = $e.outerHeight();
			if (!w) w = e.offsetWidth || e.width || $e.attr('width');
			if (!h) h = e.offsetHeight || e.height || $e.attr('height');
			maxw = w > maxw ? w : maxw;
			maxh = h > maxh ? h : maxh;
		}
		if (maxw > 0 && maxh > 0)
			$cont.css({width:maxw+'px',height:maxh+'px'});
	}

	var pauseFlag = false;  // https://github.com/malsup/cycle/issues/44
	if (opts.pause)
		$cont.hover(
			function(){
				pauseFlag = true;
				this.cyclePause++;
				triggerPause(cont, true);
			},
			function(){
				pauseFlag && this.cyclePause--;
				triggerPause(cont, true);
			}
		);

	if (supportMultiTransitions(opts) === false)
		return false;

	// apparently a lot of people use image slideshows without height/width attributes on the images.
	// Cycle 2.50+ requires the sizing info for every slide; this block tries to deal with that.
	var requeue = false;
	options.requeueAttempts = options.requeueAttempts || 0;
	$slides.each(function() {
		// try to get height/width of each slide
		var $el = $(this);
		this.cycleH = (opts.fit && opts.height) ? opts.height : ($el.height() || this.offsetHeight || this.height || $el.attr('height') || 0);
		this.cycleW = (opts.fit && opts.width) ? opts.width : ($el.width() || this.offsetWidth || this.width || $el.attr('width') || 0);

		if ( $el.is('img') ) {
			// sigh..  sniffing, hacking, shrugging...  this crappy hack tries to account for what browsers do when
			// an image is being downloaded and the markup did not include sizing info (height/width attributes);
			// there seems to be some "default" sizes used in this situation
			var loadingIE	= ($.browser.msie  && this.cycleW == 28 && this.cycleH == 30 && !this.complete);
			var loadingFF	= ($.browser.mozilla && this.cycleW == 34 && this.cycleH == 19 && !this.complete);
			var loadingOp	= ($.browser.opera && ((this.cycleW == 42 && this.cycleH == 19) || (this.cycleW == 37 && this.cycleH == 17)) && !this.complete);
			var loadingOther = (this.cycleH == 0 && this.cycleW == 0 && !this.complete);
			// don't requeue for images that are still loading but have a valid size
			if (loadingIE || loadingFF || loadingOp || loadingOther) {
				if (o.s && opts.requeueOnImageNotLoaded && ++options.requeueAttempts < 100) { // track retry count so we don't loop forever
					log(options.requeueAttempts,' - img slide not loaded, requeuing slideshow: ', this.src, this.cycleW, this.cycleH);
					setTimeout(function() {$(o.s,o.c).cycle(options)}, opts.requeueTimeout);
					requeue = true;
					return false; // break each loop
				}
				else {
					log('could not determine size of image: '+this.src, this.cycleW, this.cycleH);
				}
			}
		}
		return true;
	});

	if (requeue)
		return false;

	opts.cssBefore = opts.cssBefore || {};
	opts.cssAfter = opts.cssAfter || {};
	opts.cssFirst = opts.cssFirst || {};
	opts.animIn = opts.animIn || {};
	opts.animOut = opts.animOut || {};

	$slides.not(':eq('+first+')').css(opts.cssBefore);
	$($slides[first]).css(opts.cssFirst);

	if (opts.timeout) {
		opts.timeout = parseInt(opts.timeout,10);
		// ensure that timeout and speed settings are sane
		if (opts.speed.constructor == String)
			opts.speed = $.fx.speeds[opts.speed] || parseInt(opts.speed,10);
		if (!opts.sync)
			opts.speed = opts.speed / 2;
		
		var buffer = opts.fx == 'none' ? 0 : opts.fx == 'shuffle' ? 500 : 250;
		while((opts.timeout - opts.speed) < buffer) // sanitize timeout
			opts.timeout += opts.speed;
	}
	if (opts.easing)
		opts.easeIn = opts.easeOut = opts.easing;
	if (!opts.speedIn)
		opts.speedIn = opts.speed;
	if (!opts.speedOut)
		opts.speedOut = opts.speed;

	opts.slideCount = els.length;
	opts.currSlide = opts.lastSlide = first;
	if (opts.random) {
		if (++opts.randomIndex == els.length)
			opts.randomIndex = 0;
		opts.nextSlide = opts.randomMap[opts.randomIndex];
	}
	else if (opts.backwards)
		opts.nextSlide = opts.startingSlide == 0 ? (els.length-1) : opts.startingSlide-1;
	else
		opts.nextSlide = opts.startingSlide >= (els.length-1) ? 0 : opts.startingSlide+1;

	// run transition init fn
	if (!opts.multiFx) {
		var init = $.fn.cycle.transitions[opts.fx];
		if ($.isFunction(init))
			init($cont, $slides, opts);
		else if (opts.fx != 'custom' && !opts.multiFx) {
			log('unknown transition: ' + opts.fx,'; slideshow terminating');
			return false;
		}
	}

	// fire artificial events
	var e0 = $slides[first];
	if (!opts.skipInitializationCallbacks) {
		if (opts.before.length)
			opts.before[0].apply(e0, [e0, e0, opts, true]);
		if (opts.after.length)
			opts.after[0].apply(e0, [e0, e0, opts, true]);
	}
	if (opts.next)
		$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,1)});
	if (opts.prev)
		$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,0)});
	if (opts.pager || opts.pagerAnchorBuilder)
		buildPager(els,opts);

	exposeAddSlide(opts, els);

	return opts;
};

// save off original opts so we can restore after clearing state
function saveOriginalOpts(opts) {
	opts.original = { before: [], after: [] };
	opts.original.cssBefore = $.extend({}, opts.cssBefore);
	opts.original.cssAfter  = $.extend({}, opts.cssAfter);
	opts.original.animIn	= $.extend({}, opts.animIn);
	opts.original.animOut   = $.extend({}, opts.animOut);
	$.each(opts.before, function() { opts.original.before.push(this); });
	$.each(opts.after,  function() { opts.original.after.push(this); });
};

function supportMultiTransitions(opts) {
	var i, tx, txs = $.fn.cycle.transitions;
	// look for multiple effects
	if (opts.fx.indexOf(',') > 0) {
		opts.multiFx = true;
		opts.fxs = opts.fx.replace(/\s*/g,'').split(',');
		// discard any bogus effect names
		for (i=0; i < opts.fxs.length; i++) {
			var fx = opts.fxs[i];
			tx = txs[fx];
			if (!tx || !txs.hasOwnProperty(fx) || !$.isFunction(tx)) {
				log('discarding unknown transition: ',fx);
				opts.fxs.splice(i,1);
				i--;
			}
		}
		// if we have an empty list then we threw everything away!
		if (!opts.fxs.length) {
			log('No valid transitions named; slideshow terminating.');
			return false;
		}
	}
	else if (opts.fx == 'all') {  // auto-gen the list of transitions
		opts.multiFx = true;
		opts.fxs = [];
		for (p in txs) {
			tx = txs[p];
			if (txs.hasOwnProperty(p) && $.isFunction(tx))
				opts.fxs.push(p);
		}
	}
	if (opts.multiFx && opts.randomizeEffects) {
		// munge the fxs array to make effect selection random
		var r1 = Math.floor(Math.random() * 20) + 30;
		for (i = 0; i < r1; i++) {
			var r2 = Math.floor(Math.random() * opts.fxs.length);
			opts.fxs.push(opts.fxs.splice(r2,1)[0]);
		}
		debug('randomized fx sequence: ',opts.fxs);
	}
	return true;
};

// provide a mechanism for adding slides after the slideshow has started
function exposeAddSlide(opts, els) {
	opts.addSlide = function(newSlide, prepend) {
		var $s = $(newSlide), s = $s[0];
		if (!opts.autostopCount)
			opts.countdown++;
		els[prepend?'unshift':'push'](s);
		if (opts.els)
			opts.els[prepend?'unshift':'push'](s); // shuffle needs this
		opts.slideCount = els.length;

		$s.css('position','absolute');
		$s[prepend?'prependTo':'appendTo'](opts.$cont);

		if (prepend) {
			opts.currSlide++;
			opts.nextSlide++;
		}

		if (!$.support.opacity && opts.cleartype && !opts.cleartypeNoBg)
			clearTypeFix($s);

		if (opts.fit && opts.width)
			$s.width(opts.width);
		if (opts.fit && opts.height && opts.height != 'auto')
			$s.height(opts.height);
		s.cycleH = (opts.fit && opts.height) ? opts.height : $s.height();
		s.cycleW = (opts.fit && opts.width) ? opts.width : $s.width();

		$s.css(opts.cssBefore);

		if (opts.pager || opts.pagerAnchorBuilder)
			$.fn.cycle.createPagerAnchor(els.length-1, s, $(opts.pager), els, opts);

		if ($.isFunction(opts.onAddSlide))
			opts.onAddSlide($s);
		else
			$s.hide(); // default behavior
	};
}

// reset internal state; we do this on every pass in order to support multiple effects
$.fn.cycle.resetState = function(opts, fx) {
	fx = fx || opts.fx;
	opts.before = []; opts.after = [];
	opts.cssBefore = $.extend({}, opts.original.cssBefore);
	opts.cssAfter  = $.extend({}, opts.original.cssAfter);
	opts.animIn	= $.extend({}, opts.original.animIn);
	opts.animOut   = $.extend({}, opts.original.animOut);
	opts.fxFn = null;
	$.each(opts.original.before, function() { opts.before.push(this); });
	$.each(opts.original.after,  function() { opts.after.push(this); });

	// re-init
	var init = $.fn.cycle.transitions[fx];
	if ($.isFunction(init))
		init(opts.$cont, $(opts.elements), opts);
};

// this is the main engine fn, it handles the timeouts, callbacks and slide index mgmt
function go(els, opts, manual, fwd) {
	// opts.busy is true if we're in the middle of an animation
	if (manual && opts.busy && opts.manualTrump) {
		// let manual transitions requests trump active ones
		debug('manualTrump in go(), stopping active transition');
		$(els).stop(true,true);
		opts.busy = 0;
	}
	// don't begin another timeout-based transition if there is one active
	if (opts.busy) {
		debug('transition active, ignoring new tx request');
		return;
	}

	var p = opts.$cont[0], curr = els[opts.currSlide], next = els[opts.nextSlide];

	// stop cycling if we have an outstanding stop request
	if (p.cycleStop != opts.stopCount || p.cycleTimeout === 0 && !manual)
		return;

	// check to see if we should stop cycling based on autostop options
	if (!manual && !p.cyclePause && !opts.bounce &&
		((opts.autostop && (--opts.countdown <= 0)) ||
		(opts.nowrap && !opts.random && opts.nextSlide < opts.currSlide))) {
		if (opts.end)
			opts.end(opts);
		return;
	}

	// if slideshow is paused, only transition on a manual trigger
	var changed = false;
	if ((manual || !p.cyclePause) && (opts.nextSlide != opts.currSlide)) {
		changed = true;
		var fx = opts.fx;
		// keep trying to get the slide size if we don't have it yet
		curr.cycleH = curr.cycleH || $(curr).height();
		curr.cycleW = curr.cycleW || $(curr).width();
		next.cycleH = next.cycleH || $(next).height();
		next.cycleW = next.cycleW || $(next).width();

		// support multiple transition types
		if (opts.multiFx) {
			if (fwd && (opts.lastFx == undefined || ++opts.lastFx >= opts.fxs.length))
				opts.lastFx = 0;
			else if (!fwd && (opts.lastFx == undefined || --opts.lastFx < 0))
				opts.lastFx = opts.fxs.length - 1;
			fx = opts.fxs[opts.lastFx];
		}

		// one-time fx overrides apply to:  $('div').cycle(3,'zoom');
		if (opts.oneTimeFx) {
			fx = opts.oneTimeFx;
			opts.oneTimeFx = null;
		}

		$.fn.cycle.resetState(opts, fx);

		// run the before callbacks
		if (opts.before.length)
			$.each(opts.before, function(i,o) {
				if (p.cycleStop != opts.stopCount) return;
				o.apply(next, [curr, next, opts, fwd]);
			});

		// stage the after callacks
		var after = function() {
			opts.busy = 0;
			$.each(opts.after, function(i,o) {
				if (p.cycleStop != opts.stopCount) return;
				o.apply(next, [curr, next, opts, fwd]);
			});
		};

		debug('tx firing('+fx+'); currSlide: ' + opts.currSlide + '; nextSlide: ' + opts.nextSlide);
		
		// get ready to perform the transition
		opts.busy = 1;
		if (opts.fxFn) // fx function provided?
			opts.fxFn(curr, next, opts, after, fwd, manual && opts.fastOnEvent);
		else if ($.isFunction($.fn.cycle[opts.fx])) // fx plugin ?
			$.fn.cycle[opts.fx](curr, next, opts, after, fwd, manual && opts.fastOnEvent);
		else
			$.fn.cycle.custom(curr, next, opts, after, fwd, manual && opts.fastOnEvent);
	}

	if (changed || opts.nextSlide == opts.currSlide) {
		// calculate the next slide
		opts.lastSlide = opts.currSlide;
		if (opts.random) {
			opts.currSlide = opts.nextSlide;
			if (++opts.randomIndex == els.length)
				opts.randomIndex = 0;
			opts.nextSlide = opts.randomMap[opts.randomIndex];
			if (opts.nextSlide == opts.currSlide)
				opts.nextSlide = (opts.currSlide == opts.slideCount - 1) ? 0 : opts.currSlide + 1;
		}
		else if (opts.backwards) {
			var roll = (opts.nextSlide - 1) < 0;
			if (roll && opts.bounce) {
				opts.backwards = !opts.backwards;
				opts.nextSlide = 1;
				opts.currSlide = 0;
			}
			else {
				opts.nextSlide = roll ? (els.length-1) : opts.nextSlide-1;
				opts.currSlide = roll ? 0 : opts.nextSlide+1;
			}
		}
		else { // sequence
			var roll = (opts.nextSlide + 1) == els.length;
			if (roll && opts.bounce) {
				opts.backwards = !opts.backwards;
				opts.nextSlide = els.length-2;
				opts.currSlide = els.length-1;
			}
			else {
				opts.nextSlide = roll ? 0 : opts.nextSlide+1;
				opts.currSlide = roll ? els.length-1 : opts.nextSlide-1;
			}
		}
	}
	if (changed && opts.pager)
		opts.updateActivePagerLink(opts.pager, opts.currSlide, opts.activePagerClass);
	
	// stage the next transition
	var ms = 0;
	if (opts.timeout && !opts.continuous)
		ms = getTimeout(els[opts.currSlide], els[opts.nextSlide], opts, fwd);
	else if (opts.continuous && p.cyclePause) // continuous shows work off an after callback, not this timer logic
		ms = 10;
	if (ms > 0)
		p.cycleTimeout = setTimeout(function(){ go(els, opts, 0, !opts.backwards) }, ms);
};

// invoked after transition
$.fn.cycle.updateActivePagerLink = function(pager, currSlide, clsName) {
   $(pager).each(function() {
       $(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);
   });
};

// calculate timeout value for current transition
function getTimeout(curr, next, opts, fwd) {
	if (opts.timeoutFn) {
		// call user provided calc fn
		var t = opts.timeoutFn.call(curr,curr,next,opts,fwd);
		while (opts.fx != 'none' && (t - opts.speed) < 250) // sanitize timeout
			t += opts.speed;
		debug('calculated timeout: ' + t + '; speed: ' + opts.speed);
		if (t !== false)
			return t;
	}
	return opts.timeout;
};

// expose next/prev function, caller must pass in state
$.fn.cycle.next = function(opts) { advance(opts,1); };
$.fn.cycle.prev = function(opts) { advance(opts,0);};

// advance slide forward or back
function advance(opts, moveForward) {
	var val = moveForward ? 1 : -1;
	var els = opts.elements;
	var p = opts.$cont[0], timeout = p.cycleTimeout;
	if (timeout) {
		clearTimeout(timeout);
		p.cycleTimeout = 0;
	}
	if (opts.random && val < 0) {
		// move back to the previously display slide
		opts.randomIndex--;
		if (--opts.randomIndex == -2)
			opts.randomIndex = els.length-2;
		else if (opts.randomIndex == -1)
			opts.randomIndex = els.length-1;
		opts.nextSlide = opts.randomMap[opts.randomIndex];
	}
	else if (opts.random) {
		opts.nextSlide = opts.randomMap[opts.randomIndex];
	}
	else {
		opts.nextSlide = opts.currSlide + val;
		if (opts.nextSlide < 0) {
			if (opts.nowrap) return false;
			opts.nextSlide = els.length - 1;
		}
		else if (opts.nextSlide >= els.length) {
			if (opts.nowrap) return false;
			opts.nextSlide = 0;
		}
	}

	var cb = opts.onPrevNextEvent || opts.prevNextClick; // prevNextClick is deprecated
	if ($.isFunction(cb))
		cb(val > 0, opts.nextSlide, els[opts.nextSlide]);
	go(els, opts, 1, moveForward);
	return false;
};

function buildPager(els, opts) {
	var $p = $(opts.pager);
	$.each(els, function(i,o) {
		$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);
	});
	opts.updateActivePagerLink(opts.pager, opts.startingSlide, opts.activePagerClass);
};

$.fn.cycle.createPagerAnchor = function(i, el, $p, els, opts) {
	var a;
	if ($.isFunction(opts.pagerAnchorBuilder)) {
		a = opts.pagerAnchorBuilder(i,el);
		debug('pagerAnchorBuilder('+i+', el) returned: ' + a);
	}
	else
		a = '<a href="#">'+(i+1)+'</a>';
		
	if (!a)
		return;
	var $a = $(a);
	// don't reparent if anchor is in the dom
	if ($a.parents('body').length === 0) {
		var arr = [];
		if ($p.length > 1) {
			$p.each(function() {
				var $clone = $a.clone(true);
				$(this).append($clone);
				arr.push($clone[0]);
			});
			$a = $(arr);
		}
		else {
			$a.appendTo($p);
		}
	}

	opts.pagerAnchors =  opts.pagerAnchors || [];
	opts.pagerAnchors.push($a);
	$a.bind(opts.pagerEvent, function(e) {
		e.preventDefault();
		opts.nextSlide = i;
		var p = opts.$cont[0], timeout = p.cycleTimeout;
		if (timeout) {
			clearTimeout(timeout);
			p.cycleTimeout = 0;
		}
		var cb = opts.onPagerEvent || opts.pagerClick; // pagerClick is deprecated
		if ($.isFunction(cb))
			cb(opts.nextSlide, els[opts.nextSlide]);
		go(els,opts,1,opts.currSlide < i); // trigger the trans
//		return false; // <== allow bubble
	});
	
	if ( ! /^click/.test(opts.pagerEvent) && !opts.allowPagerClickBubble)
		$a.bind('click.cycle', function(){return false;}); // suppress click
	
	var cont = opts.$cont[0];
	var pauseFlag = false; // https://github.com/malsup/cycle/issues/44
	if (opts.pauseOnPagerHover) {
		$a.hover(
			function() { 
				pauseFlag = true;
				cont.cyclePause++; 
				triggerPause(cont,true,true);
			}, function() { 
				pauseFlag && cont.cyclePause--; 
				triggerPause(cont,true,true);
			} 
		);
	}
};

// helper fn to calculate the number of slides between the current and the next
$.fn.cycle.hopsFromLast = function(opts, fwd) {
	var hops, l = opts.lastSlide, c = opts.currSlide;
	if (fwd)
		hops = c > l ? c - l : opts.slideCount - l;
	else
		hops = c < l ? l - c : l + opts.slideCount - c;
	return hops;
};

// fix clearType problems in ie6 by setting an explicit bg color
// (otherwise text slides look horrible during a fade transition)
function clearTypeFix($slides) {
	debug('applying clearType background-color hack');
	function hex(s) {
		s = parseInt(s,10).toString(16);
		return s.length < 2 ? '0'+s : s;
	};
	function getBg(e) {
		for ( ; e && e.nodeName.toLowerCase() != 'html'; e = e.parentNode) {
			var v = $.css(e,'background-color');
			if (v && v.indexOf('rgb') >= 0 ) {
				var rgb = v.match(/\d+/g);
				return '#'+ hex(rgb[0]) + hex(rgb[1]) + hex(rgb[2]);
			}
			if (v && v != 'transparent')
				return v;
		}
		return '#ffffff';
	};
	$slides.each(function() { $(this).css('background-color', getBg(this)); });
};

// reset common props before the next transition
$.fn.cycle.commonReset = function(curr,next,opts,w,h,rev) {
	$(opts.elements).not(curr).hide();
	if (typeof opts.cssBefore.opacity == 'undefined')
		opts.cssBefore.opacity = 1;
	opts.cssBefore.display = 'block';
	if (opts.slideResize && w !== false && next.cycleW > 0)
		opts.cssBefore.width = next.cycleW;
	if (opts.slideResize && h !== false && next.cycleH > 0)
		opts.cssBefore.height = next.cycleH;
	opts.cssAfter = opts.cssAfter || {};
	opts.cssAfter.display = 'none';
	$(curr).css('zIndex',opts.slideCount + (rev === true ? 1 : 0));
	$(next).css('zIndex',opts.slideCount + (rev === true ? 0 : 1));
};

// the actual fn for effecting a transition
$.fn.cycle.custom = function(curr, next, opts, cb, fwd, speedOverride) {
	var $l = $(curr), $n = $(next);
	var speedIn = opts.speedIn, speedOut = opts.speedOut, easeIn = opts.easeIn, easeOut = opts.easeOut;
	$n.css(opts.cssBefore);
	if (speedOverride) {
		if (typeof speedOverride == 'number')
			speedIn = speedOut = speedOverride;
		else
			speedIn = speedOut = 1;
		easeIn = easeOut = null;
	}
	var fn = function() {
		$n.animate(opts.animIn, speedIn, easeIn, function() {
			cb();
		});
	};
	$l.animate(opts.animOut, speedOut, easeOut, function() {
		$l.css(opts.cssAfter);
		if (!opts.sync) 
			fn();
	});
	if (opts.sync) fn();
};

// transition definitions - only fade is defined here, transition pack defines the rest
$.fn.cycle.transitions = {
	fade: function($cont, $slides, opts) {
		$slides.not(':eq('+opts.currSlide+')').css('opacity',0);
		opts.before.push(function(curr,next,opts) {
			$.fn.cycle.commonReset(curr,next,opts);
			opts.cssBefore.opacity = 0;
		});
		opts.animIn	   = { opacity: 1 };
		opts.animOut   = { opacity: 0 };
		opts.cssBefore = { top: 0, left: 0 };
	}
};

$.fn.cycle.ver = function() { return ver; };

// override these globally if you like (they are all optional)
$.fn.cycle.defaults = {
	activePagerClass: 'activeSlide', // class name used for the active pager link
	after:		   null,  // transition callback (scope set to element that was shown):  function(currSlideElement, nextSlideElement, options, forwardFlag)
	allowPagerClickBubble: false, // allows or prevents click event on pager anchors from bubbling
	animIn:		   null,  // properties that define how the slide animates in
	animOut:	   null,  // properties that define how the slide animates out
	aspect:		   false,  // preserve aspect ratio during fit resizing, cropping if necessary (must be used with fit option)
	autostop:	   0,	  // true to end slideshow after X transitions (where X == slide count)
	autostopCount: 0,	  // number of transitions (optionally used with autostop to define X)
	backwards:     false, // true to start slideshow at last slide and move backwards through the stack
	before:		   null,  // transition callback (scope set to element to be shown):	 function(currSlideElement, nextSlideElement, options, forwardFlag)
	center: 	   null,  // set to true to have cycle add top/left margin to each slide (use with width and height options)
	cleartype:	   !$.support.opacity,  // true if clearType corrections should be applied (for IE)
	cleartypeNoBg: false, // set to true to disable extra cleartype fixing (leave false to force background color setting on slides)
	containerResize: 1,	  // resize container to fit largest slide
	continuous:	   0,	  // true to start next transition immediately after current one completes
	cssAfter:	   null,  // properties that defined the state of the slide after transitioning out
	cssBefore:	   null,  // properties that define the initial state of the slide before transitioning in
	delay:		   0,	  // additional delay (in ms) for first transition (hint: can be negative)
	easeIn:		   null,  // easing for "in" transition
	easeOut:	   null,  // easing for "out" transition
	easing:		   null,  // easing method for both in and out transitions
	end:		   null,  // callback invoked when the slideshow terminates (use with autostop or nowrap options): function(options)
	fastOnEvent:   0,	  // force fast transitions when triggered manually (via pager or prev/next); value == time in ms
	fit:		   0,	  // force slides to fit container
	fx:			  'fade', // name of transition effect (or comma separated names, ex: 'fade,scrollUp,shuffle')
	fxFn:		   null,  // function used to control the transition: function(currSlideElement, nextSlideElement, options, afterCalback, forwardFlag)
	height:		  'auto', // container height (if the 'fit' option is true, the slides will be set to this height as well)
	manualTrump:   true,  // causes manual transition to stop an active transition instead of being ignored
	metaAttr:     'cycle',// data- attribute that holds the option data for the slideshow
	next:		   null,  // element, jQuery object, or jQuery selector string for the element to use as event trigger for next slide
	nowrap:		   0,	  // true to prevent slideshow from wrapping
	onPagerEvent:  null,  // callback fn for pager events: function(zeroBasedSlideIndex, slideElement)
	onPrevNextEvent: null,// callback fn for prev/next events: function(isNext, zeroBasedSlideIndex, slideElement)
	pager:		   null,  // element, jQuery object, or jQuery selector string for the element to use as pager container
	pagerAnchorBuilder: null, // callback fn for building anchor links:  function(index, DOMelement)
	pagerEvent:	  'click.cycle', // name of event which drives the pager navigation
	pause:		   0,	  // true to enable "pause on hover"
	pauseOnPagerHover: 0, // true to pause when hovering over pager link
	prev:		   null,  // element, jQuery object, or jQuery selector string for the element to use as event trigger for previous slide
	prevNextEvent:'click.cycle',// event which drives the manual transition to the previous or next slide
	random:		   0,	  // true for random, false for sequence (not applicable to shuffle fx)
	randomizeEffects: 1,  // valid when multiple effects are used; true to make the effect sequence random
	requeueOnImageNotLoaded: true, // requeue the slideshow if any image slides are not yet loaded
	requeueTimeout: 250,  // ms delay for requeue
	rev:		   0,	  // causes animations to transition in reverse (for effects that support it such as scrollHorz/scrollVert/shuffle)
	shuffle:	   null,  // coords for shuffle animation, ex: { top:15, left: 200 }
	skipInitializationCallbacks: false, // set to true to disable the first before/after callback that occurs prior to any transition
	slideExpr:	   null,  // expression for selecting slides (if something other than all children is required)
	slideResize:   1,     // force slide width/height to fixed size before every transition
	speed:		   1000,  // speed of the transition (any valid fx speed value)
	speedIn:	   null,  // speed of the 'in' transition
	speedOut:	   null,  // speed of the 'out' transition
	startingSlide: 0,	  // zero-based index of the first slide to be displayed
	sync:		   1,	  // true if in/out transitions should occur simultaneously
	timeout:	   4000,  // milliseconds between slide transitions (0 to disable auto advance)
	timeoutFn:     null,  // callback for determining per-slide timeout value:  function(currSlideElement, nextSlideElement, options, forwardFlag)
	updateActivePagerLink: null, // callback fn invoked to update the active pager link (adds/removes activePagerClass style)
	width:         null   // container width (if the 'fit' option is true, the slides will be set to this width as well)
};

})(jQuery);


/*!
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version:	 2.73
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function($) {

//
// These functions define slide initialization and properties for the named
// transitions. To save file size feel free to remove any of these that you
// don't need.
//
$.fn.cycle.transitions.none = function($cont, $slides, opts) {
	opts.fxFn = function(curr,next,opts,after){
		$(next).show();
		$(curr).hide();
		after();
	};
};

// not a cross-fade, fadeout only fades out the top slide
$.fn.cycle.transitions.fadeout = function($cont, $slides, opts) {
	$slides.not(':eq('+opts.currSlide+')').css({ display: 'block', 'opacity': 1 });
	opts.before.push(function(curr,next,opts,w,h,rev) {
		$(curr).css('zIndex',opts.slideCount + (!rev === true ? 1 : 0));
		$(next).css('zIndex',opts.slideCount + (!rev === true ? 0 : 1));
	});
	opts.animIn.opacity = 1;
	opts.animOut.opacity = 0;
	opts.cssBefore.opacity = 1;
	opts.cssBefore.display = 'block';
	opts.cssAfter.zIndex = 0;
};

// scrollUp/Down/Left/Right
$.fn.cycle.transitions.scrollUp = function($cont, $slides, opts) {
	$cont.css('overflow','hidden');
	opts.before.push($.fn.cycle.commonReset);
	var h = $cont.height();
	opts.cssBefore.top = h;
	opts.cssBefore.left = 0;
	opts.cssFirst.top = 0;
	opts.animIn.top = 0;
	opts.animOut.top = -h;
};
$.fn.cycle.transitions.scrollDown = function($cont, $slides, opts) {
	$cont.css('overflow','hidden');
	opts.before.push($.fn.cycle.commonReset);
	var h = $cont.height();
	opts.cssFirst.top = 0;
	opts.cssBefore.top = -h;
	opts.cssBefore.left = 0;
	opts.animIn.top = 0;
	opts.animOut.top = h;
};
$.fn.cycle.transitions.scrollLeft = function($cont, $slides, opts) {
	$cont.css('overflow','hidden');
	opts.before.push($.fn.cycle.commonReset);
	var w = $cont.width();
	opts.cssFirst.left = 0;
	opts.cssBefore.left = w;
	opts.cssBefore.top = 0;
	opts.animIn.left = 0;
	opts.animOut.left = 0-w;
};
$.fn.cycle.transitions.scrollRight = function($cont, $slides, opts) {
	$cont.css('overflow','hidden');
	opts.before.push($.fn.cycle.commonReset);
	var w = $cont.width();
	opts.cssFirst.left = 0;
	opts.cssBefore.left = -w;
	opts.cssBefore.top = 0;
	opts.animIn.left = 0;
	opts.animOut.left = w;
};
$.fn.cycle.transitions.scrollHorz = function($cont, $slides, opts) {
	$cont.css('overflow','hidden').width();
	opts.before.push(function(curr, next, opts, fwd) {
		if (opts.rev)
			fwd = !fwd;
		$.fn.cycle.commonReset(curr,next,opts);
		opts.cssBefore.left = fwd ? (next.cycleW-1) : (1-next.cycleW);
		opts.animOut.left = fwd ? -curr.cycleW : curr.cycleW;
	});
	opts.cssFirst.left = 0;
	opts.cssBefore.top = 0;
	opts.animIn.left = 0;
	opts.animOut.top = 0;
};
$.fn.cycle.transitions.scrollVert = function($cont, $slides, opts) {
	$cont.css('overflow','hidden');
	opts.before.push(function(curr, next, opts, fwd) {
		if (opts.rev)
			fwd = !fwd;
		$.fn.cycle.commonReset(curr,next,opts);
		opts.cssBefore.top = fwd ? (1-next.cycleH) : (next.cycleH-1);
		opts.animOut.top = fwd ? curr.cycleH : -curr.cycleH;
	});
	opts.cssFirst.top = 0;
	opts.cssBefore.left = 0;
	opts.animIn.top = 0;
	opts.animOut.left = 0;
};

// slideX/slideY
$.fn.cycle.transitions.slideX = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$(opts.elements).not(curr).hide();
		$.fn.cycle.commonReset(curr,next,opts,false,true);
		opts.animIn.width = next.cycleW;
	});
	opts.cssBefore.left = 0;
	opts.cssBefore.top = 0;
	opts.cssBefore.width = 0;
	opts.animIn.width = 'show';
	opts.animOut.width = 0;
};
$.fn.cycle.transitions.slideY = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$(opts.elements).not(curr).hide();
		$.fn.cycle.commonReset(curr,next,opts,true,false);
		opts.animIn.height = next.cycleH;
	});
	opts.cssBefore.left = 0;
	opts.cssBefore.top = 0;
	opts.cssBefore.height = 0;
	opts.animIn.height = 'show';
	opts.animOut.height = 0;
};

// shuffle
$.fn.cycle.transitions.shuffle = function($cont, $slides, opts) {
	var i, w = $cont.css('overflow', 'visible').width();
	$slides.css({left: 0, top: 0});
	opts.before.push(function(curr,next,opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,true,true);
	});
	// only adjust speed once!
	if (!opts.speedAdjusted) {
		opts.speed = opts.speed / 2; // shuffle has 2 transitions
		opts.speedAdjusted = true;
	}
	opts.random = 0;
	opts.shuffle = opts.shuffle || {left:-w, top:15};
	opts.els = [];
	for (i=0; i < $slides.length; i++)
		opts.els.push($slides[i]);

	for (i=0; i < opts.currSlide; i++)
		opts.els.push(opts.els.shift());

	// custom transition fn (hat tip to Benjamin Sterling for this bit of sweetness!)
	opts.fxFn = function(curr, next, opts, cb, fwd) {
		if (opts.rev)
			fwd = !fwd;
		var $el = fwd ? $(curr) : $(next);
		$(next).css(opts.cssBefore);
		var count = opts.slideCount;
		$el.animate(opts.shuffle, opts.speedIn, opts.easeIn, function() {
			var hops = $.fn.cycle.hopsFromLast(opts, fwd);
			for (var k=0; k < hops; k++)
				fwd ? opts.els.push(opts.els.shift()) : opts.els.unshift(opts.els.pop());
			if (fwd) {
				for (var i=0, len=opts.els.length; i < len; i++)
					$(opts.els[i]).css('z-index', len-i+count);
			}
			else {
				var z = $(curr).css('z-index');
				$el.css('z-index', parseInt(z,10)+1+count);
			}
			$el.animate({left:0, top:0}, opts.speedOut, opts.easeOut, function() {
				$(fwd ? this : curr).hide();
				if (cb) cb();
			});
		});
	};
	$.extend(opts.cssBefore, { display: 'block', opacity: 1, top: 0, left: 0 });
};

// turnUp/Down/Left/Right
$.fn.cycle.transitions.turnUp = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,false);
		opts.cssBefore.top = next.cycleH;
		opts.animIn.height = next.cycleH;
		opts.animOut.width = next.cycleW;
	});
	opts.cssFirst.top = 0;
	opts.cssBefore.left = 0;
	opts.cssBefore.height = 0;
	opts.animIn.top = 0;
	opts.animOut.height = 0;
};
$.fn.cycle.transitions.turnDown = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,false);
		opts.animIn.height = next.cycleH;
		opts.animOut.top   = curr.cycleH;
	});
	opts.cssFirst.top = 0;
	opts.cssBefore.left = 0;
	opts.cssBefore.top = 0;
	opts.cssBefore.height = 0;
	opts.animOut.height = 0;
};
$.fn.cycle.transitions.turnLeft = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,false,true);
		opts.cssBefore.left = next.cycleW;
		opts.animIn.width = next.cycleW;
	});
	opts.cssBefore.top = 0;
	opts.cssBefore.width = 0;
	opts.animIn.left = 0;
	opts.animOut.width = 0;
};
$.fn.cycle.transitions.turnRight = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,false,true);
		opts.animIn.width = next.cycleW;
		opts.animOut.left = curr.cycleW;
	});
	$.extend(opts.cssBefore, { top: 0, left: 0, width: 0 });
	opts.animIn.left = 0;
	opts.animOut.width = 0;
};

// zoom
$.fn.cycle.transitions.zoom = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,false,false,true);
		opts.cssBefore.top = next.cycleH/2;
		opts.cssBefore.left = next.cycleW/2;
		$.extend(opts.animIn, { top: 0, left: 0, width: next.cycleW, height: next.cycleH });
		$.extend(opts.animOut, { width: 0, height: 0, top: curr.cycleH/2, left: curr.cycleW/2 });
	});
	opts.cssFirst.top = 0;
	opts.cssFirst.left = 0;
	opts.cssBefore.width = 0;
	opts.cssBefore.height = 0;
};

// fadeZoom
$.fn.cycle.transitions.fadeZoom = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,false,false);
		opts.cssBefore.left = next.cycleW/2;
		opts.cssBefore.top = next.cycleH/2;
		$.extend(opts.animIn, { top: 0, left: 0, width: next.cycleW, height: next.cycleH });
	});
	opts.cssBefore.width = 0;
	opts.cssBefore.height = 0;
	opts.animOut.opacity = 0;
};

// blindX
$.fn.cycle.transitions.blindX = function($cont, $slides, opts) {
	var w = $cont.css('overflow','hidden').width();
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts);
		opts.animIn.width = next.cycleW;
		opts.animOut.left   = curr.cycleW;
	});
	opts.cssBefore.left = w;
	opts.cssBefore.top = 0;
	opts.animIn.left = 0;
	opts.animOut.left = w;
};
// blindY
$.fn.cycle.transitions.blindY = function($cont, $slides, opts) {
	var h = $cont.css('overflow','hidden').height();
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts);
		opts.animIn.height = next.cycleH;
		opts.animOut.top   = curr.cycleH;
	});
	opts.cssBefore.top = h;
	opts.cssBefore.left = 0;
	opts.animIn.top = 0;
	opts.animOut.top = h;
};
// blindZ
$.fn.cycle.transitions.blindZ = function($cont, $slides, opts) {
	var h = $cont.css('overflow','hidden').height();
	var w = $cont.width();
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts);
		opts.animIn.height = next.cycleH;
		opts.animOut.top   = curr.cycleH;
	});
	opts.cssBefore.top = h;
	opts.cssBefore.left = w;
	opts.animIn.top = 0;
	opts.animIn.left = 0;
	opts.animOut.top = h;
	opts.animOut.left = w;
};

// growX - grow horizontally from centered 0 width
$.fn.cycle.transitions.growX = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,false,true);
		opts.cssBefore.left = this.cycleW/2;
		opts.animIn.left = 0;
		opts.animIn.width = this.cycleW;
		opts.animOut.left = 0;
	});
	opts.cssBefore.top = 0;
	opts.cssBefore.width = 0;
};
// growY - grow vertically from centered 0 height
$.fn.cycle.transitions.growY = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,false);
		opts.cssBefore.top = this.cycleH/2;
		opts.animIn.top = 0;
		opts.animIn.height = this.cycleH;
		opts.animOut.top = 0;
	});
	opts.cssBefore.height = 0;
	opts.cssBefore.left = 0;
};

// curtainX - squeeze in both edges horizontally
$.fn.cycle.transitions.curtainX = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,false,true,true);
		opts.cssBefore.left = next.cycleW/2;
		opts.animIn.left = 0;
		opts.animIn.width = this.cycleW;
		opts.animOut.left = curr.cycleW/2;
		opts.animOut.width = 0;
	});
	opts.cssBefore.top = 0;
	opts.cssBefore.width = 0;
};
// curtainY - squeeze in both edges vertically
$.fn.cycle.transitions.curtainY = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,false,true);
		opts.cssBefore.top = next.cycleH/2;
		opts.animIn.top = 0;
		opts.animIn.height = next.cycleH;
		opts.animOut.top = curr.cycleH/2;
		opts.animOut.height = 0;
	});
	opts.cssBefore.height = 0;
	opts.cssBefore.left = 0;
};

// cover - curr slide covered by next slide
$.fn.cycle.transitions.cover = function($cont, $slides, opts) {
	var d = opts.direction || 'left';
	var w = $cont.css('overflow','hidden').width();
	var h = $cont.height();
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts);
		if (d == 'right')
			opts.cssBefore.left = -w;
		else if (d == 'up')
			opts.cssBefore.top = h;
		else if (d == 'down')
			opts.cssBefore.top = -h;
		else
			opts.cssBefore.left = w;
	});
	opts.animIn.left = 0;
	opts.animIn.top = 0;
	opts.cssBefore.top = 0;
	opts.cssBefore.left = 0;
};

// uncover - curr slide moves off next slide
$.fn.cycle.transitions.uncover = function($cont, $slides, opts) {
	var d = opts.direction || 'left';
	var w = $cont.css('overflow','hidden').width();
	var h = $cont.height();
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,true,true);
		if (d == 'right')
			opts.animOut.left = w;
		else if (d == 'up')
			opts.animOut.top = -h;
		else if (d == 'down')
			opts.animOut.top = h;
		else
			opts.animOut.left = -w;
	});
	opts.animIn.left = 0;
	opts.animIn.top = 0;
	opts.cssBefore.top = 0;
	opts.cssBefore.left = 0;
};

// toss - move top slide and fade away
$.fn.cycle.transitions.toss = function($cont, $slides, opts) {
	var w = $cont.css('overflow','visible').width();
	var h = $cont.height();
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,true,true);
		// provide default toss settings if animOut not provided
		if (!opts.animOut.left && !opts.animOut.top)
			$.extend(opts.animOut, { left: w*2, top: -h/2, opacity: 0 });
		else
			opts.animOut.opacity = 0;
	});
	opts.cssBefore.left = 0;
	opts.cssBefore.top = 0;
	opts.animIn.left = 0;
};

// wipe - clip animation
$.fn.cycle.transitions.wipe = function($cont, $slides, opts) {
	var w = $cont.css('overflow','hidden').width();
	var h = $cont.height();
	opts.cssBefore = opts.cssBefore || {};
	var clip;
	if (opts.clip) {
		if (/l2r/.test(opts.clip))
			clip = 'rect(0px 0px '+h+'px 0px)';
		else if (/r2l/.test(opts.clip))
			clip = 'rect(0px '+w+'px '+h+'px '+w+'px)';
		else if (/t2b/.test(opts.clip))
			clip = 'rect(0px '+w+'px 0px 0px)';
		else if (/b2t/.test(opts.clip))
			clip = 'rect('+h+'px '+w+'px '+h+'px 0px)';
		else if (/zoom/.test(opts.clip)) {
			var top = parseInt(h/2,10);
			var left = parseInt(w/2,10);
			clip = 'rect('+top+'px '+left+'px '+top+'px '+left+'px)';
		}
	}

	opts.cssBefore.clip = opts.cssBefore.clip || clip || 'rect(0px 0px 0px 0px)';

	var d = opts.cssBefore.clip.match(/(\d+)/g);
	var t = parseInt(d[0],10), r = parseInt(d[1],10), b = parseInt(d[2],10), l = parseInt(d[3],10);

	opts.before.push(function(curr, next, opts) {
		if (curr == next) return;
		var $curr = $(curr), $next = $(next);
		$.fn.cycle.commonReset(curr,next,opts,true,true,false);
		opts.cssAfter.display = 'block';

		var step = 1, count = parseInt((opts.speedIn / 13),10) - 1;
		(function f() {
			var tt = t ? t - parseInt(step * (t/count),10) : 0;
			var ll = l ? l - parseInt(step * (l/count),10) : 0;
			var bb = b < h ? b + parseInt(step * ((h-b)/count || 1),10) : h;
			var rr = r < w ? r + parseInt(step * ((w-r)/count || 1),10) : w;
			$next.css({ clip: 'rect('+tt+'px '+rr+'px '+bb+'px '+ll+'px)' });
			(step++ <= count) ? setTimeout(f, 13) : $curr.css('display', 'none');
		})();
	});
	$.extend(opts.cssBefore, { display: 'block', opacity: 1, top: 0, left: 0 });
	opts.animIn	   = { left: 0 };
	opts.animOut   = { left: 0 };
};

})(jQuery);
;
/* This file activates the cycles */
(function ($) {
  $(document).ready(function(){
	  $('.field-name-field-i .field-items').cycle({
    	fx: 'scrollLeft',
    	timeout: 4000,
    	speed: 600
    });
  });
})(jQuery);;
/* 
Simple JQuery menu.
HTML structure to use:

Notes: 

Each menu MUST have a class 'menu' set. If the menu doesn't have this, the JS won't make it dynamic
If you want a panel to be expanded at page load, give the containing LI element the classname 'expand'.
Use this to set the right state in your page (generation) code.

Optional extra classnames for the UL element that holds an accordion:

noaccordion : no accordion functionality
collapsible : menu works like an accordion but can be fully collapsed

<ul class="menu [optional class] [optional class]">
<li><a href="#">Sub menu heading</a>
<ul>
<li><a href="http://site.com/">Link</a></li>
<li><a href="http://site.com/">Link</a></li>
<li><a href="http://site.com/">Link</a></li>
...
...
</ul>
// This item is open at page load time
<li class="expand"><a href="#">Sub menu heading</a>
<ul>
<li><a href="http://site.com/">Link</a></li>
<li><a href="http://site.com/">Link</a></li>
<li><a href="http://site.com/">Link</a></li>
...
...
</ul>
...
...
</ul>

Copyright 2007-2010 by Marco van Hylckama Vlieg

web: http://www.i-marco.nl/weblog/
email: marco@i-marco.nl

Free to use any way you like.
*/




(function ($) {
  $(document).ready(function() {
    $('.menu-block-2>ul').each(function(){
      var theMenu = $(this).get(0);
      $('.menu', this).hide();
      $('li.active-trail > .menu', this).show();
      $('li.active-trail > .menu', this).prev().addClass('active');
      $('li a', this).click(
        function(e) {
          e.stopImmediatePropagation();
          var theElement = $(this).next();
          var ourLink = this.href;
          var parent = this.parentNode.parentNode;
          if($(this).hasClass('active')) {
            window.location.href = this.href;
          }
          else if($(parent).hasClass('noaccordion')) {
            if(theElement[0] === undefined) {
              window.location.href = this.href;
            }
            $(theElement).slideToggle('normal', function() {
              if ($(this).is(':visible')) {
                $(this).prev().addClass('active');
              }
              else {
                $(this).prev().removeClass('active');
              }    
            });
            return false;
          }
          else {
            if(theElement.hasClass('menu') && theElement.is(':visible')) {
              if($(parent).hasClass('collapsible')) {
                $('.menu:visible', parent).first().slideUp('normal', function() {
                  $(this).prev().removeClass('active');
                });
                return false;  
              }
              return false;
            }
            if(theElement.hasClass('menu') && !theElement.is(':visible')) {         
              $('.menu:visible', parent).first().slideUp('normal', function() {
                $(this).prev().removeClass('active');
              });
              theElement.slideDown('normal', function() {
                $(this).prev().addClass('active');
                window.location = ourLink;
              });
              return false;
            }
          }
        }
      );
    });
  });
})(jQuery);;
/* This file manages the product images and thumbnails */
(function ($) {
  $(document).ready(function(){
    $(".node-type-product .product-thumbs img:not(.active)").live('click', function(){
      var ourid = $(this).attr('id');
      $(".node-type-product .product-thumbs img").removeClass('active');
      $(this).addClass('active');
      $(".node-type-product .field-name-field-pri .field-item:visible").hide();
      $(".node-type-product .field-name-field-pri .field-item."+ourid).show();
      return false;
    })
  });
})(jQuery);;
/**
 * ezMark (Minified) - A Simple Checkbox and Radio button Styling plugin. This plugin allows you to use a custom Image for 
 * Checkbox or Radio button. Its very simple, small and easy to use.
 * 
 * Copyright (c) Abdullah Rubiyath <http://www.itsalif.info/>.
 * Released under MIT License
 * 
 * @author Abdullah Rubiyath
 * @version 1.0
 * @date June 27, 2010
 */
(function($){$.fn.ezMark=function(options){options=options||{};var defaultOpt={checkboxCls:options.checkboxCls||'ez-checkbox',radioCls:options.radioCls||'ez-radio',checkedCls:options.checkedCls||'ez-checked',selectedCls:options.selectedCls||'ez-selected',hideCls:'ez-hide'};return this.each(function(){var $this=$(this);var wrapTag=$this.attr('type')=='checkbox'?'<div class="'+defaultOpt.checkboxCls+'">':'<div class="'+defaultOpt.radioCls+'">';if($this.attr('type')=='checkbox'){$this.addClass(defaultOpt.hideCls).wrap(wrapTag).change(function(){if($(this).is(':checked')){$(this).parent().addClass(defaultOpt.checkedCls);}
else{$(this).parent().removeClass(defaultOpt.checkedCls);}});if($this.is(':checked')){$this.parent().addClass(defaultOpt.checkedCls);}}
else if($this.attr('type')=='radio'){$this.addClass(defaultOpt.hideCls).wrap(wrapTag).change(function(){$('input[name="'+$(this).attr('name')+'"]').each(function(){if($(this).is(':checked')){$(this).parent().addClass(defaultOpt.selectedCls);}else{$(this).parent().removeClass(defaultOpt.selectedCls);}});});if($this.is(':checked')){$this.parent().addClass(defaultOpt.selectedCls);}}});}})(jQuery);;
/* This file changes the styles of radio buttons */
(function ($) {
  $(document).ready(function(){
    $('input[type="radio"]').ezMark();
    
    // Validate:
    $("#webform-client-form-78").submit(function(){
      var filled = true;
      
      var trimmedname = jQuery.trim($("#edit-submitted-name").val());
      if (trimmedname == '') {
        $("#webform-component-name .description").fadeIn();
        var filled = false;
      }
      
      var trimmedcompany = jQuery.trim($("#edit-submitted-company").val());
      if (trimmedcompany == '') {
        $("#webform-component-company .description").fadeIn();
        var filled = false;
      }
      
      var trimmedemail = jQuery.trim($("#edit-submitted-email").val());
      if (trimmedemail == '') {
        $("#webform-component-email .description").fadeIn();
        var filled = false;
      }
      
      if (filled == false) {
        return false;
      }
    });
    
    $("#edit-submitted-name").keyup(function(event){
      if ($(this).val() != '') {
        $("#webform-component-name .description").fadeOut();
      }
    });
    
    $("#edit-submitted-company").keyup(function(event){
      if ($(this).val() != '') {
        $("#webform-component-company .description").fadeOut();
      }
    });
    
    $("#edit-submitted-email").keyup(function(event){
      if ($(this).val() != '') {
        $("#webform-component-email .description").fadeOut();
      }
    });
    
  });
})(jQuery);;
/* This file adds a 'sub-menu' when on the links page */
(function ($) {
  $(document).ready(function(){
	  if ($('.view-links h3').length){
	    // Setup sun-nav:
	    $('#sidebar-first').append('<div id="block-menu-block-2"><ul><li class="expanded" id="links-holder"><a href="'+Drupal.settings.basePath+'links">Links<span></span></a><ul></ul></li></ul></div>');
	    // For each link sub-head - add id/menu item
	    $('.view-links h3').each(function(){
	      var cat = $(this).text();
	      var token = cat.toLowerCase().replace(/ /g, '-');
	      $(this).append('<a name="'+token+'"></a>');
	      $(this).attr('id', 'link-anchor-'+token);
	      $('#links-holder ul').append('<li><a href="#'+token+'" class="link-anchor-'+token+'">'+cat+'</a></li>');
	    });
	    Cufon.refresh();
	  }
	  // On click, slide down to section:
	  $('#links-holder ul a').live('click', function(){
	    var targetid = $(this).attr('class');
      var coords = $('#'+targetid).offset();
      var slideto = coords.top;
      $('html, body').animate({scrollTop:slideto}, 500, 'swing');
      return false;
	  });
  });
})(jQuery);;

