/*
 * 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) 1989 Adobe Systems Incorporated.  All Rights Reserved.Avenir is a
 * registered trademark of Linotype AG and/or its subsidiaries.
 * 
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1989 Adobe Systems.  All Rights Reserved.
 * This software is the property of Adobe Systems  Incorporated and its licensors,
 * and may not be reproduced, used,   displayed, modified, disclosed or transferred
 * without the express   written approval of Adobe.    The digitally encoded
 * machine readable outline data for producing  the Typefaces licensed to you is
 * copyrighted (c) 1981 Linotype AG  and/or its subsidiaries. All Rights Reserved. 
 * This data is the property of Linotype AG and/or its subsidiaries  and may not be
 * reproduced, used, displayed, modified, disclosed or   transferred without the
 * express written approval of Linotype AG   and/or its subsidiaries.
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Avenir LT 45 Book","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 2 0 0 2 0 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-11 -329.969 340 104","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{"w":100},"\u00a0":{"w":100},"!":{"d":"50,-37v11,0,19,10,19,20v0,10,-9,19,-19,19v-10,0,-19,-9,-19,-19v0,-10,8,-20,19,-20xm63,-69r-26,0r0,-186r26,0r0,186","w":100},"\"":{"d":"109,-255r21,0r0,85r-21,0r0,-85xm57,-255r21,0r0,85r-21,0r0,-85","w":186},"#":{"d":"74,-99r48,0r8,-58r-48,0xm49,-77r-36,0r0,-22r39,0r8,-58r-39,0r0,-22r42,0r11,-76r22,0r-11,76r48,0r11,-76r22,0r-11,76r33,0r0,22r-36,0r-8,58r34,0r0,22r-37,0r-11,77r-22,0r11,-77r-48,0r-11,77r-21,0"},"$":{"d":"182,-64v0,44,-32,65,-73,70r0,24r-18,0r0,-24v-34,0,-62,-20,-76,-39r22,-16v12,16,29,29,54,31r0,-100v-34,-11,-69,-27,-69,-72v0,-42,30,-65,69,-70r0,-25r18,0r0,24v32,0,51,14,66,31r-20,17v-8,-14,-26,-24,-46,-24r0,96v36,14,73,29,73,77xm109,-18v41,3,62,-49,34,-76v-9,-8,-20,-15,-34,-19r0,95xm91,-237v-35,0,-59,51,-30,75v8,7,19,13,30,16r0,-91"},"%":{"d":"78,11r-19,-10r163,-267r18,10xm181,-59v-3,46,66,55,80,17v11,-29,-8,-59,-38,-58v-25,1,-41,16,-42,41xm223,-122v38,0,63,25,63,63v0,38,-25,63,-63,63v-38,0,-64,-25,-64,-63v0,-38,26,-63,64,-63xm77,-155v26,0,40,-17,42,-41v-2,-24,-16,-42,-42,-42v-26,0,-40,18,-42,42v2,24,16,41,42,41xm77,-259v38,0,63,24,63,63v0,40,-25,63,-63,63v-38,0,-63,-25,-63,-63v0,-38,25,-63,63,-63","w":299},"&":{"d":"45,-66v-1,52,75,62,101,26v4,-5,9,-10,13,-15r-68,-70v-23,14,-45,25,-46,59xm98,-154v19,-12,46,-21,47,-50v1,-19,-17,-33,-36,-34v-34,-2,-49,41,-27,64v5,8,9,14,16,20xm171,-204v0,37,-31,52,-57,66r59,61r35,-61r29,0r-47,79r58,59r-37,0r-36,-37v-20,24,-38,43,-78,43v-48,-1,-80,-25,-80,-72v0,-41,28,-61,58,-75v-13,-15,-30,-35,-30,-60v0,-40,25,-60,64,-60v38,0,62,20,62,57","w":253},"'":{"d":"36,-255r22,0r0,85r-22,0r0,-85","w":93},"(":{"d":"70,58v-42,-58,-68,-159,-37,-246v9,-28,22,-53,39,-77r19,12v-48,57,-66,184,-22,261r20,35","w":93},")":{"d":"23,-265v65,77,67,245,-1,323r-19,-13v47,-56,66,-185,21,-260r-20,-36","w":93},"*":{"d":"91,-203r50,-17r8,21r-51,16r32,43r-17,13r-33,-44r-33,44r-17,-13r32,-43r-51,-16r8,-21r50,17r0,-52r22,0r0,52","w":159},"+":{"d":"131,-120r81,0r0,22r-81,0r0,81r-22,0r0,-81r-81,0r0,-22r81,0r0,-81r22,0r0,81","w":239},",":{"d":"48,50r-25,0r25,-84r29,0","w":100},"-":{"d":"106,-75r-92,0r0,-23r92,0r0,23","w":119},"\u00ad":{"d":"106,-75r-92,0r0,-23r92,0r0,23","w":119},".":{"d":"50,-37v11,0,19,10,19,20v0,10,-9,19,-19,19v-10,0,-19,-9,-19,-19v0,-10,8,-20,19,-20","w":100},"\/":{"d":"23,6r-21,-6r109,-261r20,7","w":133},"0":{"d":"161,-127v0,-52,-7,-108,-61,-108v-53,0,-60,54,-60,108v0,54,8,108,60,108v52,0,61,-56,61,-108xm14,-127v0,-69,16,-132,86,-132v70,0,86,63,86,132v0,69,-16,131,-86,131v-70,0,-86,-63,-86,-131"},"1":{"d":"125,0r-26,0r0,-222r-45,40r-17,-20r65,-53r23,0r0,255"},"2":{"d":"100,-259v67,0,98,66,61,116v-33,45,-78,79,-116,119r134,0r0,24r-162,0r0,-30r113,-115v32,-24,27,-90,-28,-90v-28,0,-46,17,-51,40r-27,-3v6,-36,35,-61,76,-61"},"3":{"d":"149,-70v0,-42,-33,-53,-76,-52r0,-23v40,2,68,-10,70,-47v3,-53,-82,-54,-96,-15r-23,-12v23,-58,148,-54,144,26v-2,32,-18,50,-43,58v29,8,50,29,50,66v0,88,-141,96,-161,22r27,-8v8,24,24,36,55,36v31,0,52,-19,53,-51"},"4":{"d":"124,-84r-1,-145r-88,145r89,0xm150,-84r36,0r0,24r-36,0r0,60r-26,0r0,-60r-110,0r0,-30r103,-165r33,0r0,171"},"5":{"d":"150,-76v0,-62,-72,-73,-115,-47r2,-132r130,0r0,24r-104,0r-1,77v58,-22,114,14,114,75v0,89,-129,112,-159,38r26,-11v17,50,107,38,107,-24"},"6":{"d":"100,-130v-33,0,-57,20,-57,55v0,35,22,56,57,56v35,0,57,-21,57,-56v0,-35,-24,-55,-57,-55xm100,4v-81,5,-97,-88,-61,-147r69,-112r31,0r-69,110v54,-24,115,10,113,70v-2,50,-32,76,-83,79"},"7":{"d":"171,-231r-103,231r-29,0r105,-231r-125,0r0,-24r152,0r0,24"},"8":{"d":"100,-19v34,0,55,-20,55,-53v0,-32,-22,-52,-55,-52v-33,0,-55,20,-55,52v0,33,21,53,55,53xm100,-145v26,0,45,-17,45,-45v-1,-28,-17,-45,-45,-45v-28,0,-44,17,-45,45v0,28,19,45,45,45xm19,-68v-2,-36,23,-58,48,-68v-23,-8,-38,-28,-38,-57v0,-41,28,-62,71,-66v75,-6,95,103,33,123v25,10,50,32,48,68v-3,46,-34,72,-81,72v-47,0,-78,-26,-81,-72"},"9":{"d":"100,-125v34,0,57,-21,57,-55v0,-35,-23,-55,-57,-55v-34,0,-57,20,-57,55v0,34,23,55,57,55xm100,-259v79,-5,98,88,61,147r-69,112r-30,0r68,-110v-54,24,-115,-11,-113,-70v2,-50,33,-76,83,-79"},":":{"d":"50,-37v11,0,19,10,19,20v0,10,-9,19,-19,19v-10,0,-19,-9,-19,-19v0,-10,8,-20,19,-20xm50,-170v10,0,19,9,19,19v0,10,-8,20,-19,20v-11,0,-19,-10,-19,-20v0,-10,9,-19,19,-19","w":100},";":{"d":"53,-170v11,0,20,9,20,19v0,10,-9,20,-20,20v-11,0,-19,-10,-19,-20v0,-10,9,-19,19,-19xm48,50r-25,0r25,-84r29,0","w":100},"\u037e":{"d":"53,-170v11,0,20,9,20,19v0,10,-9,20,-20,20v-11,0,-19,-10,-19,-20v0,-10,9,-19,19,-19xm48,50r-25,0r25,-84r29,0","w":100},"<":{"d":"212,-181r-155,72r155,72r0,22r-184,-86r0,-16r184,-86r0,22","w":239},"=":{"d":"212,-93r0,22r-184,0r0,-22r184,0xm212,-147r0,22r-184,0r0,-22r184,0","w":239},">":{"d":"28,-203r184,86r0,16r-184,86r0,-22r155,-72r-155,-72r0,-22","w":239},"?":{"d":"89,-37v11,0,19,10,19,20v0,10,-9,19,-19,19v-11,0,-20,-9,-20,-19v0,-10,9,-20,20,-20xm158,-196v2,62,-68,56,-59,127r-26,0v-12,-72,54,-71,59,-125v2,-23,-18,-41,-42,-41v-26,0,-43,16,-46,39r-27,-3v5,-38,31,-60,72,-60v43,0,68,22,69,63","w":173},"@":{"d":"152,-205v23,0,33,13,42,30r8,-23r20,0r-34,120v0,5,3,7,9,7v34,-7,54,-39,54,-78v0,-58,-44,-93,-101,-93v-67,0,-113,48,-113,115v0,67,45,111,113,114v40,2,74,-19,91,-44r23,0v-22,37,-57,63,-114,63v-81,0,-135,-53,-135,-133v0,-81,54,-134,135,-134v71,0,123,40,123,110v0,55,-33,95,-83,102v-17,2,-22,-9,-26,-22v-25,37,-101,24,-96,-32v4,-55,28,-102,84,-102xm125,-71v36,0,56,-39,56,-76v0,-20,-10,-36,-29,-36v-39,0,-61,39,-61,78v0,20,15,34,34,34","w":288},"B":{"d":"177,-72v1,-56,-61,-51,-117,-50r0,98v55,0,116,6,117,-48xm165,-188v0,-46,-54,-45,-105,-43r0,88v51,1,105,5,105,-45xm205,-71v-2,74,-88,75,-170,71r0,-255v74,0,158,-10,158,64v1,31,-21,49,-45,57v35,3,58,25,57,63","w":226},"C":{"d":"150,-17v36,0,58,-15,73,-38r21,15v-19,26,-48,47,-94,46v-81,-3,-131,-52,-133,-133v-2,-97,84,-156,181,-125v16,6,29,17,40,31r-22,17v-14,-18,-36,-34,-66,-34v-67,0,-105,46,-105,111v0,65,38,110,105,110","w":253},"D":{"d":"221,-127v0,-86,-69,-111,-164,-104r0,207v94,6,164,-17,164,-103xm249,-127v0,112,-96,136,-218,127r0,-255v121,-8,218,15,218,128","w":266},"E":{"d":"60,-24r137,0r0,24r-162,0r0,-255r158,0r0,24r-133,0r0,87r124,0r0,23r-124,0r0,97","w":213},"F":{"d":"60,0r-25,0r0,-255r153,0r0,24r-128,0r0,87r119,0r0,23r-119,0r0,121","k":{"A":20,".":46,",":46}},"G":{"d":"17,-127v-8,-118,145,-174,225,-100r-19,19v-17,-18,-39,-30,-73,-30v-67,0,-105,46,-105,111v0,65,38,110,105,110v28,0,52,-7,71,-18r0,-86r-61,0r0,-23r87,0r0,125v-25,15,-60,25,-97,25v-81,0,-128,-52,-133,-133","w":280},"H":{"d":"35,-255r25,0r0,111r139,0r0,-111r26,0r0,255r-26,0r0,-121r-139,0r0,121r-25,0r0,-255","w":259},"I":{"d":"60,0r-25,0r0,-255r25,0r0,255","w":95},"J":{"d":"143,-70v11,83,-126,107,-138,23r26,-5v6,21,16,35,41,35v35,0,45,-29,45,-64r0,-174r26,0r0,185","w":173},"K":{"d":"60,-144r4,0r120,-111r37,0r-128,116r135,139r-38,0r-125,-131r-5,0r0,131r-25,0r0,-255r25,0r0,111","w":226},"L":{"d":"60,-24r119,0r0,24r-144,0r0,-255r25,0r0,231","w":180,"k":{"y":13,"Y":35,"W":20,"V":33,"T":33}},"M":{"d":"160,-48r86,-207r40,0r0,255r-26,0r-1,-220r-92,220r-14,0r-93,-220r0,220r-25,0r0,-255r39,0","w":320},"N":{"d":"67,-255r153,216r0,-216r26,0r0,255r-33,0r-153,-218r0,218r-25,0r0,-255r32,0","w":280},"O":{"d":"150,-17v66,0,105,-44,105,-110v0,-66,-39,-111,-105,-111v-67,0,-105,46,-105,111v0,65,38,110,105,110xm150,-261v82,0,133,52,133,134v0,81,-52,133,-133,133v-81,0,-133,-52,-133,-133v0,-82,51,-134,133,-134","w":300},"P":{"d":"165,-187v0,-47,-54,-45,-105,-44r0,89v51,1,105,3,105,-45xm193,-187v0,65,-63,73,-133,69r0,118r-25,0r0,-255v76,-1,158,-7,158,68","w":206,"k":{"A":27,".":55,",":55}},"Q":{"d":"275,-131v0,52,-22,87,-60,107r77,0r0,24r-146,0v-79,-4,-129,-51,-129,-131v0,-79,49,-130,129,-130v80,0,129,51,129,130xm146,-238v-64,0,-101,44,-101,107v0,64,37,107,101,107v64,0,101,-43,101,-107v0,-63,-37,-107,-101,-107","w":300},"R":{"d":"169,-187v0,-50,-58,-44,-109,-44r0,89v51,0,109,6,109,-45xm197,-187v-1,39,-26,63,-65,66r73,121r-31,0r-70,-118r-44,0r0,118r-25,0r0,-255v77,-1,164,-8,162,68","w":213,"k":{"y":-9,"Y":5,"W":-6,"V":-2,"T":-2}},"S":{"d":"65,-127v-72,-29,-42,-134,41,-134v34,0,55,10,72,31r-23,17v-22,-40,-108,-31,-104,21v6,75,131,36,131,125v0,83,-128,94,-164,36r23,-17v19,41,113,43,113,-16v0,-49,-55,-49,-89,-63"},"T":{"d":"116,0r-26,0r0,-231r-85,0r0,-24r197,0r0,24r-86,0r0,231","w":206,"k":{"A":24,"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"i":3,"e":40,"c":40,"a":40,";":40,":":40,".":40,"-":46,",":40}},"U":{"d":"123,-17v100,0,60,-144,68,-238r26,0v-5,114,31,261,-94,261v-123,0,-88,-147,-93,-261r26,0v7,94,-32,238,67,238","w":246},"V":{"d":"109,-39r84,-216r28,0r-99,255r-26,0r-97,-255r29,0","w":219,"k":{"A":20,"y":6,"u":13,"r":13,"o":20,"i":-2,"e":20,"a":20,";":27,":":27,".":46,"-":20,",":46}},"W":{"d":"29,-255r62,218r64,-218r31,0r65,218r60,-218r29,0r-75,255r-31,0r-64,-218r-65,218r-30,0r-75,-255r29,0","w":339,"k":{"A":6,"u":6,"r":6,"o":6,"i":-9,"e":6,"a":13,";":6,":":6,".":27,",":27}},"X":{"d":"114,-153r71,-102r32,0r-86,121r94,134r-35,0r-77,-116r-78,116r-33,0r93,-134r-86,-121r35,0","w":226},"Y":{"d":"116,0r-26,0r0,-110r-95,-145r32,0r76,120r76,-120r33,0r-96,145r0,110","w":206,"k":{"A":27,"v":20,"u":27,"q":33,"p":27,"o":33,"i":3,"e":33,"a":33,";":33,":":33,".":36,"-":40,",":44}},"Z":{"d":"190,-233r-149,209r151,0r0,24r-184,0r0,-22r149,-209r-147,0r0,-24r180,0r0,22"},"[":{"d":"82,-244r-35,0r0,281r35,0r0,19r-59,0r0,-320r59,0r0,20","w":93},"\\":{"d":"2,-254r20,-7r109,261r-20,6","w":133},"]":{"d":"12,37r34,0r0,-281r-34,0r0,-20r58,0r0,320r-58,0r0,-19","w":93},"^":{"d":"111,-255r18,0r82,156r-22,0r-69,-130r-69,130r-22,0","w":239},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"`":{"d":"-4,-255r33,0r36,52r-21,0","w":86},"a":{"d":"83,-17v37,0,53,-26,51,-67v-40,0,-91,-1,-91,36v0,22,18,31,40,31xm17,-45v2,-55,60,-59,117,-58v7,-59,-66,-58,-95,-28r-14,-17v33,-37,133,-37,133,35v0,38,-2,80,3,113r-23,0v-2,-8,-2,-18,-3,-27v-19,44,-119,43,-118,-18","w":186},"b":{"d":"116,-17v41,0,64,-28,64,-67v0,-40,-23,-67,-64,-67v-42,0,-67,26,-67,67v0,40,26,67,67,67xm116,4v-32,0,-52,-13,-66,-32r0,28r-24,0r0,-272r24,0r0,132v14,-19,35,-33,66,-33v55,0,90,34,90,89v0,54,-34,87,-90,88","w":219},"c":{"d":"17,-84v-6,-83,103,-116,151,-60r-19,15v-8,-12,-23,-22,-42,-22v-43,0,-60,27,-64,67v-6,61,77,89,106,44r19,15v-13,17,-34,29,-61,29v-57,-1,-86,-33,-90,-88","w":173},"d":{"d":"104,-151v-41,0,-64,27,-64,67v0,39,23,67,64,67v41,0,67,-27,67,-67v0,-41,-25,-67,-67,-67xm14,-84v-7,-85,115,-117,156,-56r0,-132r24,0r0,272r-24,0r0,-28v-14,19,-34,32,-66,32v-56,-1,-86,-34,-90,-88","w":219},"e":{"d":"157,-97v7,-62,-91,-71,-109,-20v-3,6,-5,13,-5,20r114,0xm42,-78v0,61,90,81,116,32r19,15v-18,21,-39,35,-73,35v-54,0,-87,-35,-87,-88v0,-53,33,-89,85,-89v55,0,82,37,81,95r-141,0"},"f":{"d":"113,-252v-50,-17,-52,34,-49,84r40,0r0,21r-40,0r0,147r-23,0r0,-147r-36,0r0,-21r36,0v-6,-67,7,-122,77,-106","w":106,"k":{"f":6}},"g":{"d":"106,-151v-39,0,-63,27,-63,65v0,38,25,64,63,64v40,0,64,-25,64,-64v0,-39,-24,-65,-64,-65xm193,-168v-6,110,33,260,-91,254v-38,-2,-61,-12,-81,-33r18,-19v13,16,35,31,64,31v55,0,72,-42,65,-97v-13,21,-33,32,-63,32v-53,0,-86,-34,-88,-86v-5,-83,110,-114,152,-54r0,-28r24,0","w":219},"h":{"d":"101,-151v-63,1,-50,86,-51,151r-24,0r0,-272r24,0r0,131v11,-19,30,-30,57,-32v84,-5,59,98,63,173r-23,0v-6,-61,22,-152,-46,-151"},"i":{"d":"43,-251v8,0,18,8,17,18v1,10,-9,17,-17,17v-8,0,-18,-7,-17,-17v-1,-10,9,-18,17,-18xm55,0r-24,0r0,-168r24,0r0,168","w":86},"j":{"d":"43,-251v8,0,18,8,17,18v1,10,-9,17,-17,17v-8,0,-18,-7,-17,-17v-1,-10,9,-18,17,-18xm55,33v5,42,-27,61,-66,50v2,-13,-1,-26,17,-18v20,0,26,-14,25,-35r0,-198r24,0r0,201","w":86},"k":{"d":"50,-93r79,-75r36,0r-84,77r93,91r-37,0r-87,-89r0,89r-24,0r0,-272r24,0r0,179","w":173},"l":{"d":"55,0r-24,0r0,-272r24,0r0,272","w":86},"m":{"d":"97,-151v-61,2,-45,88,-47,151r-24,0r-2,-168r26,0r0,25v18,-38,97,-41,108,5v9,-20,31,-34,56,-35v84,-5,59,98,63,173r-24,0v-6,-58,23,-153,-42,-151v-65,1,-45,88,-48,151r-23,0v-6,-59,23,-153,-43,-151","w":306},"n":{"d":"101,-151v-63,1,-50,86,-51,151r-24,0r-2,-168r25,0r1,27v11,-19,30,-30,57,-32v84,-5,59,98,63,173r-23,0v-6,-61,22,-152,-46,-151"},"o":{"d":"107,-17v40,0,63,-27,63,-67v0,-41,-23,-67,-63,-67v-42,0,-64,27,-64,67v0,39,22,67,64,67xm107,-173v54,0,89,33,89,89v0,55,-34,88,-89,88v-56,0,-90,-34,-90,-88v0,-55,35,-89,90,-89","w":213},"p":{"d":"116,-17v41,0,64,-28,64,-67v0,-40,-23,-67,-64,-67v-42,0,-67,26,-67,67v0,40,26,67,67,67xm116,4v-32,0,-52,-13,-66,-32r0,132r-24,0r0,-272r24,0r0,28v14,-19,35,-33,66,-33v55,0,90,34,90,89v0,54,-34,87,-90,88","w":219},"q":{"d":"104,-151v-41,0,-64,27,-64,67v0,39,23,67,64,67v41,0,67,-27,67,-67v0,-41,-25,-67,-67,-67xm14,-84v-7,-85,115,-117,156,-56r0,-28r24,0r0,272r-24,0r0,-132v-14,19,-34,32,-66,32v-56,-1,-86,-34,-90,-88","w":219},"r":{"d":"118,-147v-38,-8,-65,17,-66,52r0,95r-24,0r-1,-168r23,0v1,10,-2,23,1,31v9,-25,37,-42,72,-34","w":119,"k":{"q":6,"o":6,"n":-6,"m":-6,"g":6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"35,-89v-37,-31,-5,-89,45,-84v27,3,46,10,56,30r-21,14v-8,-27,-69,-33,-71,3v8,47,98,13,98,78v0,66,-107,66,-130,20r20,-14v12,28,84,38,84,-3v0,-37,-57,-24,-81,-44","w":153},"t":{"d":"114,-2v-34,15,-73,4,-73,-39r0,-106r-36,0r0,-21r36,0r0,-48r23,0r0,48r49,0r0,21r-49,0r0,99v-5,32,29,37,49,24","w":119},"u":{"d":"95,-17v62,-3,53,-84,52,-151r23,0r2,168r-24,0v-1,-8,1,-20,-2,-27v-11,18,-29,30,-57,31v-84,4,-60,-97,-63,-172r24,0v5,61,-22,153,45,151"},"v":{"d":"100,0r-27,0r-68,-168r28,0r55,141r53,-141r27,0","w":173,"k":{".":27,",":27}},"w":{"d":"33,-168r40,136r45,-136r24,0r46,136r39,-136r28,0r-53,168r-27,0r-45,-138r-45,138r-27,0r-53,-168r28,0","w":259,"k":{".":20,",":20}},"x":{"d":"69,-90r-61,-78r33,0r46,63r45,-63r30,0r-59,78r71,90r-33,0r-56,-74r-55,74r-30,0","w":173},"y":{"d":"89,-29r51,-139r29,0r-84,212v-10,29,-33,50,-75,40r2,-23v41,18,53,-28,63,-59r-69,-170r30,0","w":173,"k":{".":33,",":33}},"z":{"d":"141,-151r-98,129r102,0r0,22r-137,0r0,-17r99,-130r-94,0r0,-21r128,0r0,17","w":153},"{":{"d":"98,56v-115,19,-20,-145,-94,-149r0,-21v73,-4,-21,-170,94,-150r0,22v-25,-2,-40,2,-38,30v3,47,6,101,-32,109v43,6,32,69,32,118v0,20,18,21,38,20r0,21","w":93},"|":{"d":"29,-272r22,0r0,278r-22,0r0,-278","w":79},"}":{"d":"-5,-264v115,-20,20,145,94,150r0,21v-74,4,22,170,-94,149r0,-21v25,2,40,-2,38,-30v-3,-47,-7,-103,33,-109v-43,-6,-33,-68,-33,-118v0,-20,-18,-21,-38,-20r0,-22","w":93},"~":{"d":"208,-118v-14,37,-77,41,-105,12v-23,-15,-47,4,-56,20r-15,-14v12,-27,56,-48,86,-23v23,20,64,19,75,-9","w":239},"\u0192":{"d":"174,-231v-47,-26,-56,38,-61,80r39,0r0,20r-43,0r-29,146v-7,29,-50,47,-80,26v9,-30,62,4,61,-51r23,-121r-39,0r0,-20r43,0v13,-45,5,-108,64,-108v12,0,24,3,34,10"},"\u0160":{"d":"114,-266r-28,0r-40,-52r24,0r30,39r30,-39r24,0xm65,-127v-72,-29,-42,-134,41,-134v34,0,55,10,72,31r-23,17v-22,-40,-108,-31,-104,21v6,75,131,36,131,125v0,83,-128,94,-164,36r23,-17v19,41,113,43,113,-16v0,-49,-55,-49,-89,-63"},"\u0152":{"d":"51,-127v0,73,50,110,136,103r0,-207v-82,-3,-136,27,-136,104xm23,-128v0,-83,58,-127,139,-127r157,0r0,24r-106,0r0,87r102,0r0,23r-102,0r0,97r110,0r0,24r-161,0v-87,-1,-139,-47,-139,-128","w":339},"\u017d":{"d":"114,-266r-28,0r-40,-52r24,0r30,39r30,-39r24,0xm190,-233r-149,209r151,0r0,24r-184,0r0,-22r149,-209r-147,0r0,-24r180,0r0,22"},"\u0161":{"d":"91,-203r-29,0r-39,-52r24,0r30,39r30,-39r23,0xm35,-89v-37,-31,-5,-89,45,-84v27,3,46,10,56,30r-21,14v-8,-27,-69,-33,-71,3v8,47,98,13,98,78v0,66,-107,66,-130,20r20,-14v12,28,84,38,84,-3v0,-37,-57,-24,-81,-44","w":153},"\u0153":{"d":"291,-97v6,-59,-82,-72,-99,-22v-3,7,-4,14,-4,22r103,0xm103,-17v39,0,59,-28,59,-67v0,-39,-19,-67,-59,-67v-39,0,-60,29,-60,67v0,38,21,67,60,67xm238,-173v53,0,79,37,77,95r-127,0v-9,64,80,79,102,33r19,15v-25,43,-117,47,-136,-4v-15,22,-36,38,-70,38v-55,0,-86,-34,-86,-88v0,-54,33,-89,86,-89v32,0,58,15,71,38v15,-22,30,-38,64,-38","w":331},"\u017e":{"d":"91,-203r-29,0r-39,-52r24,0r30,39r30,-39r23,0xm141,-151r-98,129r102,0r0,22r-137,0r0,-17r99,-130r-94,0r0,-21r128,0r0,17","w":153},"\u0178":{"d":"116,0r-26,0r0,-110r-95,-145r32,0r76,120r76,-120r33,0r-96,145r0,110xm138,-278v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm69,-278v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18","w":206},"\u00a1":{"d":"50,-136v-11,0,-19,-10,-19,-20v0,-10,9,-19,19,-19v10,0,19,9,19,19v0,10,-8,20,-19,20xm37,-104r26,0r0,186r-26,0r0,-186","w":100},"\u00a2":{"d":"28,-84v0,-52,28,-82,76,-88r0,-22r17,0r0,22v26,0,44,13,58,28r-20,15v-7,-12,-21,-21,-38,-22r0,133v17,0,31,-11,38,-22r20,15v-14,15,-33,28,-58,29r0,22r-17,0r0,-23v-48,-6,-76,-36,-76,-87xm104,-150v-56,3,-66,99,-21,124v6,4,13,7,21,8r0,-132"},"\u00a3":{"d":"142,-238v-48,0,-51,47,-49,96r60,0r0,21r-60,0r0,99r91,0r0,22r-154,0r0,-22r37,0r0,-99r-35,0r0,-21r35,0v-9,-81,29,-135,107,-112v10,3,18,8,25,16r-17,19v-8,-11,-22,-19,-40,-19"},"\u00a4":{"d":"100,-195v-40,0,-65,28,-65,68v0,40,26,68,65,68v39,0,65,-28,65,-68v0,-40,-24,-68,-65,-68xm46,-198v26,-24,82,-24,108,0r19,-19r16,16r-19,19v24,26,25,84,0,109r19,19r-16,16r-19,-19v-26,24,-82,24,-108,0r-19,19r-16,-16r19,-19v-25,-25,-24,-83,0,-109r-19,-19r16,-16"},"\u00a5":{"d":"87,-80v-1,-10,2,-25,-2,-32r-57,0r0,-20r45,0r-74,-123r31,0r70,123r70,-123r31,0r-74,123r45,0r0,20r-56,0v-6,6,-2,21,-3,32r59,0r0,19r-59,0r0,61r-26,0r0,-61r-59,0r0,-19r59,0"},"\u00a6":{"d":"51,-163r-22,0r0,-109r22,0r0,109xm29,-102r22,0r0,108r-22,0r0,-108","w":79},"\u00a7":{"d":"116,-65v28,-7,35,-54,4,-65v-26,-25,-82,-5,-62,30v11,19,38,24,58,35xm66,-159v-48,-21,-28,-100,35,-100v30,0,54,15,62,34r-21,10v-7,-12,-19,-22,-39,-23v-32,-2,-51,34,-30,54v30,28,93,28,95,83v1,24,-16,38,-32,47v48,26,22,104,-42,104v-34,0,-62,-15,-72,-41r24,-12v7,39,95,46,89,-5v-7,-58,-107,-35,-107,-103v0,-26,19,-39,38,-48"},"\u00a8":{"d":"78,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm9,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18","w":86},"\u00a9":{"d":"144,-242v-68,0,-113,44,-113,115v0,70,45,114,113,114v68,0,113,-45,113,-115v0,-70,-45,-114,-113,-114xm144,6v-81,0,-135,-52,-135,-133v0,-81,54,-134,135,-134v81,0,135,52,135,133v0,81,-54,134,-135,134xm91,-128v-8,65,94,87,105,26r21,0v-7,31,-31,58,-68,57v-49,-2,-75,-32,-80,-82v-9,-88,132,-115,147,-27r-20,0v-15,-60,-112,-38,-105,26","w":288},"\u00aa":{"d":"33,-184v10,27,55,12,49,-17v-21,0,-46,-2,-49,17xm85,-168v-14,22,-74,22,-74,-15v0,-36,40,-32,71,-38v2,-29,-43,-23,-55,-10r-12,-13v21,-23,88,-22,89,17r1,72r-19,0","w":121},"\u00ab":{"d":"110,-86r42,63r-17,12r-51,-75r51,-76r17,12xm45,-86r41,63r-17,12r-50,-75r50,-76r17,12","w":173},"\u00ac":{"d":"212,-47r-22,0r0,-78r-162,0r0,-22r184,0r0,100","w":239},"\u00ae":{"d":"144,-242v-68,0,-113,44,-113,115v0,70,45,114,113,114v68,0,113,-45,113,-115v0,-70,-45,-114,-113,-114xm144,6v-81,0,-135,-52,-135,-133v0,-81,54,-134,135,-134v81,0,135,52,135,133v0,81,-54,134,-135,134xm184,-161v-1,-31,-38,-23,-68,-24r0,50v30,-2,69,7,68,-26xm206,-159v0,28,-18,38,-41,42r44,68r-23,0r-43,-67r-27,0r0,67r-22,0r0,-155v52,1,112,-10,112,45","w":288},"\u00af":{"d":"92,-216r-97,0r0,-19r97,0r0,19","w":86},"\u02c9":{"d":"92,-216r-97,0r0,-19r97,0r0,19","w":86},"\u00b0":{"d":"72,-169v22,0,36,-15,36,-37v0,-22,-14,-36,-36,-36v-22,0,-36,14,-36,36v0,22,14,37,36,37xm72,-259v33,0,54,20,54,53v0,34,-21,54,-54,54v-33,0,-54,-20,-54,-54v0,-33,21,-53,54,-53","w":144},"\u00b1":{"d":"28,-39r184,0r0,22r-184,0r0,-22xm28,-147r81,0r0,-56r22,0r0,56r81,0r0,22r-81,0r0,54r-22,0r0,-54r-81,0r0,-22","w":239},"\u00b2":{"d":"95,-218v-3,-28,-53,-27,-59,-2r-21,-3v4,-47,102,-50,101,3v0,28,-19,41,-33,54r-47,43r82,0r0,19r-106,0r0,-21r76,-74v5,-6,7,-12,7,-19","w":129},"\u00b3":{"d":"65,-259v51,-5,64,66,19,75v17,6,34,17,34,38v0,55,-92,57,-106,13r19,-11v5,30,65,30,65,-2v0,-23,-22,-29,-49,-28r0,-19v22,1,44,-4,44,-24v0,-29,-47,-29,-56,-6r-17,-12v10,-16,24,-22,47,-24","w":129},"\u00b4":{"d":"42,-203r-21,0r36,-52r33,0","w":86},"\u00b5":{"d":"147,-27v-15,25,-65,43,-97,21r0,88r-24,0r0,-250r24,0v6,60,-22,154,45,151v65,-2,51,-85,52,-151r23,0r2,168r-25,0r0,-27"},"\u03bc":{"d":"147,-27v-15,25,-65,43,-97,21r0,88r-24,0r0,-250r24,0v6,60,-22,154,45,151v65,-2,51,-85,52,-151r23,0r2,168r-25,0r0,-27"},"\u00b6":{"d":"17,-181v-3,-81,86,-77,168,-74r0,300r-24,0r0,-280r-45,0r0,280r-23,0r0,-159v-45,-1,-74,-24,-76,-67","w":216},"\u00b7":{"d":"50,-132v11,-1,19,9,19,19v0,10,-9,19,-19,19v-10,0,-19,-9,-19,-19v0,-10,8,-20,19,-19","w":100},"\u2219":{"d":"50,-132v11,-1,19,9,19,19v0,10,-9,19,-19,19v-10,0,-19,-9,-19,-19v0,-10,8,-20,19,-19","w":100},"\u00b8":{"d":"60,47v1,-16,-23,-18,-34,-11r-7,-6v12,-10,12,-33,37,-30v-4,7,-14,16,-15,22v18,-9,40,3,40,24v0,37,-50,38,-76,23r6,-12v15,8,47,11,49,-10","w":86},"\u00b9":{"d":"81,-104r-22,0r0,-131r-29,24r-11,-14v21,-11,28,-34,62,-32r0,153","w":129},"\u00ba":{"d":"69,-170v22,-1,37,-14,37,-36v0,-22,-15,-35,-37,-36v-20,0,-36,16,-36,36v-1,20,15,37,36,36xm69,-259v35,0,58,19,58,53v0,35,-23,53,-58,53v-34,0,-58,-18,-58,-53v0,-34,24,-53,58,-53","w":138},"\u00bb":{"d":"63,-86r-41,-64r17,-12r50,76r-50,75r-17,-12xm129,-86r-42,-64r17,-12r51,76r-51,75r-17,-12","w":173},"\u00bc":{"d":"234,-53v-1,-25,2,-55,-1,-78r-49,78r50,0xm256,-53r21,0r0,19r-21,0r0,34r-22,0r0,-34r-69,0r0,-22r64,-97r27,0r0,100xm85,-104r-22,0r0,-131r-30,24r-10,-14v21,-11,28,-35,62,-32r0,153xm55,0r162,-266r19,11r-162,267","w":300},"\u00bd":{"d":"263,-114v-2,-29,-54,-27,-59,-2r-20,-3v3,-48,102,-49,101,3v-1,28,-19,41,-34,54r-47,43r82,0r0,19r-105,0r0,-21r75,-74v5,-6,7,-12,7,-19xm76,-104r-22,0r0,-131r-30,24r-10,-14v21,-11,28,-35,62,-32r0,153xm46,0r162,-266r19,11r-162,267","w":300},"\u00be":{"d":"241,-53v-1,-25,2,-55,-1,-78r-48,78r49,0xm263,-53r21,0r0,19r-21,0r0,34r-22,0r0,-34r-69,0r0,-22r65,-97r26,0r0,100xm68,-259v51,-5,64,66,19,75v17,6,34,17,34,38v0,54,-92,58,-105,13r18,-11v5,29,65,31,65,-2v0,-24,-23,-29,-49,-28r0,-19v24,1,45,-4,45,-26v0,-27,-48,-26,-57,-4r-17,-12v10,-16,24,-22,47,-24xm69,0r163,-266r18,11r-162,267","w":300},"\u00bf":{"d":"85,-136v-11,0,-19,-10,-19,-20v0,-10,9,-19,19,-19v10,0,19,9,19,19v0,10,-8,20,-19,20xm16,23v-1,-63,68,-54,58,-127r26,0v12,72,-53,70,-58,125v-2,24,18,43,42,42v25,0,42,-18,46,-40r27,4v-7,36,-31,59,-73,59v-42,0,-67,-21,-68,-63","w":173},"\u00c0":{"d":"68,-91r111,0r-56,-134xm30,0r-30,0r111,-255r25,0r111,255r-30,0r-28,-67r-131,0xm76,-318r33,0r36,52r-21,0","w":246},"\u00c1":{"d":"68,-91r111,0r-56,-134xm30,0r-30,0r111,-255r25,0r111,255r-30,0r-28,-67r-131,0xm122,-266r-21,0r36,-52r33,0","w":246},"\u00c2":{"d":"177,-266r-24,0r-30,-39r-29,39r-24,0r39,-52r29,0xm68,-91r111,0r-56,-134xm30,0r-30,0r111,-255r25,0r111,255r-30,0r-28,-67r-131,0","w":246},"\u00c3":{"d":"149,-272v-24,0,-60,-35,-68,2r-16,0v1,-39,43,-45,72,-24v13,9,28,-1,29,-15r16,0v-4,19,-11,37,-33,37xm68,-91r111,0r-56,-134xm30,0r-30,0r111,-255r25,0r111,255r-30,0r-28,-67r-131,0","w":246},"\u00c4":{"d":"68,-91r111,0r-56,-134xm30,0r-30,0r111,-255r25,0r111,255r-30,0r-28,-67r-131,0xm158,-278v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm89,-278v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18","w":246},"\u00c5":{"d":"123,-276v12,0,22,-9,22,-21v0,-12,-10,-21,-22,-21v-12,0,-21,9,-21,21v0,12,9,21,21,21xm89,-297v-3,-37,55,-45,66,-13v8,23,-6,48,-32,47v-22,0,-33,-14,-34,-34xm68,-91r111,0r-56,-134xm30,0r-30,0r111,-255r25,0r111,255r-30,0r-28,-67r-131,0","w":246},"\u00c6":{"d":"184,-95r0,-136r-4,0r-88,136r92,0xm210,-144r99,0r0,23r-99,0r0,97r110,0r0,24r-136,0r0,-71r-107,0r-46,71r-31,0r166,-255r150,0r0,24r-106,0r0,87","w":339},"\u00c7":{"d":"150,-17v36,0,58,-15,73,-38r21,15v-19,26,-48,47,-94,46v-81,-3,-131,-52,-133,-133v-2,-97,84,-156,181,-125v16,6,29,17,40,31r-22,17v-14,-18,-36,-34,-66,-34v-67,0,-105,46,-105,111v0,65,38,110,105,110xm151,47v1,-16,-23,-18,-34,-11r-7,-6v12,-10,12,-33,37,-30v-4,7,-14,16,-15,22v18,-9,40,3,40,24v0,37,-50,38,-76,23r6,-12v15,8,47,11,49,-10","w":253},"\u00c8":{"d":"60,-24r137,0r0,24r-162,0r0,-255r158,0r0,24r-133,0r0,87r124,0r0,23r-124,0r0,97xm60,-318r33,0r36,52r-21,0","w":213},"\u00c9":{"d":"60,-24r137,0r0,24r-162,0r0,-255r158,0r0,24r-133,0r0,87r124,0r0,23r-124,0r0,97xm106,-266r-21,0r36,-52r33,0","w":213},"\u00ca":{"d":"161,-266r-24,0r-30,-39r-30,39r-24,0r40,-52r28,0xm60,-24r137,0r0,24r-162,0r0,-255r158,0r0,24r-133,0r0,87r124,0r0,23r-124,0r0,97","w":213},"\u00cb":{"d":"60,-24r137,0r0,24r-162,0r0,-255r158,0r0,24r-133,0r0,87r124,0r0,23r-124,0r0,97xm142,-278v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm73,-278v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18","w":213},"\u00cc":{"d":"60,0r-25,0r0,-255r25,0r0,255xm0,-318r33,0r36,52r-21,0","w":95},"\u00cd":{"d":"60,0r-25,0r0,-255r25,0r0,255xm46,-266r-21,0r36,-52r33,0","w":95},"\u00ce":{"d":"101,-266r-24,0r-29,-39r-30,39r-24,0r39,-52r29,0xm60,0r-25,0r0,-255r25,0r0,255","w":95},"\u00cf":{"d":"60,0r-25,0r0,-255r25,0r0,255xm82,-278v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm13,-278v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18","w":95},"\u00d0":{"d":"221,-127v0,-86,-69,-111,-164,-104r0,87r93,0r0,19r-93,0r0,101v94,6,164,-17,164,-103xm249,-127v0,112,-96,136,-218,127r0,-125r-26,0r0,-19r26,0r0,-111v121,-8,218,15,218,128","w":266},"\u00d1":{"d":"115,-308v24,0,59,34,68,-1r15,0v1,40,-46,44,-71,23v-16,-7,-29,3,-30,16r-15,0v3,-20,10,-38,33,-38xm67,-255r153,216r0,-216r26,0r0,255r-33,0r-153,-218r0,218r-25,0r0,-255r32,0","w":280},"\u00d2":{"d":"150,-17v66,0,105,-44,105,-110v0,-66,-39,-111,-105,-111v-67,0,-105,46,-105,111v0,65,38,110,105,110xm150,-261v82,0,133,52,133,134v0,81,-52,133,-133,133v-81,0,-133,-52,-133,-133v0,-82,51,-134,133,-134xm103,-318r33,0r36,52r-21,0","w":300},"\u00d3":{"d":"150,-17v66,0,105,-44,105,-110v0,-66,-39,-111,-105,-111v-67,0,-105,46,-105,111v0,65,38,110,105,110xm150,-261v82,0,133,52,133,134v0,81,-52,133,-133,133v-81,0,-133,-52,-133,-133v0,-82,51,-134,133,-134xm149,-266r-21,0r36,-52r33,0","w":300},"\u00d4":{"d":"204,-266r-24,0r-30,-39r-30,39r-24,0r40,-52r29,0xm150,-17v66,0,105,-44,105,-110v0,-66,-39,-111,-105,-111v-67,0,-105,46,-105,111v0,65,38,110,105,110xm150,-261v82,0,133,52,133,134v0,81,-52,133,-133,133v-81,0,-133,-52,-133,-133v0,-82,51,-134,133,-134","w":300},"\u00d5":{"d":"125,-308v24,0,59,34,68,-1r15,0v1,40,-46,44,-71,23v-16,-7,-29,3,-30,16r-15,0v3,-20,10,-38,33,-38xm150,-17v66,0,105,-44,105,-110v0,-66,-39,-111,-105,-111v-67,0,-105,46,-105,111v0,65,38,110,105,110xm150,-261v82,0,133,52,133,134v0,81,-52,133,-133,133v-81,0,-133,-52,-133,-133v0,-82,51,-134,133,-134","w":300},"\u00d6":{"d":"150,-17v66,0,105,-44,105,-110v0,-66,-39,-111,-105,-111v-67,0,-105,46,-105,111v0,65,38,110,105,110xm150,-261v82,0,133,52,133,134v0,81,-52,133,-133,133v-81,0,-133,-52,-133,-133v0,-82,51,-134,133,-134xm185,-278v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm116,-278v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18","w":300},"\u00d7":{"d":"120,-125r57,-57r15,15r-57,58r57,57r-15,16r-57,-58r-57,58r-15,-16r57,-57r-57,-58r15,-15","w":239},"\u00d8":{"d":"150,-238v-94,-5,-133,116,-80,183r148,-158v-17,-15,-38,-24,-68,-25xm150,-17v94,5,134,-115,80,-183r-148,159v17,15,39,23,68,24xm150,-261v37,-1,63,12,85,29r27,-29r14,12r-28,29v21,21,36,53,35,93v-2,81,-52,130,-133,133v-37,1,-64,-12,-85,-29r-27,29r-14,-12r28,-29v-21,-21,-35,-53,-35,-92v0,-82,51,-131,133,-134","w":300},"\u00d9":{"d":"123,-17v100,0,60,-144,68,-238r26,0v-5,114,31,261,-94,261v-123,0,-88,-147,-93,-261r26,0v7,94,-32,238,67,238xm76,-318r33,0r36,52r-21,0","w":246},"\u00da":{"d":"123,-17v100,0,60,-144,68,-238r26,0v-5,114,31,261,-94,261v-123,0,-88,-147,-93,-261r26,0v7,94,-32,238,67,238xm122,-266r-21,0r36,-52r33,0","w":246},"\u00db":{"d":"177,-266r-24,0r-30,-39r-29,39r-24,0r39,-52r29,0xm123,-17v100,0,60,-144,68,-238r26,0v-5,114,31,261,-94,261v-123,0,-88,-147,-93,-261r26,0v7,94,-32,238,67,238","w":246},"\u00dc":{"d":"123,-17v100,0,60,-144,68,-238r26,0v-5,114,31,261,-94,261v-123,0,-88,-147,-93,-261r26,0v7,94,-32,238,67,238xm158,-278v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm89,-278v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18","w":246},"\u00dd":{"d":"116,0r-26,0r0,-110r-95,-145r32,0r76,120r76,-120r33,0r-96,145r0,110xm102,-266r-21,0r36,-52r33,0","w":206},"\u00de":{"d":"165,-131v0,-51,-55,-44,-105,-44r0,89v50,0,105,7,105,-45xm193,-131v0,68,-62,73,-133,69r0,62r-25,0r0,-255r25,0r0,56v70,-3,133,0,133,68","w":206},"\u00df":{"d":"105,-255v-34,1,-51,25,-51,57r0,198r-24,0r0,-196v1,-50,24,-80,76,-80v75,0,95,102,27,120v39,7,61,32,62,76v0,59,-46,93,-106,81r0,-20v46,9,80,-16,80,-62v0,-44,-29,-63,-73,-63r0,-21v31,-1,53,-12,53,-45v0,-26,-20,-45,-44,-45","w":213},"\u00e0":{"d":"83,-17v37,0,53,-26,51,-67v-40,0,-91,-1,-91,36v0,22,18,31,40,31xm17,-45v2,-55,60,-59,117,-58v7,-59,-66,-58,-95,-28r-14,-17v33,-37,133,-37,133,35v0,38,-2,80,3,113r-23,0v-2,-8,-2,-18,-3,-27v-19,44,-119,43,-118,-18xm46,-255r33,0r36,52r-21,0","w":186},"\u00e1":{"d":"83,-17v37,0,53,-26,51,-67v-40,0,-91,-1,-91,36v0,22,18,31,40,31xm17,-45v2,-55,60,-59,117,-58v7,-59,-66,-58,-95,-28r-14,-17v33,-37,133,-37,133,35v0,38,-2,80,3,113r-23,0v-2,-8,-2,-18,-3,-27v-19,44,-119,43,-118,-18xm92,-203r-21,0r36,-52r33,0","w":186},"\u00e2":{"d":"147,-203r-24,0r-29,-39r-30,39r-24,0r39,-52r29,0xm83,-17v37,0,53,-26,51,-67v-40,0,-91,-1,-91,36v0,22,18,31,40,31xm17,-45v2,-55,60,-59,117,-58v7,-59,-66,-58,-95,-28r-14,-17v33,-37,133,-37,133,35v0,38,-2,80,3,113r-23,0v-2,-8,-2,-18,-3,-27v-19,44,-119,43,-118,-18","w":186},"\u00e3":{"d":"119,-209v-24,0,-61,-34,-68,2r-16,0v1,-39,43,-45,72,-24v13,9,28,-1,29,-15r16,0v-4,19,-11,37,-33,37xm83,-17v37,0,53,-26,51,-67v-40,0,-91,-1,-91,36v0,22,18,31,40,31xm17,-45v2,-55,60,-59,117,-58v7,-59,-66,-58,-95,-28r-14,-17v33,-37,133,-37,133,35v0,38,-2,80,3,113r-23,0v-2,-8,-2,-18,-3,-27v-19,44,-119,43,-118,-18","w":186},"\u00e4":{"d":"83,-17v37,0,53,-26,51,-67v-40,0,-91,-1,-91,36v0,22,18,31,40,31xm17,-45v2,-55,60,-59,117,-58v7,-59,-66,-58,-95,-28r-14,-17v33,-37,133,-37,133,35v0,38,-2,80,3,113r-23,0v-2,-8,-2,-18,-3,-27v-19,44,-119,43,-118,-18xm128,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm59,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18","w":186},"\u00e5":{"d":"94,-213v12,0,21,-9,21,-21v0,-12,-9,-21,-21,-21v-12,0,-22,9,-22,21v0,12,10,21,22,21xm94,-268v21,0,34,14,34,34v0,20,-13,34,-34,34v-22,0,-35,-14,-35,-34v0,-21,13,-34,35,-34xm83,-17v37,0,53,-26,51,-67v-40,0,-91,-1,-91,36v0,22,18,31,40,31xm17,-45v2,-55,60,-59,117,-58v7,-59,-66,-58,-95,-28r-14,-17v33,-37,133,-37,133,35v0,38,-2,80,3,113r-23,0v-2,-8,-2,-18,-3,-27v-19,44,-119,43,-118,-18","w":186},"\u00e6":{"d":"266,-97v6,-59,-82,-72,-99,-22v-3,7,-4,14,-4,22r103,0xm83,-17v36,0,57,-23,56,-61v-41,1,-96,-8,-96,30v0,22,18,31,40,31xm163,-78v-10,65,81,78,102,33r19,15v-25,42,-116,48,-134,-5v-16,50,-133,58,-133,-10v0,-56,64,-52,122,-52v9,-60,-63,-67,-94,-34r-15,-17v27,-31,107,-35,123,8v10,-18,34,-33,60,-33v53,0,79,36,76,95r-126,0","w":306},"\u00e7":{"d":"17,-84v-6,-83,103,-116,151,-60r-19,15v-8,-12,-23,-22,-42,-22v-43,0,-60,27,-64,67v-6,61,77,89,106,44r19,15v-13,17,-34,29,-61,29v-57,-1,-86,-33,-90,-88xm111,47v1,-16,-23,-18,-34,-11r-7,-6v12,-10,12,-33,37,-30v-4,7,-14,16,-15,22v18,-9,40,3,40,24v0,37,-50,38,-76,23r6,-12v15,8,47,11,49,-10","w":173},"\u00e8":{"d":"157,-97v7,-62,-91,-71,-109,-20v-3,6,-5,13,-5,20r114,0xm42,-78v0,61,90,81,116,32r19,15v-18,21,-39,35,-73,35v-54,0,-87,-35,-87,-88v0,-53,33,-89,85,-89v55,0,82,37,81,95r-141,0xm53,-255r33,0r36,52r-21,0"},"\u00e9":{"d":"157,-97v7,-62,-91,-71,-109,-20v-3,6,-5,13,-5,20r114,0xm42,-78v0,61,90,81,116,32r19,15v-18,21,-39,35,-73,35v-54,0,-87,-35,-87,-88v0,-53,33,-89,85,-89v55,0,82,37,81,95r-141,0xm99,-203r-21,0r36,-52r33,0"},"\u00ea":{"d":"154,-203r-24,0r-30,-39r-30,39r-24,0r40,-52r28,0xm157,-97v7,-62,-91,-71,-109,-20v-3,6,-5,13,-5,20r114,0xm42,-78v0,61,90,81,116,32r19,15v-18,21,-39,35,-73,35v-54,0,-87,-35,-87,-88v0,-53,33,-89,85,-89v55,0,82,37,81,95r-141,0"},"\u00eb":{"d":"157,-97v7,-62,-91,-71,-109,-20v-3,6,-5,13,-5,20r114,0xm42,-78v0,61,90,81,116,32r19,15v-18,21,-39,35,-73,35v-54,0,-87,-35,-87,-88v0,-53,33,-89,85,-89v55,0,82,37,81,95r-141,0xm135,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm66,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18"},"\u00ec":{"d":"55,0r-24,0r0,-168r24,0r0,168xm-4,-255r33,0r36,52r-21,0","w":86},"\u00ed":{"d":"55,0r-24,0r0,-168r24,0r0,168xm42,-203r-21,0r36,-52r33,0","w":86},"\u00ee":{"d":"97,-203r-24,0r-30,-39r-30,39r-23,0r39,-52r29,0xm55,0r-24,0r0,-168r24,0r0,168","w":86},"\u00ef":{"d":"55,0r-24,0r0,-168r24,0r0,168xm78,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm9,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18","w":86},"\u00f0":{"d":"78,-280v13,11,23,16,35,29r36,-19r15,13r-37,19v35,39,69,76,69,147v0,57,-28,95,-89,95v-56,-1,-86,-34,-90,-88v-6,-79,94,-111,144,-69v-17,-29,-32,-53,-57,-73r-40,20r-13,-13r39,-20v-12,-13,-21,-19,-34,-28xm107,-151v-42,0,-64,27,-64,67v0,39,22,67,64,67v40,0,63,-27,63,-67v0,-41,-23,-67,-63,-67","w":213},"\u00f1":{"d":"75,-245v24,0,59,34,68,-1r15,0v1,41,-46,43,-71,23v-16,-7,-29,3,-30,16r-15,0v3,-20,10,-38,33,-38xm101,-151v-63,1,-50,86,-51,151r-24,0r-2,-168r25,0r1,27v11,-19,30,-30,57,-32v84,-5,59,98,63,173r-23,0v-6,-61,22,-152,-46,-151"},"\u00f2":{"d":"107,-17v40,0,63,-27,63,-67v0,-41,-23,-67,-63,-67v-42,0,-64,27,-64,67v0,39,22,67,64,67xm107,-173v54,0,89,33,89,89v0,55,-34,88,-89,88v-56,0,-90,-34,-90,-88v0,-55,35,-89,90,-89xm60,-255r33,0r36,52r-21,0","w":213},"\u00f3":{"d":"107,-17v40,0,63,-27,63,-67v0,-41,-23,-67,-63,-67v-42,0,-64,27,-64,67v0,39,22,67,64,67xm107,-173v54,0,89,33,89,89v0,55,-34,88,-89,88v-56,0,-90,-34,-90,-88v0,-55,35,-89,90,-89xm106,-203r-21,0r36,-52r33,0","w":213},"\u00f4":{"d":"161,-203r-24,0r-30,-39r-30,39r-24,0r40,-52r28,0xm107,-17v40,0,63,-27,63,-67v0,-41,-23,-67,-63,-67v-42,0,-64,27,-64,67v0,39,22,67,64,67xm107,-173v54,0,89,33,89,89v0,55,-34,88,-89,88v-56,0,-90,-34,-90,-88v0,-55,35,-89,90,-89","w":213},"\u00f5":{"d":"82,-245v24,0,59,34,68,-1r15,0v1,41,-46,43,-71,23v-16,-7,-29,3,-30,16r-15,0v3,-20,10,-38,33,-38xm107,-17v40,0,63,-27,63,-67v0,-41,-23,-67,-63,-67v-42,0,-64,27,-64,67v0,39,22,67,64,67xm107,-173v54,0,89,33,89,89v0,55,-34,88,-89,88v-56,0,-90,-34,-90,-88v0,-55,35,-89,90,-89","w":213},"\u00f6":{"d":"107,-17v40,0,63,-27,63,-67v0,-41,-23,-67,-63,-67v-42,0,-64,27,-64,67v0,39,22,67,64,67xm107,-173v54,0,89,33,89,89v0,55,-34,88,-89,88v-56,0,-90,-34,-90,-88v0,-55,35,-89,90,-89xm142,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm73,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18","w":213},"\u00f7":{"d":"120,-70v10,0,19,9,19,19v0,10,-8,20,-19,20v-11,0,-20,-10,-20,-20v0,-10,10,-19,20,-19xm120,-187v11,0,19,10,19,20v0,10,-9,19,-19,19v-11,0,-20,-9,-20,-19v0,-10,9,-20,20,-20xm212,-98r-184,0r0,-22r184,0r0,22","w":239},"\u00f8":{"d":"17,-84v-4,-78,92,-112,147,-70r24,-25r11,12r-24,24v12,13,21,33,21,59v0,78,-91,110,-146,70r-24,24r-12,-11r24,-25v-12,-15,-20,-33,-21,-58xm147,-137v-41,-33,-104,-4,-104,53v0,16,4,30,12,41xm66,-31v39,31,104,5,104,-53v0,-16,-4,-29,-12,-41","w":213},"\u00f9":{"d":"95,-17v62,-3,53,-84,52,-151r23,0r2,168r-24,0v-1,-8,1,-20,-2,-27v-11,18,-29,30,-57,31v-84,4,-60,-97,-63,-172r24,0v5,61,-22,153,45,151xm53,-255r33,0r36,52r-21,0"},"\u00fa":{"d":"95,-17v62,-3,53,-84,52,-151r23,0r2,168r-24,0v-1,-8,1,-20,-2,-27v-11,18,-29,30,-57,31v-84,4,-60,-97,-63,-172r24,0v5,61,-22,153,45,151xm99,-203r-21,0r36,-52r33,0"},"\u00fb":{"d":"154,-203r-24,0r-30,-39r-30,39r-24,0r40,-52r28,0xm95,-17v62,-3,53,-84,52,-151r23,0r2,168r-24,0v-1,-8,1,-20,-2,-27v-11,18,-29,30,-57,31v-84,4,-60,-97,-63,-172r24,0v5,61,-22,153,45,151"},"\u00fc":{"d":"95,-17v62,-3,53,-84,52,-151r23,0r2,168r-24,0v-1,-8,1,-20,-2,-27v-11,18,-29,30,-57,31v-84,4,-60,-97,-63,-172r24,0v5,61,-22,153,45,151xm135,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm66,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18"},"\u00fd":{"d":"89,-29r51,-139r29,0r-84,212v-10,29,-33,50,-75,40r2,-23v41,18,53,-28,63,-59r-69,-170r30,0xm86,-203r-21,0r36,-52r33,0","w":173},"\u00fe":{"d":"116,-17v41,0,64,-28,64,-67v0,-40,-23,-67,-64,-67v-42,0,-67,26,-67,67v0,42,26,67,67,67xm116,4v-32,0,-52,-13,-66,-32r0,110r-24,0r0,-354r24,0r0,135v15,-20,35,-36,66,-36v55,0,90,34,90,89v0,54,-34,87,-90,88","w":219},"\u00ff":{"d":"89,-29r51,-139r29,0r-84,212v-10,29,-33,50,-75,40r2,-23v41,18,53,-28,63,-59r-69,-170r30,0xm122,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18xm53,-215v-12,0,-19,-8,-19,-18v0,-10,7,-18,19,-18v12,0,18,9,18,18v0,9,-6,18,-18,18","w":173},"A":{"d":"68,-91r111,0r-56,-134xm30,0r-30,0r111,-255r25,0r111,255r-30,0r-28,-67r-131,0","w":246,"k":{"y":6,"w":6,"v":6,"Y":27,"W":2,"V":18,"T":24}},"\u0141":{"d":"60,-130r78,-67r0,25r-78,67r0,81r119,0r0,24r-144,0r0,-83r-30,25r0,-25r30,-25r0,-147r25,0r0,125","w":180},"\u0131":{"d":"55,0r-24,0r0,-168r24,0r0,168","w":86},"\u0142":{"d":"55,-165r29,-30r0,26r-29,30r0,139r-24,0r0,-114r-29,30r0,-27r29,-29r0,-132r24,0r0,107","w":86}}});

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("<div/>")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');
F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)||
c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=
false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel",
function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("<img />").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+c+
'"></param>';P="";b.each(e.swf,function(x,H){C+='<param name="'+x+'" value="'+H+'"></param>';P+=" "+x+'="'+H+'"'});C+='<embed src="'+c+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+P+"></embed></object>";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win==
"function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('<div style="width:'+a+";height:"+c+
";overflow: "+(e.scrolling=="auto"?"auto":e.scrolling=="yes"?"scroll":"hidden")+';position:relative;"></div>');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor,
opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length?
d.titlePosition=="float"?'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+s+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+d.titlePosition+'">'+s+"</div>":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding});
y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height==
i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents());
f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode==
37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto");
s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+e.scrolling+'" src="'+d.href+'"></iframe>').appendTo(j);
f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c);
j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type==
"image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"),
10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)};
b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k=
0,C=a.length;k<C;k++)if(typeof a[k]=="object")b(a[k]).data("fancybox",b.extend({},g,a[k]));else a[k]=b({}).data("fancybox",b.extend({content:a[k]},g));o=jQuery.merge(o,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},g,a));else a=b({}).data("fancybox",b.extend({content:a},g));o.push(a)}if(q>o.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+
1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a<l.length){q=a;I()}else if(d.cyclic&&l.length>1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h=
true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1;
b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5-
d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),t=b('<div id="fancybox-loading"><div></div></div>'),u=b('<div id="fancybox-overlay"></div>'),f=b('<div id="fancybox-wrap"></div>'));D=b('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(f);
D.append(j=b('<div id="fancybox-content"></div>'),E=b('<a id="fancybox-close"></a>'),n=b('<div id="fancybox-title"></div>'),z=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),A=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()});
b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}}};
b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",
easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);

/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

(function(a){var A=function(s,v){var f=a.extend({},a.fn.nivoSlider.defaults,v),g={currentSlide:0,currentImage:"",totalSlides:0,randAnim:"",running:false,paused:false,stop:false},e=a(s);e.data("nivo:vars",g);e.css("position","relative");e.addClass("nivoSlider");var j=e.children();j.each(function(){var b=a(this),h="";if(!b.is("img")){if(b.is("a")){b.addClass("nivo-imageLink");h=b}b=b.find("img:first")}var c=b.width();if(c==0)c=b.attr("width");var o=b.height();if(o==0)o=b.attr("height");c>e.width()&&
e.width(c);o>e.height()&&e.height(o);h!=""&&h.css("display","none");b.css("display","none");g.totalSlides++});if(f.startSlide>0){if(f.startSlide>=g.totalSlides)f.startSlide=g.totalSlides-1;g.currentSlide=f.startSlide}g.currentImage=a(j[g.currentSlide]).is("img")?a(j[g.currentSlide]):a(j[g.currentSlide]).find("img:first");a(j[g.currentSlide]).is("a")&&a(j[g.currentSlide]).css("display","block");e.css("background",'url("'+g.currentImage.attr("src")+'") no-repeat');for(var k=0;k<f.slices;k++){var p=
Math.round(e.width()/f.slices);k==f.slices-1?e.append(a('<div class="nivo-slice"></div>').css({left:p*k+"px",width:e.width()-p*k+"px"})):e.append(a('<div class="nivo-slice"></div>').css({left:p*k+"px",width:p+"px"}))}e.append(a('<div class="nivo-caption"><p></p></div>').css({display:"none",opacity:f.captionOpacity}));if(g.currentImage.attr("title")!=""){k=g.currentImage.attr("title");if(k.substr(0,1)=="#")k=a(k).html();a(".nivo-caption p",e).html(k);a(".nivo-caption",e).fadeIn(f.animSpeed)}var l=
0;if(!f.manualAdvance&&j.length>1)l=setInterval(function(){r(e,j,f,false)},f.pauseTime);if(f.directionNav){e.append('<div class="nivo-directionNav"><a class="nivo-prevNav">Prev</a><a class="nivo-nextNav">Next</a></div>');if(f.directionNavHide){a(".nivo-directionNav",e).hide();e.hover(function(){a(".nivo-directionNav",e).show()},function(){a(".nivo-directionNav",e).hide()})}a("a.nivo-prevNav",e).live("click",function(){if(g.running)return false;clearInterval(l);l="";g.currentSlide-=2;r(e,j,f,"prev")});
a("a.nivo-nextNav",e).live("click",function(){if(g.running)return false;clearInterval(l);l="";r(e,j,f,"next")})}if(f.controlNav){p=a('<div class="nivo-controlNav"></div>');e.append(p);for(k=0;k<j.length;k++)if(f.controlNavThumbs){var t=j.eq(k);t.is("img")||(t=t.find("img:first"));f.controlNavThumbsFromRel?p.append('<a class="nivo-control" rel="'+k+'"><img src="'+t.attr("rel")+'" alt="" /></a>'):p.append('<a class="nivo-control" rel="'+k+'"><img src="'+t.attr("src").replace(f.controlNavThumbsSearch,
f.controlNavThumbsReplace)+'" alt="" /></a>')}else p.append('<a class="nivo-control" rel="'+k+'">'+(k+1)+"</a>");a(".nivo-controlNav a:eq("+g.currentSlide+")",e).addClass("active");a(".nivo-controlNav a",e).live("click",function(){if(g.running)return false;if(a(this).hasClass("active"))return false;clearInterval(l);l="";e.css("background",'url("'+g.currentImage.attr("src")+'") no-repeat');g.currentSlide=a(this).attr("rel")-1;r(e,j,f,"control")})}f.keyboardNav&&a(window).keypress(function(b){if(b.keyCode==
"37"){if(g.running)return false;clearInterval(l);l="";g.currentSlide-=2;r(e,j,f,"prev")}if(b.keyCode=="39"){if(g.running)return false;clearInterval(l);l="";r(e,j,f,"next")}});f.pauseOnHover&&e.hover(function(){g.paused=true;clearInterval(l);l=""},function(){g.paused=false;if(l==""&&!f.manualAdvance)l=setInterval(function(){r(e,j,f,false)},f.pauseTime)});e.bind("nivo:animFinished",function(){g.running=false;a(j).each(function(){a(this).is("a")&&a(this).css("display","none")});a(j[g.currentSlide]).is("a")&&
a(j[g.currentSlide]).css("display","block");if(l==""&&!g.paused&&!f.manualAdvance)l=setInterval(function(){r(e,j,f,false)},f.pauseTime);f.afterChange.call(this)});var w=function(b,h){var c=0;a(".nivo-slice",b).each(function(){var o=a(this),d=Math.round(b.width()/h.slices);c==h.slices-1?o.css("width",b.width()-d*c+"px"):o.css("width",d+"px");c++})},r=function(b,h,c,o){var d=b.data("nivo:vars");d&&d.currentSlide==d.totalSlides-1&&c.lastSlide.call(this);if((!d||d.stop)&&!o)return false;c.beforeChange.call(this);
if(o){o=="prev"&&b.css("background",'url("'+d.currentImage.attr("src")+'") no-repeat');o=="next"&&b.css("background",'url("'+d.currentImage.attr("src")+'") no-repeat')}else b.css("background",'url("'+d.currentImage.attr("src")+'") no-repeat');d.currentSlide++;if(d.currentSlide==d.totalSlides){d.currentSlide=0;c.slideshowEnd.call(this)}if(d.currentSlide<0)d.currentSlide=d.totalSlides-1;d.currentImage=a(h[d.currentSlide]).is("img")?a(h[d.currentSlide]):a(h[d.currentSlide]).find("img:first");if(c.controlNav){a(".nivo-controlNav a",
b).removeClass("active");a(".nivo-controlNav a:eq("+d.currentSlide+")",b).addClass("active")}if(d.currentImage.attr("title")!=""){var u=d.currentImage.attr("title");if(u.substr(0,1)=="#")u=a(u).html();a(".nivo-caption",b).css("display")=="block"?a(".nivo-caption p",b).fadeOut(c.animSpeed,function(){a(this).html(u);a(this).fadeIn(c.animSpeed)}):a(".nivo-caption p",b).html(u);a(".nivo-caption",b).fadeIn(c.animSpeed)}else a(".nivo-caption",b).fadeOut(c.animSpeed);var m=0;a(".nivo-slice",b).each(function(){var i=
Math.round(b.width()/c.slices);a(this).css({height:"0px",opacity:"0",background:'url("'+d.currentImage.attr("src")+'") no-repeat -'+(i+m*i-i)+"px 0%"});m++});if(c.effect=="random"){h=["sliceDownRight","sliceDownLeft","sliceUpRight","sliceUpLeft","sliceUpDown","sliceUpDownLeft","fold","fade","slideInRight","slideInLeft"];d.randAnim=h[Math.floor(Math.random()*(h.length+1))];if(d.randAnim==undefined)d.randAnim="fade"}if(c.effect.indexOf(",")!=-1){h=c.effect.split(",");d.randAnim=h[Math.floor(Math.random()*
h.length)];if(d.randAnim==undefined)d.randAnim="fade"}d.running=true;if(c.effect=="sliceDown"||c.effect=="sliceDownRight"||d.randAnim=="sliceDownRight"||c.effect=="sliceDownLeft"||d.randAnim=="sliceDownLeft"){var n=0;m=0;w(b,c);h=a(".nivo-slice",b);if(c.effect=="sliceDownLeft"||d.randAnim=="sliceDownLeft")h=a(".nivo-slice",b)._reverse();h.each(function(){var i=a(this);i.css({top:"0px"});m==c.slices-1?setTimeout(function(){i.animate({height:"100%",opacity:"1.0"},c.animSpeed,"",function(){b.trigger("nivo:animFinished")})},
100+n):setTimeout(function(){i.animate({height:"100%",opacity:"1.0"},c.animSpeed)},100+n);n+=50;m++})}else if(c.effect=="sliceUp"||c.effect=="sliceUpRight"||d.randAnim=="sliceUpRight"||c.effect=="sliceUpLeft"||d.randAnim=="sliceUpLeft"){m=n=0;w(b,c);h=a(".nivo-slice",b);if(c.effect=="sliceUpLeft"||d.randAnim=="sliceUpLeft")h=a(".nivo-slice",b)._reverse();h.each(function(){var i=a(this);i.css({bottom:"0px"});m==c.slices-1?setTimeout(function(){i.animate({height:"100%",opacity:"1.0"},c.animSpeed,"",
function(){b.trigger("nivo:animFinished")})},100+n):setTimeout(function(){i.animate({height:"100%",opacity:"1.0"},c.animSpeed)},100+n);n+=50;m++})}else if(c.effect=="sliceUpDown"||c.effect=="sliceUpDownRight"||d.randAnim=="sliceUpDown"||c.effect=="sliceUpDownLeft"||d.randAnim=="sliceUpDownLeft"){var x=m=n=0;w(b,c);h=a(".nivo-slice",b);if(c.effect=="sliceUpDownLeft"||d.randAnim=="sliceUpDownLeft")h=a(".nivo-slice",b)._reverse();h.each(function(){var i=a(this);if(m==0){i.css("top","0px");m++}else{i.css("bottom",
"0px");m=0}x==c.slices-1?setTimeout(function(){i.animate({height:"100%",opacity:"1.0"},c.animSpeed,"",function(){b.trigger("nivo:animFinished")})},100+n):setTimeout(function(){i.animate({height:"100%",opacity:"1.0"},c.animSpeed)},100+n);n+=50;x++})}else if(c.effect=="fold"||d.randAnim=="fold"){m=n=0;w(b,c);a(".nivo-slice",b).each(function(){var i=a(this),y=i.width();i.css({top:"0px",height:"100%",width:"0px"});m==c.slices-1?setTimeout(function(){i.animate({width:y,opacity:"1.0"},c.animSpeed,"",function(){b.trigger("nivo:animFinished")})},
100+n):setTimeout(function(){i.animate({width:y,opacity:"1.0"},c.animSpeed)},100+n);n+=50;m++})}else if(c.effect=="fade"||d.randAnim=="fade"){var q=a(".nivo-slice:first",b);q.css({height:"100%",width:b.width()+"px"});q.animate({opacity:"1.0"},c.animSpeed*2,"",function(){b.trigger("nivo:animFinished")})}else if(c.effect=="slideInRight"||d.randAnim=="slideInRight"){q=a(".nivo-slice:first",b);q.css({height:"100%",width:"0px",opacity:"1"});q.animate({width:b.width()+"px"},c.animSpeed*2,"",function(){b.trigger("nivo:animFinished")})}else if(c.effect==
"slideInLeft"||d.randAnim=="slideInLeft"){q=a(".nivo-slice:first",b);q.css({height:"100%",width:"0px",opacity:"1",left:"",right:"0px"});q.animate({width:b.width()+"px"},c.animSpeed*2,"",function(){q.css({left:"0px",right:""});b.trigger("nivo:animFinished")})}},z=function(b){this.console&&typeof console.log!="undefined"&&console.log(b)};this.stop=function(){if(!a(s).data("nivo:vars").stop){a(s).data("nivo:vars").stop=true;z("Stop Slider")}};this.start=function(){if(a(s).data("nivo:vars").stop){a(s).data("nivo:vars").stop=
false;z("Start Slider")}};f.afterLoad.call(this)};a.fn.nivoSlider=function(s){return this.each(function(){var v=a(this);if(!v.data("nivoslider")){var f=new A(this,s);v.data("nivoslider",f)}})};a.fn.nivoSlider.defaults={effect:"random",slices:15,animSpeed:500,pauseTime:3E3,startSlide:0,directionNav:true,directionNavHide:true,controlNav:true,controlNavThumbs:false,controlNavThumbsFromRel:false,controlNavThumbsSearch:".jpg",controlNavThumbsReplace:"_thumb.jpg",keyboardNav:true,pauseOnHover:true,manualAdvance:false,
captionOpacity:0.8,beforeChange:function(){},afterChange:function(){},slideshowEnd:function(){},lastSlide:function(){},afterLoad:function(){}};a.fn._reverse=[].reverse})(jQuery);
