/*
 * clearingInput: a jQuery plugin
 *
 * clearingInput is a simple jQuery plugin that provides example/label text
 * inside text inputs that automatically clears when the input is focused.
 * Common uses are for a hint/example, or as a label when space is limited.
 *
 * For usage and examples, visit:
 * http://github.com/alexrabarts/jquery-clearinginput
 *
 * Licensed under the MIT:
 * http://www.opensource.org/licenses/mit-license.php
 *
 * Copyright (c) 2008 Stateless Systems (http://statelesssystems.com)
 *
 * @author   Alex Rabarts (alexrabarts -at- gmail -dawt- com)
 * @requires jQuery v1.2 or later
 * @version  0.1.2
 */

(function ($) {
  $.extend($.fn, {
    clearingInput: function (options) {
      var defaults = {blurClass: 'blur'};

      options = $.extend(defaults, options);

      return this.each(function () {
        var input = $(this).addClass(options.blurClass);
        var form  = input.parents('form:first');
        var label, text;

        text = options.text || textFromLabel() || input.val();

        if (text) {
          input.val(text);

          input.blur(function () {
            if (input.val() === '') {
              input.addClass(options.blurClass).val(text);
            }
          }).focus(function () {
            if (input.val() === text) {
              input.val('');
            }
            input.removeClass(options.blurClass);
          });

          form.submit(function() {
            if (input.hasClass(options.blurClass)) {
              input.val('');
            }
          });

          input.blur();
        }

        function textFromLabel() {
          label = form.find('label[for=' + input.attr('id') + ']');
          // Position label off screen and use it for the input text
          return label ? label.css({position: 'absolute', left: '-9999px'}).text() : '';
        }
      });
    }
  });
})(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 © 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights
 * Reserved. © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * HelveticaNeueLTStd-Blk
 * 
 * Designer:
 * Linotype Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":240,"face":{"font-family":"helvetica_neue_black","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 9 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-24 -343 391 83.5312","underline-thickness":"18","underline-position":"-18","stemh":"52","stemv":"71","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":120},"!":{"d":"19,0r0,-71r75,0r0,71r-75,0xm94,-257v4,65,-11,112,-20,164r-35,0v-9,-52,-24,-99,-20,-164r75,0","w":113},"\"":{"d":"104,-121r0,-136r55,0r0,136r-55,0xm28,-121r0,-136r55,0r0,136r-55,0","w":186},"#":{"d":"137,-143r-26,0r-4,34r25,0xm44,0r9,-67r-31,0r6,-42r31,0r4,-34r-30,0r6,-42r30,0r9,-66r48,0r-9,66r26,0r9,-66r47,0r-9,66r29,0r-6,42r-28,0r-5,34r28,0r-6,42r-28,0r-9,67r-48,0r9,-67r-25,0r-10,67r-47,0"},"$":{"d":"112,-170r0,-36v-13,0,-26,2,-26,16v0,9,9,17,26,20xm131,-96r0,45v17,-1,30,-8,30,-22v0,-12,-11,-17,-30,-23xm112,-102v-45,-13,-97,-25,-97,-77v0,-59,52,-84,97,-84r0,-29r19,0r0,29v50,0,95,25,95,84r-69,0v-2,-19,-8,-23,-26,-27r0,40v93,21,104,48,104,89v0,39,-28,83,-104,83r0,36r-19,0r0,-36v-76,0,-105,-45,-107,-92r77,0v0,13,3,33,30,35r0,-51"},"%":{"d":"24,-185v0,-40,19,-68,63,-68v44,0,64,28,64,68v0,40,-20,68,-64,68v-44,0,-63,-28,-63,-68xm71,-185v0,17,-1,37,16,37v17,0,17,-20,17,-37v0,-17,0,-37,-17,-37v-17,0,-16,20,-16,37xm216,-66v0,-40,20,-68,64,-68v44,0,63,28,63,68v0,40,-19,69,-63,69v-44,0,-64,-29,-64,-69xm263,-66v0,17,0,38,17,38v17,0,16,-21,16,-38v0,-17,1,-37,-16,-37v-17,0,-17,20,-17,37xm88,9r148,-269r39,0r-147,269r-40,0","w":366},"&":{"d":"130,-215v-27,1,-19,32,-3,44v19,-6,32,-41,3,-44xm136,-66r-30,-37v-10,5,-25,15,-25,28v0,30,40,29,55,9xm188,0r-14,-18v-57,48,-161,23,-161,-59v0,-34,29,-59,57,-73v-46,-42,-4,-113,56,-113v48,0,83,20,83,66v0,29,-23,54,-47,67r19,24v5,-6,9,-13,10,-19r59,0v-4,22,-13,45,-30,62r53,63r-85,0","w":266},"\u2019":{"d":"86,-257v-2,72,16,124,-66,136r0,-31v21,-3,30,-15,30,-34r-30,0r0,-71r66,0","w":106,"k":{"\u2019":19,"s":27,"\u0161":27,"t":6}},"(":{"d":"54,-263r62,0v-43,114,-44,209,0,323r-62,0v-53,-105,-52,-219,0,-323","w":113},")":{"d":"60,60r-62,0v43,-102,43,-218,0,-323r62,0v51,102,51,222,0,323","w":113},"*":{"d":"104,-257r0,47r43,-15r14,38r-46,15r29,37r-33,26r-28,-41r-29,41r-32,-26r30,-37r-46,-15r13,-38r45,15r0,-47r40,0","w":166},"+":{"d":"17,-63r0,-55r64,0r0,-64r55,0r0,64r63,0r0,55r-63,0r0,63r-55,0r0,-63r-64,0","w":216},",":{"d":"23,0r0,-71r75,0v4,72,1,138,-75,136r0,-31v18,-1,31,-17,32,-34r-32,0","w":120},"-":{"d":"17,-67r0,-59r113,0r0,59r-113,0","w":146},".":{"d":"23,0r0,-71r75,0r0,71r-75,0","w":120},"\/":{"d":"0,6r100,-269r55,0r-101,269r-54,0","w":153},"0":{"d":"82,-125v0,26,2,73,38,73v37,0,38,-46,38,-73v0,-26,-1,-73,-37,-73v-37,0,-39,46,-39,73xm14,-125v0,-97,61,-128,106,-128v46,0,107,31,107,128v0,97,-62,128,-107,128v-45,0,-106,-31,-106,-128"},"1":{"d":"100,0r0,-144r-58,0r0,-52v36,1,72,-14,74,-55r59,0r0,251r-75,0"},"2":{"d":"85,-145r-67,0v-4,-69,39,-108,106,-108v61,0,102,25,102,78v1,65,-65,83,-110,114r114,0r0,61r-217,0v-1,-74,60,-101,107,-130v13,-8,33,-18,33,-36v0,-23,-13,-31,-30,-31v-29,0,-39,21,-38,52"},"3":{"d":"81,-95v-1,27,14,41,39,41v21,0,34,-7,34,-28v1,-30,-33,-27,-55,-24r0,-49v20,1,55,5,55,-21v0,-34,-71,-28,-67,9r-68,0v0,-58,47,-86,105,-86v73,0,97,43,97,64v0,53,-33,53,-33,54v0,3,41,3,41,59v0,31,-24,79,-106,79v-113,0,-113,-79,-111,-98r69,0"},"4":{"d":"122,-181r-61,70r61,0r0,-70xm122,0r0,-50r-111,0r0,-67r114,-134r72,0r0,140r34,0r0,61r-34,0r0,50r-75,0"},"5":{"d":"77,-79v5,36,76,32,76,-8v0,-39,-56,-46,-72,-19r-67,0r26,-145r172,0r0,62r-117,0v-1,10,-7,24,-6,33v58,-33,136,-11,136,71v0,51,-40,88,-112,88v-93,0,-109,-57,-107,-82r71,0"},"6":{"d":"122,-122v-19,0,-34,14,-34,33v0,20,14,35,34,35v22,0,37,-16,37,-35v0,-18,-15,-33,-37,-33xm157,-184v-3,-10,-15,-18,-30,-18v-27,0,-40,27,-43,52v50,-44,141,-12,141,60v0,62,-43,93,-103,93v-76,0,-107,-57,-107,-119v0,-79,37,-137,114,-137v54,0,86,20,94,69r-66,0"},"7":{"d":"216,-251r0,59v-62,57,-76,133,-75,192r-80,0v-1,0,2,-80,51,-150v24,-35,31,-39,31,-39r-120,0r0,-62r193,0"},"8":{"d":"80,-77v0,39,80,39,80,0v0,-24,-17,-32,-39,-32v-21,0,-41,7,-41,32xm20,-185v0,-55,59,-68,100,-68v69,0,101,32,101,68v1,27,-17,47,-39,54v28,3,49,24,49,55v0,59,-60,79,-111,79v-54,0,-111,-18,-111,-79v-1,-44,34,-50,50,-56v-27,-7,-39,-26,-39,-53xm84,-177v1,36,72,36,73,0v0,-24,-18,-29,-37,-29v-19,0,-36,6,-36,29"},"9":{"d":"118,-197v-19,0,-37,15,-37,35v0,19,17,34,36,34v19,0,36,-14,36,-34v0,-20,-15,-35,-35,-35xm83,-66v2,10,17,18,29,17v31,0,44,-31,44,-51v-51,43,-141,14,-141,-60v0,-61,48,-93,105,-93v73,0,106,56,106,119v0,80,-37,137,-114,137v-46,0,-87,-20,-95,-69r66,0"},":":{"d":"23,-116r0,-71r75,0r0,71r-75,0xm23,0r0,-71r75,0r0,71r-75,0","w":120},";":{"d":"23,0r0,-71r75,0v4,72,1,138,-75,136r0,-31v18,-1,31,-17,32,-34r-32,0xm98,-187r0,71r-75,0r0,-71r75,0","w":120},"<":{"d":"199,-185r0,58r-98,36r98,36r0,58r-182,-71r0,-45","w":216},"=":{"d":"199,-162r0,55r-182,0r0,-55r182,0xm199,-75r0,55r-182,0r0,-55r182,0","w":216},">":{"d":"17,3r0,-58r98,-36r-98,-36r0,-58r182,71r0,46","w":216},"?":{"d":"201,-189v5,65,-67,46,-69,97r-66,0v-1,-15,-3,-49,25,-64v11,-6,33,-12,33,-28v0,-12,-8,-18,-21,-18v-17,0,-23,15,-22,31r-76,0v4,-53,38,-92,100,-92v70,0,94,42,96,74xm61,0r0,-71r75,0r0,71r-75,0","w":206},"@":{"d":"147,-156v-34,-3,-46,61,-8,63v36,3,48,-63,8,-63xm224,-193r-18,97v0,5,2,9,5,9v13,0,31,-17,31,-58v0,-57,-40,-81,-93,-81v-59,0,-103,41,-103,98v0,90,114,121,175,77r41,0v-26,38,-62,57,-114,57v-79,0,-139,-56,-139,-134v0,-86,62,-135,141,-135v80,0,129,46,129,107v0,84,-71,107,-94,107v-13,1,-19,-8,-22,-18v-28,40,-105,6,-96,-47v-5,-67,75,-116,119,-65r4,-14r34,0","w":288},"A":{"d":"105,-92r49,0r-24,-79xm-3,0r95,-257r77,0r94,257r-82,0r-11,-37r-82,0r-11,37r-80,0","w":259},"B":{"d":"100,-109r0,48v32,-3,76,11,77,-25v1,-32,-47,-21,-77,-23xm21,0r0,-257r140,0v68,0,82,38,82,64v0,26,-12,41,-31,51v23,8,44,26,44,64v0,103,-134,75,-235,78xm100,-196r0,39v27,-2,69,10,68,-21v0,-26,-42,-16,-68,-18","w":266},"C":{"d":"260,-161r-77,0v-1,-9,-9,-38,-42,-38v-68,0,-67,141,0,141v27,0,37,-19,42,-43r78,0v0,52,-43,107,-118,107v-83,0,-130,-59,-130,-135v0,-81,51,-134,130,-134v71,0,110,38,117,102","w":273},"D":{"d":"21,0r0,-257r129,0v86,0,116,63,116,128v0,79,-41,129,-131,129r-114,0xm100,-191r0,125r31,0v49,0,56,-40,56,-64v0,-16,-5,-61,-62,-61r-25,0","w":280},"E":{"d":"21,0r0,-257r212,0r0,66r-133,0r0,32r121,0r0,61r-121,0r0,32r137,0r0,66r-216,0","w":253},"F":{"d":"21,0r0,-257r198,0r0,66r-119,0r0,32r102,0r0,61r-102,0r0,98r-79,0","w":226,"k":{"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,",":46,".":46}},"G":{"d":"211,0r-2,-26v-18,23,-45,32,-73,32v-76,0,-123,-59,-123,-132v0,-173,223,-177,245,-41r-76,0v-3,-19,-18,-32,-37,-32v-54,0,-53,57,-53,75v0,24,10,66,58,66v18,0,37,-9,41,-28r-35,0r0,-55r105,0r0,141r-50,0","w":280},"H":{"d":"21,0r0,-257r79,0r0,89r74,0r0,-89r79,0r0,257r-79,0r0,-102r-74,0r0,102r-79,0","w":273},"I":{"d":"21,0r0,-257r79,0r0,257r-79,0","w":119},"J":{"d":"200,-257r0,164v0,71,-33,99,-97,99v-73,-1,-99,-43,-94,-114r71,0v1,25,-4,53,22,53v21,0,19,-24,19,-36r0,-166r79,0","w":219},"K":{"d":"23,0r0,-257r79,0r1,89r70,-89r98,0r-94,100r109,157r-99,0r-63,-100r-22,24r0,76r-79,0","w":280},"L":{"d":"21,0r0,-257r79,0r0,191r113,0r0,66r-192,0","w":226,"k":{"T":46,"V":33,"W":20,"y":13,"\u00fd":13,"\u00ff":13,"Y":40,"\u00dd":40,"\u0178":40,"\u2019":40}},"M":{"d":"20,0r0,-257r113,0r37,151r37,-151r113,0r0,257r-75,0r-1,-165r-45,165r-59,0r-45,-165r0,165r-75,0","w":339},"N":{"d":"21,0r0,-257r81,0r75,137r0,-137r75,0r0,257r-77,0r-79,-140r0,140r-75,0","w":273},"O":{"d":"13,-129v0,-78,52,-134,130,-134v78,0,131,56,131,134v0,78,-53,135,-131,135v-78,0,-130,-57,-130,-135xm92,-129v0,57,31,71,51,71v20,0,51,-14,51,-71v0,-57,-31,-70,-51,-70v-20,0,-51,13,-51,70","w":286},"P":{"d":"21,0r0,-257r132,0v70,0,94,51,94,88v0,80,-64,97,-147,91r0,78r-79,0xm100,-191r0,52v32,-2,72,10,72,-27v0,-35,-41,-22,-72,-25","w":253,"k":{"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":46,".":46}},"Q":{"d":"132,-82r36,-34r21,22v3,-9,5,-21,5,-35v0,-57,-31,-70,-51,-70v-20,0,-51,13,-51,70v0,62,30,74,62,70xm274,-7r-35,35r-35,-36v-89,44,-191,-20,-191,-121v0,-78,52,-134,130,-134v116,0,168,142,101,224","w":286},"R":{"d":"184,0v-14,-34,5,-87,-42,-90r-42,0r0,90r-79,0r0,-257v97,6,231,-29,234,73v0,27,-12,55,-38,65v41,11,34,74,46,119r-79,0xm100,-196r0,51v33,-3,71,12,76,-25v4,-28,-44,-27,-76,-26","w":266,"k":{"T":6,"W":6,"Y":13,"\u00dd":13,"\u0178":13}},"S":{"d":"150,-179v2,-19,-14,-27,-32,-27v-11,0,-29,3,-29,17v0,18,39,22,75,32v36,10,72,28,72,75v0,67,-62,88,-119,88v-29,0,-112,-10,-113,-92r80,0v-3,26,19,36,40,35v13,0,33,-4,33,-23v0,-13,-11,-17,-55,-30v-41,-12,-88,-22,-88,-74v0,-59,51,-85,104,-85v56,0,105,21,107,84r-75,0"},"T":{"d":"81,0r0,-191r-72,0r0,-66r223,0r0,66r-72,0r0,191r-79,0","k":{"\u00fc":33,"\u0161":40,"\u00f2":40,"\u00f6":40,"\u00e8":40,"\u00eb":40,"\u00ea":40,"\u00e3":40,"\u00e5":40,"\u00e0":40,"\u00e4":40,"\u00e2":40,"w":40,"y":40,"\u00fd":40,"\u00ff":40,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":40,".":40,"c":40,"\u00e7":40,"e":40,"\u00e9":40,"o":40,"\u00f8":40,"\u0153":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"-":46,"a":40,"\u00e6":40,"\u00e1":40,"r":33,"s":40,"u":33,"\u00fa":33,"\u00fb":33,"\u00f9":33,":":31,";":31}},"U":{"d":"254,-257r0,158v0,71,-39,105,-117,105v-78,0,-118,-34,-118,-105r0,-158r80,0r0,140v0,26,-1,59,38,59v37,0,38,-33,38,-59r0,-140r79,0","w":273},"V":{"d":"239,-257r-80,257r-88,0r-77,-257r80,0r43,156r41,-156r81,0","w":233,"k":{"\u00f6":20,"\u00f4":20,"\u00ee":6,"\u00e8":20,"\u00eb":20,"\u00ea":20,"\u00e3":20,"\u00e5":20,"\u00e0":20,"\u00e4":20,"\u00e2":20,"y":6,"\u00fd":6,"\u00ff":6,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,",":46,".":38,"e":20,"\u00e9":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f2":20,"\u00f5":20,"-":20,"a":20,"\u00e6":20,"\u00e1":20,"r":13,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,":":18,";":18,"i":6,"\u00ed":6,"\u00ef":6,"\u00ec":6}},"W":{"d":"349,-257r-72,257r-77,0r-28,-157r-27,157r-78,0r-70,-257r78,0r32,159r31,-159r70,0r31,161r32,-161r78,0","w":346,"k":{"\u00fc":6,"\u00f6":13,"\u00ea":13,"\u00e4":13,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,",":27,".":27,"e":13,"\u00e9":13,"\u00eb":13,"\u00e8":13,"o":13,"\u00f8":13,"\u0153":13,"\u00f3":13,"\u00f4":13,"\u00f2":13,"\u00f5":13,"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,"r":6,"u":6,"\u00fa":6,"\u00fb":6,"\u00f9":6,":":6,";":6}},"X":{"d":"-4,0r93,-137r-85,-120r93,0r39,70r38,-70r88,0r-83,121r92,136r-95,0r-44,-77r-46,77r-90,0","w":266},"Y":{"d":"80,0r0,-95r-91,-162r88,0r43,95r44,-95r87,0r-92,162r0,95r-79,0","k":{"\u00fc":27,"\u00f6":33,"v":20,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":40,".":40,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"o":33,"\u00f8":33,"\u0153":33,"\u00f3":33,"\u00f4":33,"\u00f2":33,"\u00f5":33,"q":33,"-":40,"a":33,"\u00e6":33,"\u00e1":33,"\u00e2":33,"\u00e4":33,"\u00e0":33,"\u00e5":33,"\u00e3":33,"u":27,"\u00fa":27,"\u00fb":27,"\u00f9":27,":":33,";":29,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"p":27}},"Z":{"d":"9,0r0,-62r119,-129r-113,0r0,-66r218,0r0,58r-121,133r126,0r0,66r-229,0","w":246},"[":{"d":"14,60r0,-323r119,0r0,55r-55,0r0,213r55,0r0,55r-119,0","w":146},"\\":{"d":"53,-263r101,269r-55,0r-101,-269r55,0","w":153},"]":{"d":"133,-263r0,323r-119,0r0,-55r55,0r0,-213r-55,0r0,-55r119,0","w":146},"^":{"d":"23,-119r63,-132r44,0r63,132r-55,0r-30,-68r-30,68r-55,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"20,-121v2,-72,-16,-124,66,-136r0,31v-21,3,-29,15,-29,34r29,0r0,71r-66,0","w":106,"k":{"\u2018":19}},"a":{"d":"133,-84v-16,10,-53,6,-52,29v8,30,52,20,52,-12r0,-17xm17,-130v1,-49,47,-63,96,-62v147,2,61,93,97,192r-72,0v-3,-5,-1,-15,-4,-18v-35,39,-126,30,-126,-34v0,-59,70,-57,106,-64v10,-2,19,-4,19,-16v0,-13,-11,-17,-23,-17v-22,0,-27,11,-27,19r-66,0","w":219},"b":{"d":"120,-47v44,-1,44,-92,0,-93v-46,1,-44,92,0,93xm19,0r0,-257r72,0r0,91v11,-16,31,-26,52,-26v63,0,79,54,79,98v0,47,-25,99,-78,99v-36,0,-45,-15,-56,-26r0,21r-69,0","w":233},"c":{"d":"210,-75v-6,48,-45,79,-97,80v-56,0,-101,-39,-101,-98v0,-115,186,-137,196,-23r-68,0v-2,-15,-9,-24,-26,-24v-27,0,-31,24,-31,47v0,23,4,46,31,46v15,0,27,-13,28,-28r68,0","w":219},"d":{"d":"214,-257r0,257r-69,0v-1,-6,2,-16,-1,-21v-9,12,-19,26,-54,26v-53,0,-79,-52,-79,-99v0,-44,17,-98,80,-98v22,-1,39,12,52,26r0,-91r71,0xm114,-47v44,-1,44,-92,0,-93v-46,1,-44,92,0,93","w":233},"e":{"d":"80,-114r68,0v0,-45,-67,-39,-68,0xm216,-77r-136,0v-1,35,46,48,66,23r66,0v-14,40,-54,59,-96,59v-60,0,-104,-36,-104,-98v0,-54,39,-99,98,-99v74,0,106,42,106,115","w":226},"f":{"d":"31,-187v-7,-57,44,-80,109,-69r0,49v-19,-4,-43,-4,-39,20r38,0r0,44r-36,0r0,143r-72,0r0,-143r-29,0r0,-44r29,0","w":140,"k":{"\u2019":-6,"f":6,"\u00df":6}},"g":{"d":"79,-103v0,21,6,46,32,46v43,-1,39,-83,-2,-83v-20,0,-30,17,-30,37xm86,3v5,8,13,20,25,20v28,0,31,-36,27,-60v-12,17,-29,26,-50,26v-55,0,-80,-41,-80,-91v0,-73,90,-124,131,-62r0,-23r71,0r0,163v0,37,-10,89,-97,89v-44,0,-92,-12,-98,-62r71,0","w":226},"h":{"d":"19,0r0,-257r72,0r0,90v29,-40,123,-34,123,39r0,128r-71,0r0,-98v0,-22,-3,-37,-24,-37v-12,0,-28,6,-28,36r0,99r-72,0","w":233},"i":{"d":"21,0r0,-187r71,0r0,187r-71,0xm92,-257r0,50r-71,0r0,-50r71,0","w":113},"j":{"d":"92,-13v8,69,-37,78,-103,73r0,-56v20,1,33,1,32,-23r0,-168r71,0r0,174xm92,-257r0,50r-71,0r0,-50r71,0","w":113},"k":{"d":"21,0r0,-257r71,0r0,124r46,-54r80,0r-66,71r77,116r-86,0r-38,-68r-13,14r0,54r-71,0","w":219},"l":{"d":"21,0r0,-257r71,0r0,257r-71,0","w":113},"m":{"d":"19,0r0,-187r69,0v1,8,-2,19,1,25v23,-39,90,-41,111,0v3,-2,18,-30,64,-30v96,0,55,109,64,192r-71,0r0,-101v0,-18,-2,-34,-24,-34v-18,0,-24,15,-24,34r0,101r-71,0r0,-101v0,-18,-2,-34,-24,-34v-18,0,-24,15,-24,34r0,101r-71,0","w":346},"n":{"d":"19,0r0,-187r69,0v1,7,-2,18,1,24v30,-46,125,-39,125,35r0,128r-71,0r0,-98v0,-22,-3,-37,-24,-37v-12,0,-28,6,-28,36r0,99r-72,0","w":233},"o":{"d":"215,-94v0,52,-32,99,-102,99v-70,0,-101,-47,-101,-99v0,-52,31,-98,101,-98v70,0,102,46,102,98xm144,-94v0,-20,-4,-46,-31,-46v-27,0,-30,26,-30,46v0,20,3,47,30,47v27,0,31,-27,31,-47","w":226},"p":{"d":"120,-140v-45,1,-45,92,0,93v45,-1,43,-92,0,-93xm19,60r0,-247r69,0v1,6,-2,16,1,21v9,-12,20,-26,55,-26v53,0,78,52,78,99v0,44,-16,98,-79,98v-21,0,-41,-10,-52,-26r0,81r-72,0","w":233},"q":{"d":"214,-187r0,247r-71,0v-1,-26,2,-57,-1,-81v-11,16,-30,26,-51,26v-63,0,-80,-54,-80,-98v0,-47,26,-99,79,-99v36,0,44,15,55,26r0,-21r69,0xm114,-47v45,-1,43,-93,0,-93v-45,1,-45,92,0,93","w":233},"r":{"d":"19,0r0,-187r69,0v1,9,-2,23,1,30v14,-28,38,-41,73,-32r0,63v-37,-11,-71,-1,-71,52r0,74r-72,0","w":159,"k":{"v":-4,"w":-4,"y":-4,"\u00fd":-4,"\u00ff":-4,",":33,".":33,"c":6,"\u00e7":6,"d":6,"\u0131":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"n":-6,"\u00f1":-6,"o":6,"\u00f8":6,"\u0153":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6,"q":6,"-":20}},"s":{"d":"77,-61v-1,23,46,32,52,7v0,-11,-6,-13,-39,-19v-54,-9,-77,-27,-77,-59v0,-47,52,-60,89,-60v40,0,88,12,90,60r-65,0v2,-21,-42,-30,-45,-6v9,22,41,13,71,25v24,9,44,21,44,52v0,52,-50,66,-95,66v-44,0,-92,-18,-93,-66r68,0","w":206},"t":{"d":"105,-244r0,57r38,0r0,44r-38,0v5,38,-20,102,38,89r0,54v-53,1,-109,16,-109,-54r0,-89r-32,0r0,-44r32,0r0,-57r71,0","w":146},"u":{"d":"214,-187r0,187r-69,0v-1,-7,2,-18,-1,-24v-29,47,-125,38,-125,-35r0,-128r72,0r0,98v0,22,2,37,23,37v12,0,29,-6,29,-36r0,-99r71,0","w":233},"v":{"d":"204,-187r-62,187r-84,0r-62,-187r76,0r30,114r29,-114r73,0","w":200,"k":{",":22,".":22}},"w":{"d":"316,-187r-59,187r-73,0r-28,-115r-28,115r-73,0r-58,-187r74,0r28,116r24,-116r67,0r26,116r26,-116r74,0","w":313,"k":{",":20,".":20}},"x":{"d":"-5,0r65,-98r-59,-89r79,0r20,37r21,-37r77,0r-59,89r66,98r-78,0r-28,-46r-26,46r-78,0","w":200},"y":{"d":"13,4v20,-1,45,7,45,-16v-15,-52,-46,-123,-63,-175r76,0r31,107r30,-107r74,0v-30,74,-49,157,-86,224v-26,30,-62,22,-107,23r0,-56","w":200,"k":{",":33,".":33}},"z":{"d":"6,0r0,-55r88,-80r-80,0r0,-52r171,0r0,55r-85,80r93,0r0,52r-187,0","w":200},"{":{"d":"133,-263r0,55v-44,-7,-31,36,-31,74v0,27,-28,29,-43,33v17,1,43,3,43,35v0,33,-17,75,31,71r0,55v-47,2,-92,2,-92,-46r0,-64v0,-21,-22,-24,-31,-24r0,-55v9,0,31,-1,31,-20r0,-68v4,-48,45,-48,92,-46","w":146},"|":{"d":"13,77r0,-360r55,0r0,360r-55,0","w":79},"}":{"d":"14,60r0,-55v44,5,31,-36,31,-74v0,-27,27,-29,42,-33v-17,-1,-42,-3,-42,-35v0,-33,17,-75,-31,-71r0,-55v47,-2,92,-2,92,46r0,65v0,21,21,23,30,23r0,55v-9,0,-30,2,-30,21r0,67v-4,48,-45,48,-92,46","w":146},"~":{"d":"70,-131v23,0,55,24,77,24v14,0,23,-12,31,-25r13,50v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-13,-50v8,-15,21,-31,45,-31","w":216},"\u00a1":{"d":"19,60v-4,-66,11,-113,21,-165r35,0v9,52,23,100,19,165r-75,0xm94,-197r0,71r-75,0r0,-71r75,0","w":113},"\u00a2":{"d":"114,-49r0,-90v-36,6,-36,82,0,90xm114,39r0,-34v-56,0,-94,-42,-94,-100v0,-54,38,-97,94,-97r0,-28r19,0r0,28v54,0,78,28,84,76r-65,0v-1,-14,-8,-21,-19,-23r0,90v12,-6,19,-13,20,-26r66,0v-6,47,-42,80,-86,80r0,34r-19,0"},"\u00a3":{"d":"233,-23v-42,63,-129,-10,-184,29r-28,-40v23,-16,46,-34,37,-69r-42,0r0,-45r26,0v-29,-52,2,-115,85,-115v59,0,93,30,96,89r-70,0v0,-15,-7,-32,-24,-32v-38,0,-19,41,-10,58r39,0r0,45r-27,0v6,17,-9,37,-18,46v20,-11,47,7,66,6v14,0,21,-15,26,-23"},"\u00a5":{"d":"85,0r0,-39r-58,0r0,-43r58,0v2,-15,-3,-23,-8,-31r-50,0r0,-44r26,0r-54,-100r81,0r40,100r41,-100r81,0r-54,100r26,0r0,44r-51,0v-4,8,-9,17,-7,31r58,0r0,43r-58,0r0,39r-71,0"},"\u0192":{"d":"1,63r14,-51v23,4,33,-7,38,-27r23,-85r-34,0r12,-44r35,0v13,-58,29,-122,96,-119v13,0,26,1,40,2r-14,51v-43,-11,-40,37,-49,66r34,0r-12,44r-34,0v-24,69,-23,165,-121,165v-9,0,-19,-1,-28,-2"},"\u00a7":{"d":"72,-117v0,21,59,31,83,42v6,0,13,-5,13,-12v-11,-30,-57,-29,-83,-44v-6,0,-13,7,-13,14xm210,-191r-62,0v2,-25,-43,-27,-43,-5v0,14,35,24,52,30v24,9,72,22,72,66v0,40,-25,51,-38,54v12,9,19,24,19,39v0,50,-45,72,-90,72v-49,0,-91,-22,-90,-77r61,0v0,29,44,34,50,9v-6,-32,-49,-31,-73,-44v-26,-14,-57,-26,-57,-60v0,-29,13,-46,40,-56v-41,-46,16,-100,70,-100v48,0,87,22,89,72"},"\u00a4":{"d":"190,-28r-21,-22v-21,20,-76,19,-97,1r-22,21r-27,-27r22,-21v-17,-19,-18,-80,0,-98r-22,-20r28,-28r21,20v18,-17,79,-18,97,0r21,-20r27,27r-21,21v19,18,19,79,0,98r21,21xm159,-125v-1,-52,-75,-52,-77,0v1,51,76,51,77,0"},"'":{"d":"26,-121r0,-136r55,0r0,136r-55,0","w":106},"\u201c":{"d":"104,-121v2,-72,-15,-124,67,-136r0,31v-21,3,-30,15,-30,34r30,0r0,71r-67,0xm17,-121v2,-72,-16,-124,66,-136r0,31v-21,3,-30,15,-30,34r30,0r0,71r-66,0","w":186},"\u00ab":{"d":"74,-17r-59,-47r0,-63r59,-47r0,56r-28,23r28,21r0,57xm145,-17r-59,-47r0,-63r59,-47r0,56r-28,23r28,21r0,57","w":159},"\u2013":{"d":"0,-68r0,-57r180,0r0,57r-180,0","w":180},"\u00b7":{"d":"17,-85v0,-24,19,-44,43,-44v24,0,43,20,43,44v0,24,-19,43,-43,43v-24,0,-43,-19,-43,-43","w":120},"\u00b6":{"d":"87,63r0,-194v-52,0,-81,-23,-81,-62v0,-90,119,-58,202,-64r0,320r-49,0r0,-283r-23,0r0,283r-49,0","w":223},"\u201d":{"d":"171,-257v-2,72,15,124,-67,136r0,-31v21,-3,30,-15,30,-34r-30,0r0,-71r67,0xm83,-257v-2,72,16,124,-66,136r0,-31v21,-3,29,-15,29,-34r-29,0r0,-71r66,0","w":186},"\u00bb":{"d":"15,-174r59,47r0,63r-59,47r0,-57r28,-21r-28,-22r0,-57xm86,-174r59,47r0,63r-59,47r0,-57r28,-21r-28,-22r0,-57","w":159},"\u2026":{"d":"98,0r-75,0r0,-71r75,0r0,71xm337,0r-75,0r0,-71r75,0r0,71xm217,0r-74,0r0,-71r74,0r0,71","w":360},"\u00bf":{"d":"5,-10v0,-64,66,-41,70,-94r66,0v0,44,-14,57,-29,65v-27,3,-44,43,-11,43v21,0,25,-13,25,-31r75,0v-2,59,-39,92,-99,92v-46,0,-97,-23,-97,-75xm145,-197r0,71r-74,0r0,-71r74,0","w":206},"`":{"d":"38,-205r-62,-53r75,0r36,53r-49,0","w":100},"\u00b4":{"d":"124,-258r-62,53r-49,0r36,-53r75,0","w":100},"\u00af":{"d":"-11,-215r0,-33r122,0r0,33r-122,0","w":100},"\u00a8":{"d":"60,-207r0,-46r62,0r0,46r-62,0xm-21,-207r0,-46r61,0r0,46r-61,0","w":100},"\u00b8":{"d":"0,73r8,-16v15,5,46,16,50,-6v0,-14,-20,-16,-30,-9r-9,-9r20,-33r21,0v-4,8,-14,16,-14,23v22,-6,53,2,51,30v-2,37,-68,36,-97,20","w":100},"\u2014":{"d":"47,-68r0,-57r266,0r0,57r-266,0","w":360},"\u00c6":{"d":"168,-90r0,-101r-10,0r-45,101r55,0xm-6,0r117,-257r249,0r0,66r-117,0r0,32r109,0r0,61r-109,0r0,32r121,0r0,66r-196,0r0,-38r-76,0r-15,38r-83,0","w":380},"\u00aa":{"d":"84,-189v-12,7,-33,2,-34,18v4,19,34,11,34,-6r0,-12xm129,-210v0,23,-3,58,5,72r-48,0v-2,-4,1,-9,-2,-11v-23,24,-82,18,-81,-21v0,-36,41,-33,68,-38v6,-1,13,-3,13,-10v-1,-15,-34,-13,-33,2r-43,0v1,-32,34,-37,63,-37v25,0,58,7,58,43","w":132},"\u0141":{"d":"21,0r0,-72r-30,20r0,-47r30,-20r0,-138r79,0r0,83r66,-45r0,47r-66,45r0,61r113,0r0,66r-192,0","w":226,"k":{"T":46,"V":33,"W":20,"y":13,"\u00fd":13,"\u00ff":13,"Y":40,"\u00dd":40,"\u0178":40,"\u2019":40}},"\u00d8":{"d":"98,-93r81,-90v-11,-13,-25,-16,-36,-16v-20,0,-51,13,-51,70v0,14,3,27,6,36xm190,-162r-81,89v38,31,80,19,85,-56v0,-13,-1,-24,-4,-33xm257,-268r17,14r-32,34v70,79,18,226,-99,226v-32,0,-60,-10,-81,-27r-31,34r-16,-15r31,-34v-71,-79,-21,-227,97,-227v33,0,62,10,84,28","w":286},"\u0152":{"d":"193,0r0,-13v-81,57,-180,-21,-180,-113v0,-93,98,-177,180,-117r0,-14r194,0r0,66r-122,0r0,32r112,0r0,61r-112,0r0,32r126,0r0,66r-198,0xm192,-130v0,-69,-44,-69,-50,-69v-6,0,-50,0,-50,69v0,71,42,72,50,72v8,0,50,-1,50,-72","w":406},"\u00ba":{"d":"4,-195v0,-31,20,-58,66,-58v46,0,67,27,67,58v0,32,-21,60,-67,60v-46,0,-66,-28,-66,-60xm70,-222v-25,2,-23,54,0,56v25,-2,26,-54,0,-56","w":136},"\u00e6":{"d":"201,-114r64,0v0,-19,-13,-32,-32,-32v-25,0,-32,19,-32,32xm140,-85v-14,11,-57,4,-56,32v20,32,66,10,56,-32xm20,-130v4,-71,111,-78,159,-41v15,-14,35,-21,59,-21v71,0,100,56,97,115r-134,0v-4,37,45,46,63,23r67,0v-10,58,-127,80,-164,34v-29,24,-68,25,-90,25v-33,0,-65,-13,-65,-58v0,-59,69,-57,105,-63v13,-2,23,-6,23,-16v-2,-26,-52,-22,-53,2r-67,0","w":346},"\u0131":{"d":"92,0r-71,0r0,-187r71,0r0,187","w":113},"\u0142":{"d":"21,0r0,-95r-22,16r0,-37r22,-16r0,-125r71,0r0,70r22,-17r0,37r-22,17r0,150r-71,0","w":113},"\u00f8":{"d":"142,-113r-49,57v4,5,10,9,20,9v34,-2,33,-38,29,-66xm85,-73r50,-57v-4,-6,-12,-10,-22,-10v-34,2,-32,39,-28,67xm192,-197r13,12r-17,20v55,59,27,173,-75,170v-24,0,-44,-6,-59,-15r-20,23r-13,-12r19,-22v-54,-58,-31,-175,73,-171v25,0,45,6,61,16","w":226},"\u0153":{"d":"207,-114r68,0v-1,-21,-12,-32,-33,-32v-18,0,-35,11,-35,32xm146,-93v0,-20,-3,-47,-31,-47v-28,0,-32,27,-32,47v0,20,4,46,32,46v28,0,31,-26,31,-46xm276,-54r69,0v-21,62,-117,79,-168,35v-60,52,-165,18,-165,-74v0,-79,64,-99,102,-99v23,0,49,6,66,23v19,-17,40,-23,65,-23v69,0,103,50,101,115r-139,0v-3,37,48,47,69,23","w":353},"\u00df":{"d":"21,0r0,-168v0,-58,34,-95,95,-95v58,0,92,30,92,69v0,37,-24,46,-30,53v3,0,45,9,45,63v0,60,-53,90,-116,78r0,-55v24,8,46,-7,45,-30v0,-28,-21,-34,-45,-34r0,-40v18,0,35,-2,35,-24v0,-15,-9,-23,-24,-23v-20,0,-26,14,-26,32r0,174r-71,0","w":233},"\u00b9":{"d":"57,-102r0,-84r-39,0r0,-31v24,0,48,-9,49,-34r38,0r0,149r-48,0","w":144},"\u00ac":{"d":"199,-162r0,123r-55,0r0,-68r-127,0r0,-55r182,0","w":216},"\u00b5":{"d":"214,-187r0,187r-69,0v-1,-7,2,-18,-1,-24v-13,18,-30,28,-53,29r0,55r-72,0r0,-247r72,0r0,98v0,22,2,37,23,37v12,0,29,-6,29,-36r0,-99r71,0","w":233},"\u2122":{"d":"135,-257r0,34r-37,0r0,114r-49,0r0,-114r-37,0r0,-34r123,0xm348,-257r0,148r-44,0r-1,-83r-27,83r-37,0r-28,-83r0,83r-45,0r0,-148r62,0r30,86r29,-86r61,0","w":360},"\u00d0":{"d":"21,0r0,-112r-21,0r0,-44r21,0r0,-101r129,0v86,0,116,63,116,128v0,78,-41,129,-131,129r-114,0xm100,-191r0,35r49,0r0,44r-49,0r0,46r31,0v49,0,56,-40,56,-64v0,-16,-5,-61,-62,-61r-25,0","w":280},"\u00bd":{"d":"74,9r139,-269r40,0r-140,269r-39,0xm198,-87v-2,-43,26,-65,69,-65v42,0,67,14,67,47v0,49,-72,59,-72,68r74,0r0,37r-142,0v-3,-41,38,-59,70,-78v22,-5,30,-40,2,-40v-19,0,-24,16,-24,31r-44,0xm63,-102r0,-84r-39,0r0,-31v22,0,48,-8,49,-34r39,0r0,149r-49,0","w":360},"\u00b1":{"d":"17,-98r0,-55r64,0r0,-29r55,0r0,29r63,0r0,55r-63,0r0,30r-55,0r0,-30r-64,0xm17,0r0,-55r182,0r0,55r-182,0","w":216},"\u00de":{"d":"100,-161r0,52v32,-2,72,10,72,-27v0,-35,-41,-22,-72,-25xm21,0r0,-257r79,0r0,30r53,0v70,0,94,51,94,88v0,80,-64,97,-147,91r0,48r-79,0","w":253},"\u00bc":{"d":"252,0r0,-30r-72,0r0,-41r74,-78r47,0r0,82r22,0r0,37r-22,0r0,30r-49,0xm252,-67r0,-42r-40,42r40,0xm74,9r139,-269r40,0r-140,269r-39,0xm63,-102r0,-84r-39,0r0,-31v24,0,48,-9,49,-34r39,0r0,149r-49,0","w":360},"\u00f7":{"d":"17,-63r0,-55r182,0r0,55r-182,0xm108,-129v-20,0,-36,-16,-36,-36v0,-20,16,-37,36,-37v20,0,37,17,37,37v0,20,-17,36,-37,36xm108,-53v20,0,37,16,37,36v0,20,-17,37,-37,37v-20,0,-36,-17,-36,-37v0,-20,16,-36,36,-36","w":216},"\u00a6":{"d":"13,32r0,-90r55,0r0,90r-55,0xm13,-148r0,-90r55,0r0,90r-55,0","w":79},"\u00b0":{"d":"18,-200v0,-31,23,-53,54,-53v31,0,54,22,54,53v0,31,-23,54,-54,54v-31,0,-54,-23,-54,-54xm46,-200v0,15,12,26,26,26v14,0,26,-11,26,-26v0,-15,-12,-25,-26,-25v-14,0,-26,10,-26,25","w":144},"\u00fe":{"d":"120,-140v-45,1,-45,92,0,93v45,-1,43,-92,0,-93xm19,60r0,-317r72,0r0,91v11,-16,31,-26,52,-26v63,0,79,54,79,98v0,46,-16,99,-79,99v-21,0,-41,-10,-52,-26r0,81r-72,0","w":233},"\u00be":{"d":"278,0r0,-30r-72,0r0,-41r74,-78r47,0r0,82r22,0r0,37r-22,0r0,30r-49,0xm239,-67r39,0r0,-42xm101,9r140,-269r39,0r-140,269r-39,0xm55,-158v-4,29,47,36,47,8v0,-18,-19,-15,-35,-15r0,-28v15,0,35,0,35,-12v0,-9,-9,-15,-21,-15v-13,0,-21,9,-21,19r-45,0v0,-35,31,-52,66,-52v40,0,66,17,66,42v0,23,-16,28,-21,30v15,5,25,15,25,38v0,22,-19,44,-70,44v-52,0,-71,-25,-71,-59r45,0","w":360},"\u00b2":{"d":"5,-188v-2,-43,25,-66,69,-65v42,0,67,14,67,47v0,49,-72,58,-72,67r74,0r0,37r-142,0v-3,-41,38,-58,70,-77v21,-5,31,-41,2,-41v-19,0,-24,17,-24,32r-44,0","w":144},"\u00ae":{"d":"9,-129v0,-75,60,-134,135,-134v75,0,135,59,135,134v0,75,-60,135,-135,135v-75,0,-135,-60,-135,-135xm54,-129v0,51,39,93,90,93v51,0,90,-42,90,-93v0,-51,-39,-92,-90,-92v-51,0,-90,41,-90,92xm91,-60r0,-137v51,1,113,-9,113,43v0,26,-16,36,-36,37r30,57r-35,0r-27,-54r-13,0r0,54r-32,0xm123,-171r0,31v20,-1,48,6,46,-17v-2,-19,-27,-13,-46,-14","w":288},"\u00f0":{"d":"113,-47v21,0,31,-16,31,-44v0,-28,-10,-41,-31,-41v-21,0,-30,13,-30,41v0,28,9,44,30,44xm162,-280r27,27r-35,19v37,34,61,74,61,127v0,50,-20,112,-102,112v-66,0,-101,-36,-101,-94v0,-87,64,-96,120,-85v-8,-12,-22,-26,-32,-32r-36,20r-26,-29r29,-15v-3,-4,-11,-11,-20,-16r51,-30v9,6,19,14,25,17","w":226},"\u00d7":{"d":"57,-1r-39,-39r51,-51r-51,-51r39,-39r51,51r51,-51r39,39r-51,51r51,51r-40,39r-50,-51","w":216},"\u00b3":{"d":"48,-158v-4,29,47,36,47,8v0,-18,-19,-15,-35,-15r0,-28v15,0,34,0,35,-12v0,-9,-8,-15,-20,-15v-13,0,-22,9,-22,19r-45,0v0,-35,31,-52,67,-52v40,0,65,17,65,42v0,23,-16,28,-21,30v15,5,25,15,25,38v0,22,-19,44,-70,44v-52,0,-70,-25,-70,-59r44,0","w":144},"\u00a9":{"d":"174,-111r36,0v-6,39,-33,58,-64,58v-44,0,-73,-33,-73,-75v0,-82,125,-107,135,-20r-34,0v-12,-32,-66,-19,-61,19v-5,39,53,56,61,18xm9,-129v0,-75,60,-134,135,-134v75,0,135,59,135,134v0,75,-60,135,-135,135v-75,0,-135,-60,-135,-135xm54,-129v0,51,39,93,90,93v51,0,90,-42,90,-93v0,-51,-39,-92,-90,-92v-51,0,-90,41,-90,92","w":288},"\u00c1":{"d":"105,-92r49,0r-24,-79xm-3,0r95,-257r77,0r94,257r-82,0r-11,-37r-82,0r-11,37r-80,0xm204,-329r-62,54r-49,0r36,-54r75,0","w":259},"\u00c2":{"d":"105,-92r49,0r-24,-79xm-3,0r95,-257r77,0r94,257r-82,0r-11,-37r-82,0r-11,37r-80,0xm57,-275r43,-54r59,0r44,54r-53,0r-20,-27r-20,27r-53,0","w":259},"\u00c4":{"d":"105,-92r49,0r-24,-79xm-3,0r95,-257r77,0r94,257r-82,0r-11,-37r-82,0r-11,37r-80,0xm140,-277r0,-47r62,0r0,47r-62,0xm59,-277r0,-47r61,0r0,47r-61,0","w":259},"\u00c0":{"d":"105,-92r49,0r-24,-79xm-3,0r95,-257r77,0r94,257r-82,0r-11,-37r-82,0r-11,37r-80,0xm118,-275r-62,-54r75,0r36,54r-49,0","w":259},"\u00c5":{"d":"105,-92r49,0r-24,-79xm-3,0r95,-257r77,0r94,257r-82,0r-11,-37r-82,0r-11,37r-80,0xm89,-303v0,-22,19,-40,41,-40v22,0,40,18,40,40v0,22,-18,41,-40,41v-22,0,-41,-19,-41,-41xm111,-303v0,10,9,19,19,19v10,0,19,-9,19,-19v0,-10,-9,-18,-19,-18v-10,0,-19,8,-19,18","w":259},"\u00c3":{"d":"105,-92r49,0r-24,-79xm-3,0r95,-257r77,0r94,257r-82,0r-11,-37r-82,0r-11,37r-80,0xm158,-277v-27,0,-61,-32,-70,2r-29,0v0,-21,10,-51,41,-51v28,0,59,34,71,-1r29,0v-1,27,-15,50,-42,50","w":259},"\u00c7":{"d":"183,-101r78,0v0,52,-43,107,-119,107r-10,17v23,-6,54,1,52,30v-3,36,-68,36,-97,20r7,-16v15,5,50,16,50,-6v0,-14,-20,-15,-30,-9r-9,-9r17,-28v-70,-9,-109,-65,-109,-134v0,-81,51,-134,130,-134v71,0,110,38,117,102r-77,0v-1,-9,-9,-38,-42,-38v-68,0,-67,141,0,141v27,0,37,-19,42,-43","w":273},"\u00c9":{"d":"21,0r0,-257r212,0r0,66r-133,0r0,32r121,0r0,61r-121,0r0,32r137,0r0,66r-216,0xm201,-329r-62,54r-49,0r35,-54r76,0","w":253},"\u00ca":{"d":"21,0r0,-257r212,0r0,66r-133,0r0,32r121,0r0,61r-121,0r0,32r137,0r0,66r-216,0xm54,-275r43,-54r59,0r44,54r-53,0r-20,-27r-20,27r-53,0","w":253},"\u00cb":{"d":"21,0r0,-257r212,0r0,66r-133,0r0,32r121,0r0,61r-121,0r0,32r137,0r0,66r-216,0xm137,-277r0,-47r61,0r0,47r-61,0xm55,-277r0,-47r62,0r0,47r-62,0","w":253},"\u00c8":{"d":"21,0r0,-257r212,0r0,66r-133,0r0,32r121,0r0,61r-121,0r0,32r137,0r0,66r-216,0xm114,-275r-61,-54r75,0r36,54r-50,0","w":253},"\u00cd":{"d":"21,0r0,-257r79,0r0,257r-79,0xm134,-329r-62,54r-49,0r36,-54r75,0","w":119},"\u00ce":{"d":"21,0r0,-257r79,0r0,257r-79,0xm-13,-275r44,-54r59,0r44,54r-53,0r-21,-27r-20,27r-53,0","w":119},"\u00cf":{"d":"21,0r0,-257r79,0r0,257r-79,0xm71,-277r0,-47r61,0r0,47r-61,0xm-11,-277r0,-47r61,0r0,47r-61,0","w":119},"\u00cc":{"d":"21,0r0,-257r79,0r0,257r-79,0xm48,-275r-62,-54r75,0r36,54r-49,0","w":119},"\u00d1":{"d":"21,0r0,-257r81,0r75,137r0,-137r75,0r0,257r-77,0r-79,-140r0,140r-75,0xm165,-277v-27,0,-61,-32,-70,2r-29,0v0,-21,10,-51,41,-51v28,0,59,34,70,-1r30,0v-1,27,-15,50,-42,50","w":273},"\u00d3":{"d":"13,-129v0,-78,52,-134,130,-134v78,0,131,56,131,134v0,78,-53,135,-131,135v-78,0,-130,-57,-130,-135xm92,-129v0,57,31,71,51,71v20,0,51,-14,51,-71v0,-57,-31,-70,-51,-70v-20,0,-51,13,-51,70xm217,-329r-62,54r-49,0r36,-54r75,0","w":286},"\u00d4":{"d":"13,-129v0,-78,52,-134,130,-134v78,0,131,56,131,134v0,78,-53,135,-131,135v-78,0,-130,-57,-130,-135xm92,-129v0,57,31,71,51,71v20,0,51,-14,51,-71v0,-57,-31,-70,-51,-70v-20,0,-51,13,-51,70xm70,-275r44,-54r59,0r44,54r-53,0r-21,-27r-20,27r-53,0","w":286},"\u00d6":{"d":"13,-129v0,-78,52,-134,130,-134v78,0,131,56,131,134v0,78,-53,135,-131,135v-78,0,-130,-57,-130,-135xm92,-129v0,57,31,71,51,71v20,0,51,-14,51,-71v0,-57,-31,-70,-51,-70v-20,0,-51,13,-51,70xm154,-277r0,-47r61,0r0,47r-61,0xm72,-277r0,-47r61,0r0,47r-61,0","w":286},"\u00d2":{"d":"13,-129v0,-78,52,-134,130,-134v78,0,131,56,131,134v0,78,-53,135,-131,135v-78,0,-130,-57,-130,-135xm92,-129v0,57,31,71,51,71v20,0,51,-14,51,-71v0,-57,-31,-70,-51,-70v-20,0,-51,13,-51,70xm131,-275r-62,-54r75,0r36,54r-49,0","w":286},"\u00d5":{"d":"13,-129v0,-78,52,-134,130,-134v78,0,131,56,131,134v0,78,-53,135,-131,135v-78,0,-130,-57,-130,-135xm92,-129v0,57,31,71,51,71v20,0,51,-14,51,-71v0,-57,-31,-70,-51,-70v-20,0,-51,13,-51,70xm172,-277v-28,0,-62,-32,-71,2r-28,0v0,-21,9,-51,40,-51v28,0,60,34,71,-1r29,0v-1,27,-14,50,-41,50","w":286},"\u0160":{"d":"150,-179v2,-19,-14,-27,-32,-27v-11,0,-29,3,-29,17v0,18,39,22,75,32v36,10,72,28,72,75v0,67,-62,88,-119,88v-29,0,-112,-10,-113,-92r80,0v-3,26,19,36,40,35v13,0,33,-4,33,-23v0,-13,-11,-17,-55,-30v-41,-12,-88,-22,-88,-74v0,-59,51,-85,104,-85v56,0,105,21,107,84r-75,0xm194,-329r-44,54r-59,0r-44,-54r53,0r20,28r21,-28r53,0"},"\u00da":{"d":"254,-257r0,158v0,71,-39,105,-117,105v-78,0,-118,-34,-118,-105r0,-158r80,0r0,140v0,26,-1,59,38,59v37,0,38,-33,38,-59r0,-140r79,0xm211,-329r-62,54r-49,0r35,-54r76,0","w":273},"\u00db":{"d":"254,-257r0,158v0,71,-39,105,-117,105v-78,0,-118,-34,-118,-105r0,-158r80,0r0,140v0,26,-1,59,38,59v37,0,38,-33,38,-59r0,-140r79,0xm64,-275r43,-54r59,0r44,54r-53,0r-20,-27r-20,27r-53,0","w":273},"\u00dc":{"d":"254,-257r0,158v0,71,-39,105,-117,105v-78,0,-118,-34,-118,-105r0,-158r80,0r0,140v0,26,-1,59,38,59v37,0,38,-33,38,-59r0,-140r79,0xm147,-277r0,-47r61,0r0,47r-61,0xm66,-277r0,-47r61,0r0,47r-61,0","w":273},"\u00d9":{"d":"254,-257r0,158v0,71,-39,105,-117,105v-78,0,-118,-34,-118,-105r0,-158r80,0r0,140v0,26,-1,59,38,59v37,0,38,-33,38,-59r0,-140r79,0xm125,-275r-62,-54r75,0r36,54r-49,0","w":273},"\u00dd":{"d":"80,0r0,-95r-91,-162r88,0r43,95r44,-95r87,0r-92,162r0,95r-79,0xm194,-329r-62,54r-49,0r36,-54r75,0","k":{"v":20,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":40,".":40,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"o":33,"\u00f8":33,"\u0153":33,"\u00f3":33,"\u00f4":33,"\u00f6":33,"\u00f2":33,"\u00f5":33,"q":33,"-":40,"a":33,"\u00e6":33,"\u00e1":33,"\u00e2":33,"\u00e4":33,"\u00e0":33,"\u00e5":33,"\u00e3":33,"u":27,"\u00fa":27,"\u00fb":27,"\u00fc":27,"\u00f9":27,":":33,";":29,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"p":27}},"\u0178":{"d":"80,0r0,-95r-91,-162r88,0r43,95r44,-95r87,0r-92,162r0,95r-79,0xm131,-277r0,-47r61,0r0,47r-61,0xm49,-277r0,-47r61,0r0,47r-61,0","k":{"v":20,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":40,".":40,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"o":33,"\u00f8":33,"\u0153":33,"\u00f3":33,"\u00f4":33,"\u00f6":33,"\u00f2":33,"\u00f5":33,"q":33,"-":40,"a":33,"\u00e6":33,"\u00e1":33,"\u00e2":33,"\u00e4":33,"\u00e0":33,"\u00e5":33,"\u00e3":33,"u":27,"\u00fa":27,"\u00fb":27,"\u00fc":27,"\u00f9":27,":":33,";":29,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"p":27}},"\u017d":{"d":"9,0r0,-62r119,-129r-113,0r0,-66r218,0r0,58r-121,133r126,0r0,66r-229,0xm197,-329r-44,54r-59,0r-44,-54r53,0r20,28r21,-28r53,0","w":246},"\u00e1":{"d":"133,-84v-16,10,-53,6,-52,29v8,30,52,20,52,-12r0,-17xm17,-130v1,-49,47,-63,96,-62v147,2,61,93,97,192r-72,0v-3,-5,-1,-15,-4,-18v-35,39,-126,30,-126,-34v0,-59,70,-57,106,-64v10,-2,19,-4,19,-16v0,-13,-11,-17,-23,-17v-22,0,-27,11,-27,19r-66,0xm184,-258r-62,53r-49,0r36,-53r75,0","w":219},"\u00e2":{"d":"133,-84v-16,10,-53,6,-52,29v8,30,52,20,52,-12r0,-17xm17,-130v1,-49,47,-63,96,-62v147,2,61,93,97,192r-72,0v-3,-5,-1,-15,-4,-18v-35,39,-126,30,-126,-34v0,-59,70,-57,106,-64v10,-2,19,-4,19,-16v0,-13,-11,-17,-23,-17v-22,0,-27,11,-27,19r-66,0xm37,-205r44,-53r59,0r44,53r-53,0r-21,-27r-20,27r-53,0","w":219},"\u00e4":{"d":"133,-84v-16,10,-53,6,-52,29v8,30,52,20,52,-12r0,-17xm17,-130v1,-49,47,-63,96,-62v147,2,61,93,97,192r-72,0v-3,-5,-1,-15,-4,-18v-35,39,-126,30,-126,-34v0,-59,70,-57,106,-64v10,-2,19,-4,19,-16v0,-13,-11,-17,-23,-17v-22,0,-27,11,-27,19r-66,0xm121,-207r0,-46r61,0r0,46r-61,0xm39,-207r0,-46r61,0r0,46r-61,0","w":219},"\u00e0":{"d":"133,-84v-16,10,-53,6,-52,29v8,30,52,20,52,-12r0,-17xm17,-130v1,-49,47,-63,96,-62v147,2,61,93,97,192r-72,0v-3,-5,-1,-15,-4,-18v-35,39,-126,30,-126,-34v0,-59,70,-57,106,-64v10,-2,19,-4,19,-16v0,-13,-11,-17,-23,-17v-22,0,-27,11,-27,19r-66,0xm98,-205r-62,-53r75,0r36,53r-49,0","w":219},"\u00e5":{"d":"133,-84v-16,10,-53,6,-52,29v8,30,52,20,52,-12r0,-17xm17,-130v1,-49,47,-63,96,-62v147,2,61,93,97,192r-72,0v-3,-5,-1,-15,-4,-18v-35,39,-126,30,-126,-34v0,-59,70,-57,106,-64v10,-2,19,-4,19,-16v0,-13,-11,-17,-23,-17v-22,0,-27,11,-27,19r-66,0xm69,-240v0,-22,19,-40,41,-40v22,0,40,18,40,40v0,22,-18,41,-40,41v-22,0,-41,-19,-41,-41xm91,-240v0,10,9,19,19,19v10,0,19,-9,19,-19v0,-10,-9,-18,-19,-18v-10,0,-19,8,-19,18","w":219},"\u00e3":{"d":"133,-84v-16,10,-53,6,-52,29v8,30,52,20,52,-12r0,-17xm17,-130v1,-49,47,-63,96,-62v147,2,61,93,97,192r-72,0v-3,-5,-1,-15,-4,-18v-35,39,-126,30,-126,-34v0,-59,70,-57,106,-64v10,-2,19,-4,19,-16v0,-13,-11,-17,-23,-17v-22,0,-27,11,-27,19r-66,0xm139,-207v-27,0,-61,-30,-71,2r-28,0v0,-21,9,-51,40,-51v28,0,60,34,71,-1r29,0v-1,27,-14,50,-41,50","w":219},"\u00e7":{"d":"140,-116v-2,-15,-9,-24,-26,-24v-27,0,-31,24,-31,47v0,23,4,46,31,46v15,0,27,-13,28,-28r68,0v-6,49,-44,78,-93,79v-3,6,-11,13,-11,19v22,-6,53,2,51,30v-2,37,-68,36,-97,20r8,-16v15,5,47,16,49,-6v1,-14,-19,-16,-29,-9r-10,-9r19,-30v-49,-6,-85,-43,-85,-96v0,-115,186,-137,196,-23r-68,0","w":219},"\u00e9":{"d":"80,-114r68,0v0,-45,-67,-39,-68,0xm216,-77r-136,0v-1,35,46,48,66,23r66,0v-14,40,-54,59,-96,59v-60,0,-104,-36,-104,-98v0,-54,39,-99,98,-99v74,0,106,42,106,115xm187,-258r-62,53r-49,0r36,-53r75,0","w":226},"\u00ea":{"d":"80,-114r68,0v0,-45,-67,-39,-68,0xm216,-77r-136,0v-1,35,46,48,66,23r66,0v-14,40,-54,59,-96,59v-60,0,-104,-36,-104,-98v0,-54,39,-99,98,-99v74,0,106,42,106,115xm40,-205r44,-53r59,0r44,53r-53,0r-21,-27r-20,27r-53,0","w":226},"\u00eb":{"d":"80,-114r68,0v0,-45,-67,-39,-68,0xm216,-77r-136,0v-1,35,46,48,66,23r66,0v-14,40,-54,59,-96,59v-60,0,-104,-36,-104,-98v0,-54,39,-99,98,-99v74,0,106,42,106,115xm124,-207r0,-46r61,0r0,46r-61,0xm42,-207r0,-46r61,0r0,46r-61,0","w":226},"\u00e8":{"d":"80,-114r68,0v0,-45,-67,-39,-68,0xm216,-77r-136,0v-1,35,46,48,66,23r66,0v-14,40,-54,59,-96,59v-60,0,-104,-36,-104,-98v0,-54,39,-99,98,-99v74,0,106,42,106,115xm101,-205r-61,-53r74,0r36,53r-49,0","w":226},"\u00ed":{"d":"92,0r-71,0r0,-187r71,0r0,187xm131,-258r-62,53r-49,0r35,-53r76,0","w":113},"\u00ee":{"d":"92,0r-71,0r0,-187r71,0r0,187xm-16,-205r43,-53r59,0r44,53r-53,0r-20,-27r-20,27r-53,0","w":113},"\u00ef":{"d":"92,0r-71,0r0,-187r71,0r0,187xm67,-207r0,-46r62,0r0,46r-62,0xm-14,-207r0,-46r61,0r0,46r-61,0","w":113},"\u00ec":{"d":"92,0r-71,0r0,-187r71,0r0,187xm45,-205r-62,-53r75,0r36,53r-49,0","w":113},"\u00f1":{"d":"19,0r0,-187r69,0v1,7,-2,18,1,24v30,-46,125,-39,125,35r0,128r-71,0r0,-98v0,-22,-3,-37,-24,-37v-12,0,-28,6,-28,36r0,99r-72,0xm145,-207v-26,0,-61,-30,-70,2r-29,0v0,-21,9,-51,40,-51v28,0,60,34,71,-1r30,0v-1,27,-15,50,-42,50","w":233},"\u00f3":{"d":"215,-94v0,52,-32,99,-102,99v-70,0,-101,-47,-101,-99v0,-52,31,-98,101,-98v70,0,102,46,102,98xm144,-94v0,-20,-4,-46,-31,-46v-27,0,-30,26,-30,46v0,20,3,47,30,47v27,0,31,-27,31,-47xm187,-258r-62,53r-49,0r36,-53r75,0","w":226},"\u00f4":{"d":"215,-94v0,52,-32,99,-102,99v-70,0,-101,-47,-101,-99v0,-52,31,-98,101,-98v70,0,102,46,102,98xm144,-94v0,-20,-4,-46,-31,-46v-27,0,-30,26,-30,46v0,20,3,47,30,47v27,0,31,-27,31,-47xm40,-205r44,-53r59,0r44,53r-53,0r-21,-27r-20,27r-53,0","w":226},"\u00f6":{"d":"215,-94v0,52,-32,99,-102,99v-70,0,-101,-47,-101,-99v0,-52,31,-98,101,-98v70,0,102,46,102,98xm144,-94v0,-20,-4,-46,-31,-46v-27,0,-30,26,-30,46v0,20,3,47,30,47v27,0,31,-27,31,-47xm124,-207r0,-46r61,0r0,46r-61,0xm42,-207r0,-46r61,0r0,46r-61,0","w":226},"\u00f2":{"d":"215,-94v0,52,-32,99,-102,99v-70,0,-101,-47,-101,-99v0,-52,31,-98,101,-98v70,0,102,46,102,98xm144,-94v0,-20,-4,-46,-31,-46v-27,0,-30,26,-30,46v0,20,3,47,30,47v27,0,31,-27,31,-47xm101,-205r-61,-53r74,0r36,53r-49,0","w":226},"\u00f5":{"d":"215,-94v0,52,-32,99,-102,99v-70,0,-101,-47,-101,-99v0,-52,31,-98,101,-98v70,0,102,46,102,98xm144,-94v0,-20,-4,-46,-31,-46v-27,0,-30,26,-30,46v0,20,3,47,30,47v27,0,31,-27,31,-47xm142,-207v-27,0,-61,-30,-71,2r-28,0v0,-21,9,-51,40,-51v28,0,60,34,71,-1r30,0v-1,27,-15,50,-42,50","w":226},"\u0161":{"d":"77,-61v-1,23,46,32,52,7v0,-11,-6,-13,-39,-19v-54,-9,-77,-27,-77,-59v0,-47,52,-60,89,-60v40,0,88,12,90,60r-65,0v2,-21,-42,-30,-45,-6v9,22,41,13,71,25v24,9,44,21,44,52v0,52,-50,66,-95,66v-44,0,-92,-18,-93,-66r68,0xm177,-258r-44,53r-59,0r-44,-53r53,0r20,27r21,-27r53,0","w":206},"\u00fa":{"d":"214,-187r0,187r-69,0v-1,-7,2,-18,-1,-24v-29,47,-125,38,-125,-35r0,-128r72,0r0,98v0,22,2,37,23,37v12,0,29,-6,29,-36r0,-99r71,0xm190,-258r-61,53r-49,0r35,-53r75,0","w":233},"\u00fb":{"d":"214,-187r0,187r-69,0v-1,-7,2,-18,-1,-24v-29,47,-125,38,-125,-35r0,-128r72,0r0,98v0,22,2,37,23,37v12,0,29,-6,29,-36r0,-99r71,0xm44,-205r43,-53r59,0r44,53r-53,0r-20,-27r-21,27r-52,0","w":233},"\u00fc":{"d":"214,-187r0,187r-69,0v-1,-7,2,-18,-1,-24v-29,47,-125,38,-125,-35r0,-128r72,0r0,98v0,22,2,37,23,37v12,0,29,-6,29,-36r0,-99r71,0xm127,-207r0,-46r61,0r0,46r-61,0xm45,-207r0,-46r62,0r0,46r-62,0","w":233},"\u00f9":{"d":"214,-187r0,187r-69,0v-1,-7,2,-18,-1,-24v-29,47,-125,38,-125,-35r0,-128r72,0r0,98v0,22,2,37,23,37v12,0,29,-6,29,-36r0,-99r71,0xm104,-205r-61,-53r75,0r36,53r-50,0","w":233},"\u00fd":{"d":"13,4v20,-1,45,7,45,-16v-15,-52,-46,-123,-63,-175r76,0r31,107r30,-107r74,0v-30,74,-49,157,-86,224v-26,30,-62,22,-107,23r0,-56xm174,-258r-62,53r-49,0r36,-53r75,0","w":200,"k":{",":33,".":33}},"\u00ff":{"d":"13,4v20,-1,45,7,45,-16v-15,-52,-46,-123,-63,-175r76,0r31,107r30,-107r74,0v-30,74,-49,157,-86,224v-26,30,-62,22,-107,23r0,-56xm111,-207r0,-46r61,0r0,46r-61,0xm29,-207r0,-46r61,0r0,46r-61,0","w":200,"k":{",":33,".":33}},"\u017e":{"d":"6,0r0,-55r88,-80r-80,0r0,-52r171,0r0,55r-85,80r93,0r0,52r-187,0xm174,-258r-44,53r-59,0r-44,-53r53,0r20,27r21,-27r53,0","w":200},"\u00a0":{"w":120},"\u00ad":{"d":"17,-67r0,-59r113,0r0,59r-113,0","w":146}}});






/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright � 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights
 * Reserved.
 * 
 * Trademark:
 * Helvetica is a Trademark of Heidelberger Druckmaschinen AG exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Full name:
 * HelveticaNeueLTStd-Roman
 * 
 * Designer:
 * Linotype Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"helvetica_neue","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"4","bbox":"-8 -287 334 77","underline-thickness":"18","underline-position":"-18","stemh":"27","stemv":"31","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"64,-257v2,68,-4,130,-9,191r-16,0r-9,-112r0,-79r34,0xm27,0r0,-40r40,0r0,40r-40,0","w":93},"\"":{"d":"39,-164r0,-93r25,0r0,93r-25,0xm90,-164r0,-93r24,0r0,93r-24,0","w":153},"#":{"d":"37,0r10,-74r-35,0r0,-25r39,0r7,-54r-36,0r0,-24r40,0r10,-74r25,0r-11,74r45,0r10,-74r25,0r-10,74r32,0r0,24r-35,0r-8,54r33,0r0,25r-37,0r-10,74r-25,0r11,-74r-45,0r-10,74r-25,0xm128,-153r-45,0r-7,54r44,0"},"$":{"d":"90,-150r0,-84v-23,3,-41,16,-41,43v0,26,17,34,41,41xm110,-113r0,90v27,-2,47,-15,47,-46v0,-27,-21,-36,-47,-44xm9,-78r31,0v1,32,21,50,50,55r0,-95v-51,-12,-73,-28,-73,-70v0,-44,32,-72,73,-75r0,-24r20,0r0,24v39,5,62,30,71,71r-31,0v-5,-23,-18,-37,-40,-41r0,88v36,9,79,16,79,73v0,46,-33,74,-79,78r0,30r-20,0r0,-30v-47,-5,-77,-34,-81,-84"},"%":{"d":"211,-67v0,-39,14,-73,58,-73v45,0,58,33,58,72v0,37,-16,72,-58,72v-44,0,-58,-32,-58,-71xm238,-68v0,21,3,53,30,53v27,0,32,-31,32,-53v0,-21,-4,-52,-31,-52v-27,0,-31,30,-31,52xm33,-182v0,-39,14,-73,58,-73v45,0,58,33,58,72v0,37,-16,72,-58,72v-44,0,-58,-32,-58,-71xm60,-183v0,21,3,52,30,52v27,0,32,-30,32,-52v0,-21,-4,-52,-31,-52v-27,0,-31,30,-31,52xm68,8r193,-268r31,0r-193,268r-31,0","w":360},"&":{"d":"148,-53r-59,-71v-24,14,-45,27,-45,58v0,54,83,55,104,13xm192,0r-27,-32v-15,24,-45,36,-73,36v-69,0,-80,-49,-80,-70v0,-40,27,-61,60,-78v-14,-21,-28,-34,-28,-60v0,-28,21,-53,58,-53v32,0,62,18,62,53v0,31,-23,52,-48,66r46,57v5,-13,7,-26,8,-40r29,0v-3,30,-6,40,-17,63r50,58r-40,0xm99,-158v15,-9,34,-23,34,-45v0,-15,-11,-27,-29,-27v-14,0,-30,8,-30,27v0,15,14,31,25,45","w":226},"\u2019":{"d":"30,-217r0,-40r40,0v1,44,2,92,-40,93r0,-18v16,0,21,-18,21,-35r-21,0","w":100,"k":{"\u2019":34,"s":27,"t":6}},"(":{"d":"97,71r-24,0v-72,-101,-76,-232,0,-334r24,0v-66,106,-64,228,0,334","w":93},")":{"d":"20,71r-24,0v66,-106,64,-228,0,-334r24,0v72,101,76,232,0,334","w":93},"*":{"d":"72,-257r0,41r39,-15r7,18r-39,13r24,33r-15,11r-25,-34r-23,34r-17,-11r24,-33r-38,-13r6,-18r38,15r0,-41r19,0","w":126},"+":{"d":"120,-182r0,79r79,0r0,24r-79,0r0,79r-24,0r0,-79r-79,0r0,-24r79,0r0,-79r24,0","w":216},",":{"d":"30,0r0,-40r40,0v2,47,0,82,-40,93r0,-18v16,-5,22,-23,21,-35r-21,0","w":100},"-":{"d":"18,-86r0,-28r104,0r0,28r-104,0","w":140},".":{"d":"30,0r0,-40r40,0r0,40r-40,0","w":100},"\/":{"d":"-6,6r106,-269r26,0r-106,269r-26,0","w":119},"0":{"d":"15,-125v0,-57,5,-130,85,-130v80,0,85,73,85,130v0,56,-5,129,-85,129v-80,0,-85,-73,-85,-129xm48,-126v0,38,0,103,52,103v52,0,53,-65,53,-103v0,-38,-1,-102,-53,-102v-52,0,-52,64,-52,102"},"1":{"d":"128,-255r0,255r-30,0r0,-183r-67,0r0,-24v35,0,67,-9,74,-48r23,0"},"2":{"d":"9,0v-3,-104,134,-103,136,-182v0,-28,-22,-46,-49,-46v-36,0,-51,32,-50,63r-30,0v-3,-52,28,-90,82,-90v45,0,80,25,80,73v0,87,-118,89,-134,155r131,0r0,27r-166,0"},"3":{"d":"78,-120r0,-26v33,5,61,-8,62,-41v0,-27,-19,-41,-45,-41v-33,0,-48,25,-48,55r-31,0v2,-49,28,-82,79,-82v44,0,78,21,78,68v1,23,-18,41,-35,52v31,7,46,31,46,62v0,51,-40,77,-88,77v-52,0,-86,-30,-85,-83r30,0v1,33,20,56,55,56v30,0,55,-18,55,-49v0,-39,-33,-54,-73,-48"},"4":{"d":"151,-255r0,168r34,0r0,27r-34,0r0,60r-29,0r0,-60r-112,0r0,-29r116,-166r25,0xm36,-87r86,0r-1,-125"},"5":{"d":"169,-251r0,27r-103,0r-13,74v50,-42,130,-9,130,69v0,43,-30,85,-89,85v-44,0,-80,-27,-81,-73r30,0v2,26,23,46,54,46v29,0,54,-19,54,-60v0,-58,-76,-77,-105,-34r-27,-1r24,-133r126,0"},"6":{"d":"103,-137v-34,0,-53,25,-53,57v0,32,20,57,53,57v33,0,51,-26,51,-56v0,-32,-16,-58,-51,-58xm180,-190r-31,0v-3,-23,-19,-38,-43,-38v-51,-1,-63,60,-61,97v37,-63,142,-29,142,50v0,37,-21,85,-85,85v-76,0,-88,-68,-88,-122v0,-70,21,-137,94,-137v42,0,68,24,72,65"},"7":{"d":"183,-251r0,26v-51,51,-93,145,-98,225r-34,0v6,-86,47,-165,101,-222r-134,0r0,-29r165,0"},"8":{"d":"47,-72v0,31,22,49,54,49v31,0,52,-21,52,-49v0,-28,-23,-49,-52,-49v-30,0,-54,19,-54,49xm23,-190v0,-42,36,-65,75,-65v89,-2,100,90,42,118v31,10,46,32,46,64v0,49,-38,77,-85,77v-49,0,-87,-25,-87,-77v0,-30,17,-54,45,-64v-21,-9,-36,-30,-36,-53xm56,-189v0,28,20,41,45,41v24,0,42,-15,42,-41v0,-26,-18,-39,-43,-39v-24,0,-44,13,-44,39"},"9":{"d":"147,-170v0,-31,-18,-58,-52,-58v-36,0,-50,29,-50,60v0,28,20,54,50,54v32,0,52,-26,52,-56xm18,-62r30,0v2,25,23,39,47,39v36,0,59,-36,57,-99v-35,66,-140,31,-140,-50v0,-49,35,-83,84,-83v48,0,88,26,88,122v0,88,-27,137,-89,137v-43,0,-73,-22,-77,-66"},":":{"d":"30,0r0,-40r40,0r0,40r-40,0xm70,-186r0,40r-40,0r0,-40r40,0","w":100},";":{"d":"30,0r0,-40r40,0v2,47,0,82,-40,93r0,-18v16,-5,22,-23,21,-35r-21,0xm70,-186r0,40r-40,0r0,-40r40,0","w":100},"<":{"d":"199,-185r0,24r-153,70r153,69r0,25r-182,-83r0,-22","w":216},"=":{"d":"199,-140r0,25r-182,0r0,-25r182,0xm17,-42r0,-25r182,0r0,25r-182,0","w":216},">":{"d":"17,3r0,-25r153,-69r-153,-70r0,-24r182,83r0,22","w":216},"?":{"d":"176,-191v0,62,-69,62,-62,128r-30,0v-9,-72,60,-70,60,-131v0,-26,-18,-42,-44,-42v-34,0,-50,26,-50,59r-30,0v-1,-49,30,-86,80,-86v44,0,76,26,76,72xm78,0r0,-40r40,0r0,40r-40,0"},"@":{"d":"151,-182v-34,0,-57,44,-57,75v0,20,13,35,31,35v31,0,55,-46,55,-76v0,-17,-14,-34,-29,-34xm222,-199r-34,120v0,6,3,11,9,11v22,0,50,-43,50,-82v0,-57,-48,-93,-98,-93v-62,0,-109,52,-109,115v0,107,141,153,200,71r23,0v-23,40,-67,63,-113,63v-76,0,-135,-60,-135,-136v0,-74,61,-133,134,-133v67,0,122,46,122,111v0,63,-50,104,-84,104v-13,0,-21,-9,-24,-23v-27,41,-96,25,-96,-33v0,-50,33,-102,84,-102v17,0,33,7,41,29r8,-22r22,0","w":288},"A":{"d":"-3,0r101,-257r38,0r100,257r-38,0r-28,-77r-108,0r-29,77r-36,0xm117,-226v-17,38,-29,81,-45,120r87,0","w":233},"B":{"d":"62,-118r0,89v57,-2,137,15,134,-46v-2,-60,-78,-39,-134,-43xm28,-257v83,3,192,-20,192,63v0,27,-15,48,-39,58v78,18,59,136,-29,136r-124,0r0,-257xm62,-228r0,81v51,-1,126,10,123,-41v-4,-60,-72,-34,-123,-40","w":246},"C":{"d":"243,-180r-34,0v-7,-36,-36,-54,-72,-54v-61,0,-87,50,-87,104v0,59,25,107,87,107v45,0,71,-32,74,-74r35,0v-6,64,-47,103,-112,103v-80,0,-119,-59,-119,-134v0,-75,43,-135,122,-135v54,0,98,28,106,83","w":259},"D":{"d":"28,0r0,-257r88,0v79,0,124,39,124,122v0,86,-38,135,-124,135r-88,0xm62,-228r0,199r57,0v23,0,87,-6,87,-101v0,-61,-23,-98,-86,-98r-58,0","w":253},"E":{"d":"28,0r0,-257r178,0r0,29r-144,0r0,81r134,0r0,29r-134,0r0,89r145,0r0,29r-179,0","w":219},"F":{"d":"28,0r0,-257r169,0r0,29r-135,0r0,81r118,0r0,29r-118,0r0,118r-34,0","w":206,"k":{"A":20,",":57,".":57}},"G":{"d":"229,0r-9,-32v-20,27,-52,38,-82,38v-77,0,-123,-62,-123,-129v0,-75,42,-140,123,-140v56,0,100,25,110,85r-34,0v-7,-39,-38,-56,-76,-56v-62,0,-88,54,-88,109v0,54,31,102,88,102v53,0,84,-37,82,-84r-82,0r0,-28r113,0r0,135r-22,0","w":273},"H":{"d":"28,0r0,-257r34,0r0,110r136,0r0,-110r34,0r0,257r-34,0r0,-118r-136,0r0,118r-34,0","w":259},"I":{"d":"30,0r0,-257r34,0r0,257r-34,0","w":93},"J":{"d":"159,-257r0,193v0,35,-18,70,-76,70v-54,0,-79,-33,-75,-91r34,0v-1,36,5,62,42,62v31,0,41,-18,41,-46r0,-188r34,0","w":186},"K":{"d":"28,0r0,-257r34,0r0,128r131,-128r44,0r-108,104r112,153r-43,0r-93,-130r-43,40r0,90r-34,0","w":240},"L":{"d":"28,0r0,-257r34,0r0,228r136,0r0,29r-170,0","k":{"T":33,"V":33,"W":20,"y":13,"Y":40,"\u2019":27}},"M":{"d":"29,0r0,-257r47,0r81,216r81,-216r47,0r0,257r-33,0r0,-214r-81,214r-29,0r-81,-214r0,214r-32,0","w":313},"N":{"d":"28,0r0,-257r36,0r136,208r0,-208r33,0r0,257r-38,0r-135,-206r0,206r-32,0","w":259},"O":{"d":"14,-129v0,-70,41,-134,123,-134v82,0,123,64,123,134v0,70,-41,135,-123,135v-82,0,-123,-65,-123,-135xm137,-234v-121,1,-120,210,0,211v120,-1,120,-210,0,-211","w":273},"P":{"d":"28,0r0,-257r113,0v51,0,79,28,79,76v0,48,-28,76,-79,76r-79,0r0,105r-34,0xm62,-228r0,94v55,0,129,9,123,-47v6,-55,-68,-47,-123,-47","w":233,"k":{"A":27,",":64,".":64}},"Q":{"d":"255,1r-17,21r-40,-31v-17,10,-37,15,-61,15v-82,0,-123,-65,-123,-135v0,-70,41,-134,123,-134v127,0,157,162,84,237xm144,-53r18,-20r34,27v53,-56,39,-188,-59,-188v-121,1,-120,210,0,211v13,0,24,-2,35,-7","w":273},"R":{"d":"62,-139v57,-4,130,17,131,-45v0,-25,-14,-44,-46,-44r-85,0r0,89xm198,0v-17,-27,9,-110,-52,-110r-84,0r0,110r-34,0r0,-257r121,0v86,-9,106,110,34,132v56,13,26,86,53,125r-38,0","w":246,"k":{"T":6,"V":6,"W":6,"Y":13}},"S":{"d":"186,-69v0,-73,-165,-28,-165,-119v0,-52,46,-75,93,-75v53,0,93,24,95,81r-32,0v-4,-37,-29,-52,-64,-52v-29,0,-58,11,-58,44v0,32,42,36,83,45v41,9,82,24,82,74v0,55,-53,77,-100,77v-58,0,-107,-28,-107,-91r33,0v0,43,36,62,75,62v31,0,65,-9,65,-46","w":233},"T":{"d":"86,0r0,-228r-85,0r0,-29r205,0r0,29r-85,0r0,228r-35,0","w":206,"k":{"w":40,"y":40,"A":33,",":40,".":40,"c":40,"e":40,"o":40,"-":46,"a":40,"r":33,"s":40,"u":33,":":40,";":40}},"U":{"d":"233,-257r0,164v0,65,-37,99,-101,99v-66,0,-105,-31,-105,-99r0,-164r34,0r0,164v0,45,26,70,71,70v101,0,58,-143,67,-234r34,0","w":259},"V":{"d":"221,-257r-92,257r-39,0r-90,-257r37,0r74,223r74,-223r36,0","w":219,"k":{"y":6,"A":17,",":46,".":46,"e":20,"o":20,"-":20,"a":20,"r":13,"u":13,":":17,";":17,"i":6}},"W":{"d":"329,-257r-69,257r-35,0r-60,-216r-59,216r-36,0r-66,-257r35,0r51,214r58,-214r37,0r58,214r52,-214r34,0","w":333,"k":{"A":9,",":27,".":27,"e":21,"o":21,"a":13,"r":6,"u":6,":":6,";":6}},"X":{"d":"0,0r89,-132r-84,-125r41,0r64,100r67,-100r38,0r-85,125r90,132r-41,0r-70,-106r-71,106r-38,0","w":219},"Y":{"d":"233,-257r-99,152r0,105r-34,0r0,-105r-99,-152r40,0r77,122r76,-122r39,0","w":233,"k":{"v":20,"A":27,",":50,".":50,"e":40,"o":40,"q":33,"-":40,"a":33,"u":27,":":33,";":33,"i":13,"p":27}},"Z":{"d":"8,0r0,-29r160,-199r-148,0r0,-29r188,0r0,29r-159,199r163,0r0,29r-204,0","w":219},"[":{"d":"93,-263r0,24r-38,0r0,286r38,0r0,24r-67,0r0,-334r67,0","w":93},"\\":{"d":"20,-263r106,269r-26,0r-106,-269r26,0","w":119},"]":{"d":"0,71r0,-24r39,0r0,-286r-39,0r0,-24r67,0r0,334r-67,0","w":93},"^":{"d":"18,-95r78,-156r24,0r78,156r-25,0r-65,-130r-64,130r-26,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"70,-204r0,40r-40,0v-1,-44,-2,-92,40,-93r0,18v-16,0,-21,18,-21,35r21,0","w":100,"k":{"\u2018":34}},"a":{"d":"138,-96v-25,17,-94,1,-93,46v0,20,17,27,36,27v55,0,60,-27,57,-73xm188,-24r0,23v-18,9,-51,7,-48,-23v-31,41,-126,42,-127,-24v0,-42,31,-51,63,-57v34,-6,63,-4,63,-27v0,-48,-90,-40,-88,4r-31,0v2,-46,38,-62,79,-62v33,0,70,7,70,51r0,95v-1,19,4,24,19,20","w":193},"b":{"d":"168,-95v0,-35,-17,-68,-57,-68v-41,0,-57,35,-57,70v0,37,16,70,58,70v42,0,56,-36,56,-72xm24,0r0,-257r31,0r0,96v10,-21,34,-29,60,-29v57,0,86,44,86,97v0,53,-28,97,-85,97v-19,0,-47,-7,-61,-29r0,25r-31,0","w":213},"c":{"d":"181,-126r-32,0v-5,-23,-21,-37,-46,-37v-44,0,-58,34,-58,72v0,34,16,68,55,68v30,0,47,-17,51,-45r31,0v-7,45,-35,72,-82,72v-57,0,-87,-40,-87,-95v0,-56,29,-99,88,-99v42,0,76,20,80,64","w":193},"d":{"d":"189,-257r0,257r-30,0v-1,-8,2,-19,-1,-25v-10,21,-33,29,-59,29v-57,0,-86,-45,-86,-98v0,-82,93,-130,146,-67r0,-96r30,0xm45,-91v0,35,18,68,58,68v41,0,57,-35,57,-70v0,-37,-17,-70,-59,-70v-42,0,-56,36,-56,72","w":213},"e":{"d":"152,-59r30,0v-8,41,-38,63,-80,63v-59,0,-89,-41,-89,-98v0,-56,36,-96,87,-96v66,0,87,61,85,106r-140,0v-1,32,17,61,58,61v25,0,44,-12,49,-36xm45,-111r107,0v-1,-29,-23,-52,-53,-52v-32,0,-52,24,-54,52","w":193},"f":{"d":"36,0r0,-159r-32,0r0,-27r32,0v-8,-53,19,-85,71,-71r0,27v-18,-6,-41,-5,-41,18r0,26r36,0r0,27r-36,0r0,159r-30,0","w":106,"k":{"\u2019":-6,"f":6}},"g":{"d":"98,-25v72,0,77,-137,2,-138v-39,0,-55,31,-55,67v0,33,13,71,53,71xm184,-186v-7,109,35,262,-87,262v-35,0,-75,-14,-77,-55r31,0v1,22,28,30,48,30v44,1,61,-37,55,-83v-10,23,-35,34,-58,34v-55,0,-83,-43,-83,-94v0,-44,22,-98,86,-98v24,-1,43,12,56,31r0,-27r29,0","w":206},"h":{"d":"23,0r0,-257r31,0r0,98v10,-22,37,-31,59,-31v94,-2,56,109,64,190r-30,0r0,-126v0,-23,-15,-37,-38,-37v-76,-1,-51,94,-55,163r-31,0"},"i":{"d":"25,0r0,-186r30,0r0,186r-30,0xm55,-257r0,37r-30,0r0,-37r30,0","w":79},"j":{"d":"55,-186r0,210v0,39,-24,51,-60,46r0,-26v19,1,30,1,30,-25r0,-205r30,0xm55,-257r0,37r-30,0r0,-37r30,0","w":79},"k":{"d":"25,0r0,-257r30,0r0,152r85,-81r41,0r-73,68r79,118r-39,0r-64,-97r-29,26r0,71r-30,0","w":186},"l":{"d":"25,0r0,-257r30,0r0,257r-30,0","w":79},"m":{"d":"23,0r0,-186r29,0v1,8,-2,21,1,27v22,-38,93,-46,111,0v25,-46,120,-44,120,23r0,136r-31,0r0,-122v0,-23,-6,-41,-36,-41v-72,-1,-42,99,-48,163r-31,0r0,-122v0,-24,-8,-41,-35,-41v-79,0,-40,93,-49,163r-31,0","w":307},"n":{"d":"23,0r0,-186r29,0v1,9,-2,22,1,29v13,-23,33,-33,60,-33v94,-2,56,109,64,190r-30,0r0,-126v0,-23,-15,-37,-38,-37v-76,-1,-51,94,-55,163r-31,0"},"o":{"d":"13,-93v0,-55,31,-97,90,-97v59,0,91,42,91,97v0,54,-32,97,-91,97v-59,0,-90,-43,-90,-97xm45,-93v0,45,26,70,58,70v32,0,58,-25,58,-70v0,-45,-26,-70,-58,-70v-32,0,-58,25,-58,70","w":206},"p":{"d":"168,-95v0,-35,-17,-68,-57,-68v-41,0,-57,35,-57,70v0,37,16,70,58,70v42,0,56,-36,56,-72xm24,71r0,-257r31,0r0,25v10,-21,34,-29,60,-29v57,0,86,44,86,97v0,53,-28,97,-85,97v-19,0,-47,-7,-61,-29r0,96r-31,0","w":213},"q":{"d":"189,-186r0,257r-30,0r-1,-96v-10,21,-33,29,-59,29v-57,0,-86,-45,-86,-98v0,-82,93,-130,146,-67r0,-25r30,0xm45,-91v0,35,18,68,58,68v41,0,57,-35,57,-70v0,-37,-17,-70,-59,-70v-42,0,-56,36,-56,72","w":213},"r":{"d":"22,0r0,-186r29,0r0,39v15,-30,36,-44,69,-43r0,32v-81,-4,-66,83,-67,158r-31,0","w":119,"k":{",":33,".":33,"c":6,"d":6,"e":6,"g":10,"n":-6,"o":6,"q":6,"-":20}},"s":{"d":"48,-140v10,47,121,19,121,86v0,44,-41,58,-79,58v-42,0,-77,-17,-79,-63r31,0v1,27,25,36,50,36v19,0,45,-4,45,-27v0,-50,-122,-19,-122,-88v0,-37,38,-52,70,-52v41,0,73,13,76,58r-31,0v-2,-24,-23,-31,-43,-31v-18,0,-39,4,-39,23","w":180},"t":{"d":"66,-242r0,56r37,0r0,27r-37,0r0,115v-4,19,18,17,37,17r0,27v-40,0,-68,3,-68,-41r0,-118r-32,0r0,-27r32,0r0,-56r31,0","w":113},"u":{"d":"177,-186r0,186r-29,0r0,-30v-13,23,-34,34,-61,34v-94,2,-56,-109,-64,-190r31,0r0,126v0,23,14,37,37,37v77,1,52,-93,56,-163r30,0"},"v":{"d":"175,-186r-68,186r-33,0r-69,-186r34,0r53,155r51,-155r32,0","w":180,"k":{",":27,".":27}},"w":{"d":"267,-186r-60,186r-32,0r-39,-148r-37,148r-33,0r-60,-186r34,0r43,152r37,-152r34,0r39,152r42,-152r32,0","w":272,"k":{",":20,".":20}},"x":{"d":"3,0r70,-98r-65,-88r40,0r44,65r47,-65r36,0r-64,86r72,100r-39,0r-52,-77r-52,77r-37,0","w":186},"y":{"d":"177,-186r-81,211v-17,44,-35,58,-75,46r0,-28v17,8,36,6,43,-12r13,-32r-74,-185r34,0r56,152r52,-152r32,0","w":180,"k":{",":27,".":27}},"z":{"d":"8,0r0,-23r112,-136r-105,0r0,-27r145,0r0,21r-114,138r119,0r0,27r-157,0","w":172},"{":{"d":"111,-263r0,21v-51,-11,-35,54,-35,97v0,35,-24,45,-31,50v8,1,31,11,31,48v0,38,-21,105,35,97r0,21v-39,3,-64,-5,-64,-47v0,-42,6,-108,-30,-108r0,-24v36,0,30,-66,30,-108v0,-42,25,-50,64,-47","w":119},"|":{"d":"28,77r0,-360r24,0r0,360r-24,0","w":79},"}":{"d":"9,71r0,-21v51,11,35,-54,35,-97v0,-35,24,-44,31,-49v-8,-1,-31,-12,-31,-49v0,-38,21,-105,-35,-97r0,-21v39,-3,64,5,64,47v0,42,-7,109,30,108r0,24v-35,0,-30,66,-30,108v0,42,-25,50,-64,47","w":119},"~":{"d":"70,-113v24,0,57,26,77,26v14,0,23,-15,31,-28r13,18v-11,15,-23,31,-45,31v-37,0,-91,-53,-108,2r-13,-18v8,-15,21,-31,45,-31","w":216},"'":{"d":"38,-164r0,-93r24,0r0,93r-24,0","w":100},"\u201c":{"d":"130,-204r0,40r-40,0v-1,-44,-3,-92,39,-93r0,18v-16,0,-21,18,-21,35r22,0xm64,-204r0,40r-40,0v-1,-44,-3,-92,39,-93r0,18v-16,0,-21,18,-21,35r22,0","w":153},"\u2013":{"d":"0,-86r0,-28r180,0r0,28r-180,0","w":180},"\u201d":{"d":"90,-217r0,-40r40,0v1,44,2,92,-40,93r0,-18v16,0,21,-18,21,-35r-21,0xm24,-217r0,-40r40,0v1,44,2,92,-40,93r0,-18v16,0,21,-18,21,-35r-21,0","w":153},"\u2026":{"d":"40,0r0,-40r40,0r0,40r-40,0xm160,0r0,-40r40,0r0,40r-40,0xm280,0r0,-40r40,0r0,40r-40,0","w":360},"`":{"d":"39,-212r-47,-51r39,0r31,51r-23,0","w":79},"\u2014":{"d":"47,-86r0,-28r266,0r0,28r-266,0","w":360},"\u2122":{"d":"140,-257r0,20r-46,0r0,128r-25,0r0,-128r-46,0r0,-20r117,0xm334,-257r0,148r-25,0r0,-124r-49,124r-16,0r-49,-124r0,124r-24,0r0,-148r37,0r45,113r43,-113r38,0","w":356},"\u00d7":{"d":"43,-9r-17,-17r65,-65r-65,-65r17,-18r65,65r65,-65r17,18r-64,65r65,65r-17,17r-66,-65","w":216},"\u00a0":{"w":100}}});




/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright � 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights
 * Reserved. � 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * HelveticaNeueLTStd-Bd
 * 
 * Designer:
 * Linotype Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"helvetica_neue_bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"5","bbox":"-17 -291 339 77","underline-thickness":"18","underline-position":"-18","stemh":"39","stemv":"51","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"77,-257v3,67,-7,123,-14,180r-26,0v-7,-58,-17,-112,-14,-180r54,0xm22,0r0,-55r56,0r0,55r-56,0","w":100},"\"":{"d":"98,-141r0,-116r38,0r0,116r-38,0xm31,-141r0,-116r38,0r0,116r-38,0","w":166},"#":{"d":"32,0r10,-71r-30,0r0,-33r34,0r7,-44r-30,0r0,-33r34,0r10,-71r35,0r-10,71r35,0r9,-71r35,0r-9,71r26,0r0,33r-31,0r-6,44r26,0r0,33r-31,0r-10,71r-34,0r9,-71r-34,0r-10,71r-35,0xm122,-148r-35,0r-6,44r35,0"},"$":{"d":"89,-162r0,-59v-16,0,-32,10,-32,30v0,16,9,24,32,29xm111,-105r0,69v18,-2,38,-12,38,-35v0,-19,-10,-26,-38,-34xm89,-111v-40,-11,-83,-22,-83,-75v0,-49,40,-74,83,-77r0,-28r22,0r0,28v43,5,78,27,81,77r-52,0v0,-19,-13,-35,-29,-35r0,64v6,1,12,2,18,4v70,19,72,60,72,84v0,21,-18,70,-90,75r0,31r-22,0r0,-31v-53,-4,-84,-33,-89,-90r51,0v0,27,16,44,38,48r0,-75"},"%":{"d":"27,-186v0,-39,19,-71,61,-71v45,0,59,33,59,73v0,39,-19,67,-61,67v-44,0,-59,-29,-59,-69xm64,-185v0,15,0,41,23,41v22,0,24,-26,24,-41v0,-14,-2,-45,-23,-45v-23,0,-24,28,-24,45xm213,-66v0,-39,19,-69,61,-69v45,0,59,31,59,71v0,39,-19,69,-61,69v-44,0,-59,-31,-59,-71xm249,-66v0,15,1,44,24,44v22,0,23,-28,23,-43v0,-14,-1,-43,-22,-43v-23,0,-25,25,-25,42xm91,8r149,-268r31,0r-148,268r-32,0","w":360},"&":{"d":"111,-165v28,-8,39,-56,3,-61v-34,3,-24,47,-3,61xm140,-60r-44,-53v-18,8,-36,21,-36,42v0,42,62,42,80,11xm188,0r-21,-26v-46,53,-157,37,-155,-46v0,-36,27,-61,57,-75v-14,-17,-24,-32,-24,-54v0,-36,33,-59,67,-59v39,0,70,21,70,62v0,30,-20,50,-46,64r34,40v5,-9,8,-20,9,-30r44,0v-3,23,-11,45,-25,63r53,61r-63,0","w":246},"\u2019":{"d":"24,-202r0,-55r52,0v4,59,-1,110,-52,116r0,-24v18,-6,24,-19,24,-37r-24,0","w":100,"k":{"\u2019":23,"s":27,"t":6}},"(":{"d":"66,-263r43,0v-53,103,-52,226,0,329r-43,0v-62,-99,-63,-230,0,-329","w":106},")":{"d":"40,66r-43,0v54,-101,53,-226,1,-329r42,0v63,98,64,231,0,329","w":106},"*":{"d":"87,-257r0,45r42,-16r10,28r-43,14r27,35r-24,18r-27,-37r-25,37r-24,-18r27,-35r-42,-14r10,-28r40,16r0,-45r29,0","w":146},"+":{"d":"127,-182r0,72r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0r0,-72r38,0","w":216},",":{"d":"22,0r0,-55r56,0v5,61,-4,109,-56,115r0,-26v15,-3,27,-18,26,-34r-26,0","w":100},"-":{"d":"19,-76r0,-44r108,0r0,44r-108,0","w":146},".":{"d":"22,0r0,-55r56,0r0,55r-56,0","w":100},"\/":{"d":"-4,6r100,-269r42,0r-101,269r-41,0","w":133},"0":{"d":"8,-127v0,-98,42,-130,92,-130v50,0,93,32,93,130v0,100,-43,132,-93,132v-50,0,-92,-32,-92,-132xm59,-127v0,28,0,90,41,90v42,0,41,-62,41,-90v0,-26,1,-88,-41,-88v-41,0,-41,62,-41,88"},"1":{"d":"141,-252r0,252r-51,0r0,-163r-63,0r0,-39v36,1,68,-11,73,-50r41,0"},"2":{"d":"191,-178v-1,79,-85,84,-118,134r120,0r0,44r-185,0v0,-58,35,-83,79,-113v22,-15,53,-30,53,-61v0,-24,-16,-39,-38,-39v-30,0,-40,31,-40,58r-49,0v-2,-58,32,-102,92,-102v46,0,86,30,86,79"},"3":{"d":"82,-114r0,-36v22,2,54,-2,54,-31v0,-21,-17,-34,-36,-34v-26,0,-39,19,-39,45r-48,0v2,-51,35,-87,87,-87v40,0,84,25,84,70v1,25,-14,44,-35,52v28,6,45,29,45,57v0,53,-45,83,-94,83v-57,0,-95,-34,-94,-92r49,0v1,27,14,50,44,50v23,0,41,-16,41,-40v0,-38,-33,-37,-58,-37"},"4":{"d":"112,0r0,-58r-106,0r0,-47r109,-147r46,0r0,152r33,0r0,42r-33,0r0,58r-49,0xm112,-100r-1,-88r-65,88r66,0"},"5":{"d":"180,-252r0,42r-104,0v-2,19,-9,41,-9,58v49,-47,127,-2,127,66v0,52,-43,91,-94,91v-49,0,-93,-27,-94,-80r52,0v3,22,19,38,41,38v27,0,44,-24,44,-49v0,-46,-62,-64,-83,-27r-46,0r25,-139r141,0"},"6":{"d":"58,-142v39,-54,135,-18,135,55v0,51,-36,92,-89,92v-76,0,-96,-66,-96,-130v0,-62,27,-132,99,-132v44,0,75,26,81,70r-48,0v-3,-17,-16,-32,-34,-32v-37,0,-47,49,-48,77xm103,-131v-27,0,-41,22,-41,47v0,23,15,47,41,47v24,0,38,-23,38,-46v0,-24,-12,-48,-38,-48"},"7":{"d":"186,-252r0,44v-53,46,-81,141,-82,208r-55,0v6,-75,37,-146,85,-204r-120,0r0,-48r172,0"},"8":{"d":"56,-76v0,26,21,43,45,43v24,0,43,-18,43,-43v0,-24,-19,-40,-43,-40v-25,0,-45,14,-45,40xm15,-188v0,-45,44,-69,85,-69v63,0,85,44,85,68v0,25,-13,45,-37,53v30,7,47,30,47,62v0,53,-47,79,-94,79v-49,0,-96,-25,-96,-79v0,-32,18,-55,48,-62v-24,-7,-38,-27,-38,-52xm62,-184v0,22,17,34,38,34v21,0,38,-12,38,-34v0,-13,-6,-35,-38,-35v-21,0,-38,13,-38,35"},"9":{"d":"142,-111v-41,59,-134,17,-134,-54v0,-51,35,-92,88,-92v76,0,97,66,97,130v0,62,-27,132,-99,132v-44,0,-76,-26,-82,-70r48,0v3,17,16,32,34,32v36,0,51,-51,48,-78xm97,-121v27,0,41,-22,41,-47v0,-23,-15,-47,-41,-47v-24,0,-38,23,-38,46v0,24,12,48,38,48"},":":{"d":"22,0r0,-55r56,0r0,55r-56,0xm78,-183r0,56r-56,0r0,-56r56,0","w":100},";":{"d":"22,0r0,-55r56,0v5,61,-4,109,-56,115r0,-26v15,-3,27,-18,26,-34r-26,0xm78,-183r0,56r-56,0r0,-56r56,0","w":100},"<":{"d":"199,-185r0,41r-132,53r132,52r0,42r-182,-73r0,-42","w":216},"=":{"d":"199,-149r0,39r-182,0r0,-39r182,0xm199,-72r0,39r-182,0r0,-39r182,0","w":216},">":{"d":"17,3r0,-42r132,-52r-132,-53r0,-41r182,73r0,42","w":216},"?":{"d":"75,-77v-8,-68,57,-66,57,-112v0,-22,-11,-32,-30,-32v-26,0,-38,21,-38,47r-52,0v1,-51,34,-89,87,-89v68,0,90,41,90,69v0,71,-67,52,-66,117r-48,0xm69,0r0,-55r57,0r0,55r-57,0"},"@":{"d":"149,-168v-42,-3,-65,81,-16,85v42,3,64,-81,16,-85xm224,-196r-23,93v-3,10,-6,23,3,23v21,0,43,-27,43,-66v0,-57,-43,-88,-98,-88v-62,0,-101,45,-101,106v0,97,121,136,183,76r30,0v-24,37,-64,58,-109,58v-77,0,-139,-58,-139,-135v0,-76,62,-134,137,-134v66,0,125,44,125,110v0,74,-62,104,-85,104v-16,1,-24,-10,-27,-20v-29,43,-95,9,-95,-41v0,-62,79,-130,121,-67r5,-19r30,0","w":288},"A":{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0","w":246},"B":{"d":"81,-114r0,70v44,-3,102,15,103,-34v1,-49,-59,-34,-103,-36xm25,0r0,-257v83,5,205,-26,203,64v0,25,-13,42,-35,53v31,9,47,33,47,65v0,97,-121,72,-215,75xm81,-213r0,60v39,-2,93,12,92,-31v-2,-42,-54,-26,-92,-29","w":253},"C":{"d":"251,-171r-55,0v-4,-26,-28,-45,-56,-45v-51,0,-70,44,-70,89v0,43,19,86,70,86v35,0,54,-24,58,-58r55,0v-6,64,-50,105,-113,105v-80,0,-126,-59,-126,-133v0,-76,46,-136,126,-136v57,0,104,33,111,92","w":266},"D":{"d":"25,0r0,-257r111,0v67,0,116,42,116,127v0,75,-38,130,-116,130r-111,0xm81,-210r0,162v68,2,111,3,115,-77v4,-69,-40,-93,-115,-85","w":266},"E":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0","w":233},"F":{"d":"25,0r0,-257r181,0r0,47r-125,0r0,60r108,0r0,44r-108,0r0,106r-56,0","w":213,"k":{"A":20,",":46,".":46}},"G":{"d":"216,0r-5,-29v-71,84,-197,5,-197,-98v0,-76,46,-136,126,-136v53,0,102,33,108,91r-54,0v-6,-28,-27,-44,-54,-44v-51,0,-70,44,-70,89v0,43,19,86,70,86v37,0,58,-20,61,-56r-57,0r0,-42r108,0r0,139r-36,0","w":273},"H":{"d":"25,0r0,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0","w":266},"I":{"d":"25,0r0,-257r56,0r0,257r-56,0","w":106},"J":{"d":"175,-257r0,176v0,33,-8,87,-85,87v-50,0,-94,-33,-85,-102r51,0v-1,30,1,55,33,55v30,0,30,-25,30,-43r0,-173r56,0"},"K":{"d":"25,0r0,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0","w":259},"L":{"d":"25,0r0,-257r56,0r0,209r126,0r0,48r-182,0","w":213,"k":{"T":40,"V":33,"W":20,"y":13,"Y":40,"\u2019":27}},"M":{"d":"25,0r0,-257r79,0r61,177r57,-177r80,0r0,257r-53,0r-1,-182r-63,182r-44,0r-63,-180r0,180r-53,0","w":326},"N":{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0","w":266},"O":{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89","w":280},"P":{"d":"25,0r0,-257r116,0v64,0,89,40,89,82v0,42,-25,83,-89,83r-60,0r0,92r-56,0xm81,-213r0,77v44,-2,94,11,94,-39v0,-49,-50,-36,-94,-38","w":240,"k":{"A":27,",":46,".":46}},"Q":{"d":"265,-4r-26,28r-37,-33v-17,10,-38,15,-62,15v-80,0,-126,-59,-126,-133v0,-76,46,-136,126,-136v119,0,162,152,93,230xm139,-67r26,-28r29,27v30,-46,20,-148,-54,-148v-51,0,-70,44,-70,89v0,51,35,101,93,82","w":280},"R":{"d":"190,0v-13,-35,4,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v81,-4,104,109,35,135v49,16,28,78,48,122r-56,0xm81,-213r0,72v44,-3,101,13,101,-36v0,-48,-57,-34,-101,-36","w":259,"k":{"T":6,"V":-2,"W":-2,"Y":13}},"S":{"d":"72,-190v0,48,153,16,153,114v0,47,-37,82,-107,82v-57,0,-110,-28,-109,-91r54,0v0,34,27,47,57,47v20,0,50,-6,50,-32v0,-28,-38,-32,-76,-42v-38,-10,-77,-25,-77,-73v0,-106,202,-106,199,5r-54,0v-2,-31,-24,-39,-51,-39v-18,0,-39,7,-39,29","w":233},"T":{"d":"82,0r0,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0","w":219,"k":{"w":40,"y":33,"A":27,",":40,".":40,"c":40,"e":40,"o":40,"-":46,"a":40,"r":33,"s":40,"u":33,":":31,";":31}},"U":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-18,53,-56r0,-160r57,0","w":266},"V":{"d":"230,-257r-86,257r-63,0r-84,-257r58,0r58,181r58,-181r59,0","w":226,"k":{"y":6,"A":17,",":46,".":46,"e":20,"o":20,"-":20,"a":20,"r":13,"u":13,":":18,";":18,"i":6}},"W":{"d":"339,-257r-69,257r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0","w":339,"k":{"A":6,",":27,".":27,"e":13,"o":13,"a":13,"r":6,"u":6,":":6,";":6}},"X":{"d":"-2,0r90,-135r-83,-122r66,0r50,82r52,-82r62,0r-82,123r89,134r-67,0r-56,-89r-57,89r-64,0","w":240},"Y":{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0","w":240,"k":{"v":20,"A":27,",":40,".":40,"e":33,"o":33,"q":33,"-":40,"a":33,"u":27,":":29,";":24,"i":5,"p":27}},"Z":{"d":"8,0r0,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0","w":233},"[":{"d":"24,66r0,-329r96,0r0,40r-44,0r0,248r44,0r0,41r-96,0","w":119},"\\":{"d":"37,-263r101,269r-42,0r-100,-269r41,0","w":133},"]":{"d":"95,-263r0,329r-95,0r0,-41r44,0r0,-248r-44,0r0,-40r95,0","w":119},"^":{"d":"22,-113r62,-139r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"76,-197r0,56r-52,0v-4,-59,0,-111,52,-116r0,24v-18,6,-24,18,-24,36r24,0","w":100,"k":{"\u2018":23}},"a":{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28","w":206},"b":{"d":"19,0r0,-257r52,0r0,94v48,-55,137,-29,136,70v0,68,-40,98,-77,98v-28,1,-49,-10,-62,-29r0,24r-49,0xm156,-93v0,-31,-14,-60,-44,-60v-30,0,-43,29,-43,60v0,31,13,60,43,60v30,0,44,-29,44,-60","w":219},"c":{"d":"196,-121r-50,0v-3,-21,-17,-32,-38,-32v-33,0,-43,34,-43,61v0,27,10,59,42,59v24,0,38,-15,41,-38r49,0v-6,49,-40,76,-89,76v-56,0,-94,-39,-94,-95v0,-58,35,-101,95,-101v44,0,84,22,87,70","w":206},"d":{"d":"152,0r0,-24v-12,20,-33,29,-57,29v-56,0,-83,-49,-83,-100v0,-50,27,-96,82,-96v23,-1,42,12,56,28r0,-94r51,0r0,257r-49,0xm152,-94v0,-30,-11,-59,-44,-59v-33,0,-45,29,-45,60v0,29,13,60,45,60v34,0,44,-30,44,-61","w":219},"e":{"d":"196,-81r-134,0v-7,56,74,60,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-41,26,-42,40","w":206},"f":{"d":"31,0r0,-152r-31,0r0,-34r31,0v-7,-54,29,-78,89,-70r0,39v-24,-6,-43,1,-38,31r35,0r0,34r-35,0r0,152r-51,0","w":119,"k":{"\u2019":-6,"f":6}},"g":{"d":"198,-186r0,174v0,31,-10,83,-96,83v-37,0,-79,-18,-82,-60r51,0v13,44,87,27,79,-21v-1,-7,2,-18,-1,-24v-11,19,-34,29,-56,29v-56,0,-79,-43,-79,-94v0,-48,28,-92,80,-92v25,-1,42,10,56,30r0,-25r48,0xm106,-44v29,0,44,-24,44,-51v0,-30,-11,-58,-44,-58v-29,0,-41,25,-41,53v0,27,10,56,41,56","w":219},"h":{"d":"19,0r0,-257r52,0r1,97v13,-21,35,-31,54,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0","w":213},"i":{"d":"21,0r0,-186r51,0r0,186r-51,0xm72,-257r0,42r-51,0r0,-42r51,0","w":92},"j":{"d":"-7,64r0,-42v14,2,31,3,31,-15r0,-193r51,0r0,195v5,44,-31,63,-82,55xm75,-257r0,42r-51,0r0,-42r51,0","w":100},"k":{"d":"24,0r0,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0","w":206},"l":{"d":"21,0r0,-257r51,0r0,257r-51,0","w":92},"m":{"d":"21,0r0,-186r48,0v1,8,-2,19,1,25v23,-38,91,-43,111,1v26,-47,124,-44,124,35r0,125r-51,0r0,-105v0,-25,-2,-46,-31,-46v-29,0,-34,24,-34,47r0,104r-51,0r0,-104v0,-22,1,-47,-31,-47v-10,0,-35,7,-35,43r0,108r-51,0","w":326},"n":{"d":"19,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0","w":213},"o":{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60","w":219},"p":{"d":"19,66r0,-252r49,0v1,7,-2,18,1,24v12,-20,32,-29,55,-29v58,0,85,47,85,100v0,50,-28,96,-82,96v-22,0,-44,-10,-56,-28r0,89r-52,0xm113,-33v33,0,45,-30,45,-60v0,-30,-12,-60,-45,-60v-33,0,-44,30,-44,60v0,30,11,60,44,60","w":219},"q":{"d":"201,-186r0,252r-51,0r-1,-89v-12,20,-37,28,-59,28v-34,0,-78,-25,-78,-97v0,-51,26,-99,83,-99v23,0,45,8,57,29r0,-24r49,0xm108,-153v-61,0,-62,120,-1,120v33,0,45,-28,45,-59v0,-29,-12,-61,-44,-61","w":219},"r":{"d":"19,0r0,-186r49,0v1,11,-2,25,1,34v11,-25,40,-45,70,-37r0,47v-43,-10,-68,18,-68,58r0,84r-52,0","w":140,"k":{",":33,".":33,"c":6,"d":6,"e":6,"n":-6,"o":6,"q":6,"-":20}},"s":{"d":"132,-53v0,-36,-117,-18,-117,-78v0,-48,41,-60,81,-60v41,0,78,13,82,59r-49,0v-1,-20,-17,-25,-35,-25v-12,0,-28,2,-28,17v0,18,29,21,58,28v30,7,59,17,59,52v0,49,-43,65,-85,65v-43,0,-86,-16,-88,-65r49,0v-2,38,73,44,73,7","w":193},"t":{"d":"84,-242r0,56r38,0r0,34r-38,0r0,92v-3,24,19,24,38,20r0,40v-41,4,-89,6,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0","w":126},"u":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0","w":213},"v":{"d":"185,-186r-63,186r-56,0r-64,-186r53,0r40,127r40,-127r50,0","w":187,"k":{",":20,".":20}},"w":{"d":"291,-186r-59,186r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0","w":293,"k":{",":20,".":20}},"x":{"d":"0,0r67,-98r-61,-88r58,0r33,48r32,-48r57,0r-61,87r68,99r-58,0r-39,-59r-39,59r-57,0","w":193},"y":{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v30,7,58,-5,47,-34r-65,-174r55,0r42,127r41,-127r53,0","w":186,"k":{",":20,".":20}},"z":{"d":"8,0r0,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0","w":186},"{":{"d":"120,-263r0,40v-24,-3,-39,5,-39,26r0,55v0,37,-27,40,-36,44v11,1,36,9,36,39v0,38,-20,93,39,84r0,41v-49,1,-90,4,-90,-49r0,-70v0,-22,-21,-30,-33,-30r0,-31v12,0,33,-9,33,-33r0,-68v6,-53,41,-49,90,-48","w":119},"|":{"d":"21,77r0,-360r38,0r0,360r-38,0","w":80},"}":{"d":"0,66r0,-41v24,3,39,-5,39,-26r0,-58v0,-31,27,-36,36,-40v-11,-1,-36,-8,-36,-43v0,-37,18,-90,-39,-81r0,-40v49,-1,90,-5,90,48r0,68v0,24,21,33,33,33r0,31v-12,0,-33,8,-33,30r0,70v-6,53,-41,51,-90,49","w":119},"~":{"d":"69,-122v24,0,56,23,77,24v14,0,23,-13,31,-26r15,34v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-15,-33v8,-15,21,-31,45,-31","w":216},"'":{"d":"31,-141r0,-116r38,0r0,116r-38,0","w":100},"\u201c":{"d":"147,-197r0,56r-51,0v-3,-58,-1,-111,51,-116r0,24v-18,6,-24,18,-24,36r24,0xm71,-197r0,56r-52,0v-4,-59,0,-111,52,-116r0,24v-18,6,-24,18,-24,36r24,0","w":166},"\u2013":{"d":"0,-76r0,-44r180,0r0,44r-180,0","w":180},"\u201d":{"d":"96,-202r0,-55r51,0v3,58,0,111,-51,116r0,-24v18,-6,24,-19,24,-37r-24,0xm19,-202r0,-55r52,0v4,59,-1,110,-52,116r0,-24v18,-6,24,-19,24,-37r-24,0","w":166},"\u2026":{"d":"32,0r0,-55r56,0r0,55r-56,0xm152,0r0,-55r56,0r0,55r-56,0xm271,0r0,-55r57,0r0,55r-57,0","w":360},"`":{"d":"38,-209r-55,-51r56,0r35,51r-36,0","w":93},"\u2014":{"d":"47,-76r0,-44r266,0r0,44r-266,0","w":360},"\u2122":{"d":"334,-257r0,148r-34,0r-1,-105r-38,105r-25,0r-39,-105r0,105r-35,0r0,-148r49,0r37,98r37,-98r49,0xm143,-257r0,29r-42,0r0,119r-37,0r0,-119r-42,0r0,-29r121,0","w":360},"\u00d7":{"d":"50,-6r-27,-27r58,-58r-57,-58r27,-27r57,58r58,-58r27,27r-58,58r58,58r-27,27r-58,-58","w":216},"\u00a0":{"w":100}}});



/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };

		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;

			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();

			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);

		}).each(function() {
			var menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 300,
		animation	: {opacity:'show'},
		speed		: 'normal',
		autoArrows	: true,
		dropShadows : true,
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);


(function($){
	/* hoverIntent by Brian Cherne */
	$.fn.hoverIntent = function(f,g) {
		// default configuration options
		var cfg = {
			sensitivity: 7,
			interval: 100,
			timeout: 0
		};
		// override configuration options with user supplied object
		cfg = $.extend(cfg, g ? { over: f, out: g } : f );

		// instantiate variables
		// cX, cY = current X and Y position of mouse, updated by mousemove event
		// pX, pY = previous X and Y position of mouse, set by mouseover and polling interval
		var cX, cY, pX, pY;

		// A private function for getting mouse position
		var track = function(ev) {
			cX = ev.pageX;
			cY = ev.pageY;
		};

		// A private function for comparing current and previous mouse position
		var compare = function(ev,ob) {
			ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
			// compare mouse positions to see if they've crossed the threshold
			if ( ( Math.abs(pX-cX) + Math.abs(pY-cY) ) < cfg.sensitivity ) {
				$(ob).unbind("mousemove",track);
				// set hoverIntent state to true (so mouseOut can be called)
				ob.hoverIntent_s = 1;
				return cfg.over.apply(ob,[ev]);
			} else {
				// set previous coordinates for next time
				pX = cX; pY = cY;
				// use self-calling timeout, guarantees intervals are spaced out properly (avoids JavaScript timer bugs)
				ob.hoverIntent_t = setTimeout( function(){compare(ev, ob);} , cfg.interval );
			}
		};

		// A private function for delaying the mouseOut function
		var delay = function(ev,ob) {
			ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
			ob.hoverIntent_s = 0;
			return cfg.out.apply(ob,[ev]);
		};

		// A private function for handling mouse 'hovering'
		var handleHover = function(e) {
			// next three lines copied from jQuery.hover, ignore children onMouseOver/onMouseOut
			var p = (e.type == "mouseover" ? e.fromElement : e.toElement) || e.relatedTarget;
			while ( p && p != this ) { try { p = p.parentNode; } catch(e) { p = this; } }
			if ( p == this ) { return false; }

			// copy objects to be passed into t (required for event object to be passed in IE)
			var ev = jQuery.extend({},e);
			var ob = this;

			// cancel hoverIntent timer if it exists
			if (ob.hoverIntent_t) { ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t); }

			// else e.type == "onmouseover"
			if (e.type == "mouseover") {
				// set "previous" X and Y position based on initial entry point
				pX = ev.pageX; pY = ev.pageY;
				// update "current" X and Y position based on mousemove
				$(ob).bind("mousemove",track);
				// start polling interval (self-calling timeout) to compare mouse coordinates over time
				if (ob.hoverIntent_s != 1) { ob.hoverIntent_t = setTimeout( function(){compare(ev,ob);} , cfg.interval );}

			// else e.type == "onmouseout"
			} else {
				// unbind expensive mousemove event
				$(ob).unbind("mousemove",track);
				// if hoverIntent state is true, then call the mouseOut function after the specified delay
				if (ob.hoverIntent_s == 1) { ob.hoverIntent_t = setTimeout( function(){delay(ev,ob);} , cfg.timeout );}
			}
		};

		// bind the function to the two event listeners
		return this.mouseover(handleHover).mouseout(handleHover);
	};

})(jQuery);


/**
* hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
*
* @param  f  onMouseOver function || An object with configuration options
* @param  g  onMouseOut function  || Nothing (use configuration options object)
* @author    Brian Cherne <brian@cherne.net>
*/
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:10,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);


//jquery quickpaginate (http://projects.allmarkedup.com/jquery_quick_paginate/). note: i switched dollar sign to "jQuery" then compressed the development version w/ yuicompressor
jQuery.fn.quickpaginate=function(settings){settings=jQuery.extend({perpage:6,pager:null,showcounter:true,prev:"qp_next",next:"qp_prev",pagenumber:"qp_pagenumber",totalnumber:"qp_totalnumber",counter:"qp_counter"},settings);var cm;var total;var last=false;var first=true;var items=jQuery(this);var nextbut;var prevbut;var init=function(){items.show();total=items.size();if(items.size()>settings.perpage){items.filter(":gt("+(settings.perpage-1)+")").hide();cm=settings.perpage;setNav()}};var goNext=function(){if(!last){var nm=cm+settings.perpage;items.hide();items.slice(cm,nm).show();cm=nm;if(cm>=total){last=true;nextbut.addClass("qp_disabled")}if(settings.showcounter){settings.pager.find("."+settings.pagenumber).text(cm/settings.perpage)}prevbut.removeClass("qp_disabled");first=false}};var goPrev=function(){if(!first){var nm=cm-settings.perpage;items.hide();items.slice((nm-settings.perpage),nm).show();cm=nm;if(cm==settings.perpage){first=true;prevbut.addClass("qp_disabled")}if(settings.showcounter){settings.pager.find("."+settings.pagenumber).text(cm/settings.perpage)}nextbut.removeClass("qp_disabled");last=false}};var setNav=function(){if(settings.pager===null){settings.pager=jQuery('<div class="qc_pager"></div>');items.eq(items.size()-1).after(settings.pager)}var pagerNav=jQuery('<a class="'+settings.prev+'" href="#">&laquo; Prev</a><a class="'+settings.next+'" href="#">Next &raquo;</a>');jQuery(settings.pager).append(pagerNav);if(settings.showcounter){var counter='<span class="'+settings.counter+'"><span class="'+settings.pagenumber+'"></span> / <span class="'+settings.totalnumber+'"></span></span>';settings.pager.find("."+settings.prev).after(counter);settings.pager.find("."+settings.pagenumber).text(1);settings.pager.find("."+settings.totalnumber).text(Math.ceil(total/settings.perpage))}nextbut=settings.pager.find("."+settings.next);prevbut=settings.pager.find("."+settings.prev);prevbut.addClass("qp_disabled");nextbut.click(function(){goNext();return false});prevbut.click(function(){goPrev();return false})};init()};


//jquery cookie (http://plugins.jquery.com/project/Cookie)
jQuery.cookie=function(name,value,options){if(typeof value!="undefined"){options=options||{};if(value===null){value="";options.expires=-1}var expires="";if(options.expires&&(typeof options.expires=="number"||options.expires.toUTCString)){var date;if(typeof options.expires=="number"){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000))}else{date=options.expires}expires="; expires="+date.toUTCString()}var path=options.path?"; path="+(options.path):"";var domain=options.domain?"; domain="+(options.domain):"";var secure=options.secure?"; secure":"";document.cookie=[name,"=",encodeURIComponent(value),expires,path,domain,secure].join("")}else{var cookieValue=null;if(document.cookie&&document.cookie!=""){var cookies=document.cookie.split(";");for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(cookie.substring(0,name.length+1)==(name+"=")){cookieValue=decodeURIComponent(cookie.substring(name.length+1));break}}}return cookieValue}};


// ColorBox v1.3.15 - a full featured, light-weight, customizable lightbox based on jQuery 1.3+
// Copyright (c) 2010 Jack Moore - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
(function(b,ib){var t="none",M="LoadedContent",c=false,v="resize.",o="y",q="auto",e=true,L="nofollow",m="x";function f(a,c){a=a?' id="'+i+a+'"':"";c=c?' style="'+c+'"':"";return b("<div"+a+c+"/>")}function p(a,b){b=b===m?n.width():n.height();return typeof a==="string"?Math.round(/%/.test(a)?b/100*parseInt(a,10):parseInt(a,10)):a}function U(b){return a.photo||/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i.test(b)}function cb(a){for(var c in a)if(b.isFunction(a[c])&&c.substring(0,2)!=="on")a[c]=a[c].call(l);a.rel=a.rel||l.rel||L;a.href=a.href||b(l).attr("href");a.title=a.title||l.title;return a}function w(c,a){a&&a.call(l);b.event.trigger(c)}function jb(){var b,e=i+"Slideshow_",c="click."+i,f,k;if(a.slideshow&&h[1]){f=function(){F.text(a.slideshowStop).unbind(c).bind(V,function(){if(g<h.length-1||a.loop)b=setTimeout(d.next,a.slideshowSpeed)}).bind(W,function(){clearTimeout(b)}).one(c+" "+N,k);j.removeClass(e+"off").addClass(e+"on");b=setTimeout(d.next,a.slideshowSpeed)};k=function(){clearTimeout(b);F.text(a.slideshowStart).unbind([V,W,N,c].join(" ")).one(c,f);j.removeClass(e+"on").addClass(e+"off")};a.slideshowAuto?f():k()}}function db(c){if(!O){l=c;a=cb(b.extend({},b.data(l,r)));h=b(l);g=0;if(a.rel!==L){h=b("."+G).filter(function(){return (b.data(this,r).rel||this.rel)===a.rel});g=h.index(l);if(g===-1){h=h.add(l);g=h.length-1}}if(!u){u=D=e;j.show();if(a.returnFocus)try{l.blur();b(l).one(eb,function(){try{this.focus()}catch(a){}})}catch(f){}x.css({opacity:+a.opacity,cursor:a.overlayClose?"pointer":q}).show();a.w=p(a.initialWidth,m);a.h=p(a.initialHeight,o);d.position(0);X&&n.bind(v+P+" scroll."+P,function(){x.css({width:n.width(),height:n.height(),top:n.scrollTop(),left:n.scrollLeft()})}).trigger("scroll."+P);w(fb,a.onOpen);Y.add(H).add(I).add(F).add(Z).hide();ab.html(a.close).show()}d.load(e)}}var gb={transition:"elastic",speed:300,width:c,initialWidth:"600",innerWidth:c,maxWidth:c,height:c,initialHeight:"450",innerHeight:c,maxHeight:c,scalePhotos:e,scrolling:e,inline:c,html:c,iframe:c,photo:c,href:c,title:c,rel:c,opacity:.9,preloading:e,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:c,returnFocus:e,loop:e,slideshow:c,slideshowAuto:e,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:c,onLoad:c,onComplete:c,onCleanup:c,onClosed:c,overlayClose:e,escKey:e,arrowKey:e},r="colorbox",i="cbox",fb=i+"_open",W=i+"_load",V=i+"_complete",N=i+"_cleanup",eb=i+"_closed",Q=i+"_purge",hb=i+"_loaded",E=b.browser.msie&&!b.support.opacity,X=E&&b.browser.version<7,P=i+"_IE6",x,j,A,s,bb,T,R,S,h,n,k,J,K,Z,Y,F,I,H,ab,B,C,y,z,l,g,a,u,D,O=c,d,G=i+"Element";d=b.fn[r]=b[r]=function(c,f){var a=this,d;if(!a[0]&&a.selector)return a;c=c||{};if(f)c.onComplete=f;if(!a[0]||a.selector===undefined){a=b("<a/>");c.open=e}a.each(function(){b.data(this,r,b.extend({},b.data(this,r)||gb,c));b(this).addClass(G)});d=c.open;if(b.isFunction(d))d=d.call(a);d&&db(a[0]);return a};d.init=function(){var l="hover",m="clear:left";n=b(ib);j=f().attr({id:r,"class":E?i+"IE":""});x=f("Overlay",X?"position:absolute":"").hide();A=f("Wrapper");s=f("Content").append(k=f(M,"width:0; height:0; overflow:hidden"),K=f("LoadingOverlay").add(f("LoadingGraphic")),Z=f("Title"),Y=f("Current"),I=f("Next"),H=f("Previous"),F=f("Slideshow").bind(fb,jb),ab=f("Close"));A.append(f().append(f("TopLeft"),bb=f("TopCenter"),f("TopRight")),f(c,m).append(T=f("MiddleLeft"),s,R=f("MiddleRight")),f(c,m).append(f("BottomLeft"),S=f("BottomCenter"),f("BottomRight"))).children().children().css({"float":"left"});J=f(c,"position:absolute; width:9999px; visibility:hidden; display:none");b("body").prepend(x,j.append(A,J));s.children().hover(function(){b(this).addClass(l)},function(){b(this).removeClass(l)}).addClass(l);B=bb.height()+S.height()+s.outerHeight(e)-s.height();C=T.width()+R.width()+s.outerWidth(e)-s.width();y=k.outerHeight(e);z=k.outerWidth(e);j.css({"padding-bottom":B,"padding-right":C}).hide();I.click(d.next);H.click(d.prev);ab.click(d.close);s.children().removeClass(l);b("."+G).live("click",function(a){if(!(a.button!==0&&typeof a.button!=="undefined"||a.ctrlKey||a.shiftKey||a.altKey)){a.preventDefault();db(this)}});x.click(function(){a.overlayClose&&d.close()});b(document).bind("keydown",function(b){if(u&&a.escKey&&b.keyCode===27){b.preventDefault();d.close()}if(u&&a.arrowKey&&!D&&h[1])if(b.keyCode===37&&(g||a.loop)){b.preventDefault();H.click()}else if(b.keyCode===39&&(g<h.length-1||a.loop)){b.preventDefault();I.click()}})};d.remove=function(){j.add(x).remove();b("."+G).die("click").removeData(r).removeClass(G)};d.position=function(f,d){function b(a){bb[0].style.width=S[0].style.width=s[0].style.width=a.style.width;K[0].style.height=K[1].style.height=s[0].style.height=T[0].style.height=R[0].style.height=a.style.height}var e,h=Math.max(document.documentElement.clientHeight-a.h-y-B,0)/2+n.scrollTop(),g=Math.max(n.width()-a.w-z-C,0)/2+n.scrollLeft();e=j.width()===a.w+z&&j.height()===a.h+y?0:f;A[0].style.width=A[0].style.height="9999px";j.dequeue().animate({width:a.w+z,height:a.h+y,top:h,left:g},{duration:e,complete:function(){b(this);D=c;A[0].style.width=a.w+z+C+"px";A[0].style.height=a.h+y+B+"px";d&&d()},step:function(){b(this)}})};d.resize=function(b){if(u){b=b||{};if(b.width)a.w=p(b.width,m)-z-C;if(b.innerWidth)a.w=p(b.innerWidth,m);k.css({width:a.w});if(b.height)a.h=p(b.height,o)-y-B;if(b.innerHeight)a.h=p(b.innerHeight,o);if(!b.innerHeight&&!b.height){b=k.wrapInner("<div style='overflow:auto'></div>").children();a.h=b.height();b.replaceWith(b.children())}k.css({height:a.h});d.position(a.transition===t?0:a.speed)}};d.prep=function(m){var c="hidden";function l(s){var p,f,m,c,l=h.length,q=a.loop;d.position(s,function(){function s(){E&&j[0].style.removeAttribute("filter")}if(u){E&&o&&k.fadeIn(100);k.show();w(hb);Z.show().html(a.title);if(l>1){typeof a.current==="string"&&Y.html(a.current.replace(/\{current\}/,g+1).replace(/\{total\}/,l)).show();I[q||g<l-1?"show":"hide"]().html(a.next);H[q||g?"show":"hide"]().html(a.previous);p=g?h[g-1]:h[l-1];m=g<l-1?h[g+1]:h[0];a.slideshow&&F.show();if(a.preloading){c=b.data(m,r).href||m.href;f=b.data(p,r).href||p.href;c=b.isFunction(c)?c.call(m):c;f=b.isFunction(f)?f.call(p):f;if(U(c))b("<img/>")[0].src=c;if(U(f))b("<img/>")[0].src=f}}K.hide();a.transition==="fade"?j.fadeTo(e,1,function(){s()}):s();n.bind(v+i,function(){d.position(0)});w(V,a.onComplete)}})}if(u){var o,e=a.transition===t?0:a.speed;n.unbind(v+i);k.remove();k=f(M).html(m);k.hide().appendTo(J.show()).css({width:function(){a.w=a.w||k.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}(),overflow:a.scrolling?q:c}).css({height:function(){a.h=a.h||k.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}()}).prependTo(s);J.hide();b("#"+i+"Photo").css({cssFloat:t,marginLeft:q,marginRight:q});X&&b("select").not(j.find("select")).filter(function(){return this.style.visibility!==c}).css({visibility:c}).one(N,function(){this.style.visibility="inherit"});a.transition==="fade"?j.fadeTo(e,0,function(){l(0)}):l(e)}};d.load=function(u){var n,c,s,q=d.prep;D=e;l=h[g];u||(a=cb(b.extend({},b.data(l,r))));w(Q);w(W,a.onLoad);a.h=a.height?p(a.height,o)-y-B:a.innerHeight&&p(a.innerHeight,o);a.w=a.width?p(a.width,m)-z-C:a.innerWidth&&p(a.innerWidth,m);a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=p(a.maxWidth,m)-z-C;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=p(a.maxHeight,o)-y-B;a.mh=a.h&&a.h<a.mh?a.h:a.mh}n=a.href;K.show();if(a.inline){f().hide().insertBefore(b(n)[0]).one(Q,function(){b(this).replaceWith(k.children())});q(b(n))}else if(a.iframe){j.one(hb,function(){var c=b("<iframe frameborder='0' style='width:100%; height:100%; border:0; display:block'/>")[0];c.name=i+ +new Date;c.src=a.href;if(!a.scrolling)c.scrolling="no";if(E)c.allowtransparency="true";b(c).appendTo(k).one(Q,function(){c.src="//about:blank"})});q(" ")}else if(a.html)q(a.html);else if(U(n)){c=new Image;c.onload=function(){var e;c.onload=null;c.id=i+"Photo";b(c).css({border:t,display:"block",cssFloat:"left"});if(a.scalePhotos){s=function(){c.height-=c.height*e;c.width-=c.width*e};if(a.mw&&c.width>a.mw){e=(c.width-a.mw)/c.width;s()}if(a.mh&&c.height>a.mh){e=(c.height-a.mh)/c.height;s()}}if(a.h)c.style.marginTop=Math.max(a.h-c.height,0)/2+"px";h[1]&&(g<h.length-1||a.loop)&&b(c).css({cursor:"pointer"}).click(d.next);if(E)c.style.msInterpolationMode="bicubic";setTimeout(function(){q(c)},1)};setTimeout(function(){c.src=n},1)}else n&&J.load(n,function(d,c,a){q(c==="error"?"Request unsuccessful: "+a.statusText:b(this).children())})};d.next=function(){if(!D){g=g<h.length-1?g+1:0;d.load()}};d.prev=function(){if(!D){g=g?g-1:h.length-1;d.load()}};d.close=function(){if(u&&!O){O=e;u=c;w(N,a.onCleanup);n.unbind("."+i+" ."+P);x.fadeTo("fast",0);j.stop().fadeTo("fast",0,function(){w(Q);k.remove();j.add(x).css({opacity:1,cursor:q}).hide();setTimeout(function(){O=c;w(eb,a.onClosed)},1)})}};d.element=function(){return b(l)};d.settings=gb;b(d.init)})(jQuery,this);

/*! http://mths.be/placeholder v1.8.7 by @mathias */
(function(f,h,c){var a='placeholder' in h.createElement('input'),d='placeholder' in h.createElement('textarea'),i=c.fn,j;if(a&&d){j=i.placeholder=function(){return this};j.input=j.textarea=true}else{j=i.placeholder=function(){return this.filter((a?'textarea':':input')+'[placeholder]').not('.placeholder').bind('focus.placeholder',b).bind('blur.placeholder',e).trigger('blur.placeholder').end()};j.input=a;j.textarea=d;c(function(){c(h).delegate('form','submit.placeholder',function(){var k=c('.placeholder',this).each(b);setTimeout(function(){k.each(e)},10)})});c(f).bind('unload.placeholder',function(){c('.placeholder').val('')})}function g(l){var k={},m=/^jQuery\d+$/;c.each(l.attributes,function(o,n){if(n.specified&&!m.test(n.name)){k[n.name]=n.value}});return k}function b(){var k=c(this);if(k.val()===k.attr('placeholder')&&k.hasClass('placeholder')){if(k.data('placeholder-password')){k.hide().next().show().focus().attr('id',k.removeAttr('id').data('placeholder-id'))}else{k.val('').removeClass('placeholder')}}}function e(){var o,n=c(this),k=n,m=this.id;if(n.val()===''){if(n.is(':password')){if(!n.data('placeholder-textinput')){try{o=n.clone().attr({type:'text'})}catch(l){o=c('<input>').attr(c.extend(g(this),{type:'text'}))}o.removeAttr('name').data('placeholder-password',true).data('placeholder-id',m).bind('focus.placeholder',b);n.data('placeholder-textinput',o).data('placeholder-id',m).before(o)}n=n.removeAttr('id').hide().prev().attr('id',m).show()}n.addClass('placeholder').val(n.attr('placeholder'))}else{n.removeClass('placeholder')}}}(this,document,jQuery));

//malsup cycle
(function(D){var A="Lite-1.0";D.fn.cycle=function(E){return this.each(function(){E=E||{};if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var I=D(this);var J=E.slideExpr?D(E.slideExpr,this):I.children();var G=J.get();if(G.length<2){if(window.console&&window.console.log){window.console.log("terminating; too few slides: "+G.length)}return }var H=D.extend({},D.fn.cycle.defaults,E||{},D.metadata?I.metadata():D.meta?I.data():{});H.before=H.before?[H.before]:[];H.after=H.after?[H.after]:[];H.after.unshift(function(){H.busy=0});var F=this.className;H.width=parseInt((F.match(/w:(\d+)/)||[])[1])||H.width;H.height=parseInt((F.match(/h:(\d+)/)||[])[1])||H.height;H.timeout=parseInt((F.match(/t:(\d+)/)||[])[1])||H.timeout;if(I.css("position")=="static"){I.css("position","relative")}if(H.width){I.width(H.width)}if(H.height&&H.height!="auto"){I.height(H.height)}var K=0;J.css({position:"absolute",top:0,left:0}).hide().each(function(M){D(this).css("z-index",G.length-M)});D(G[K]).css("opacity",1).show();if(D.browser.msie){G[K].style.removeAttribute("filter")}if(H.fit&&H.width){J.width(H.width)}if(H.fit&&H.height&&H.height!="auto"){J.height(H.height)}if(H.pause){I.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}D.fn.cycle.transitions.fade(I,J,H);J.each(function(){var M=D(this);this.cycleH=(H.fit&&H.height)?H.height:M.height();this.cycleW=(H.fit&&H.width)?H.width:M.width()});J.not(":eq("+K+")").css({opacity:0});if(H.cssFirst){D(J[K]).css(H.cssFirst)}if(H.timeout){if(H.speed.constructor==String){H.speed={slow:600,fast:200}[H.speed]||400}if(!H.sync){H.speed=H.speed/2}while((H.timeout-H.speed)<250){H.timeout+=H.speed}}H.speedIn=H.speed;H.speedOut=H.speed;H.slideCount=G.length;H.currSlide=K;H.nextSlide=1;var L=J[K];if(H.before.length){H.before[0].apply(L,[L,L,H,true])}if(H.after.length>1){H.after[1].apply(L,[L,L,H,true])}if(H.click&&!H.next){H.next=H.click}if(H.next){D(H.next).bind("click",function(){return C(G,H,H.rev?-1:1)})}if(H.prev){D(H.prev).bind("click",function(){return C(G,H,H.rev?1:-1)})}if(H.timeout){this.cycleTimeout=setTimeout(function(){B(G,H,0,!H.rev)},H.timeout+(H.delay||0))}})};function B(J,E,I,K){if(E.busy){return }var H=J[0].parentNode,M=J[E.currSlide],L=J[E.nextSlide];if(H.cycleTimeout===0&&!I){return }if(I||!H.cyclePause){if(E.before.length){D.each(E.before,function(N,O){O.apply(L,[M,L,E,K])})}var F=function(){if(D.browser.msie){this.style.removeAttribute("filter")}D.each(E.after,function(N,O){O.apply(L,[M,L,E,K])})};if(E.nextSlide!=E.currSlide){E.busy=1;D.fn.cycle.custom(M,L,E,F)}var G=(E.nextSlide+1)==J.length;E.nextSlide=G?0:E.nextSlide+1;E.currSlide=G?J.length-1:E.nextSlide-1}if(E.timeout){H.cycleTimeout=setTimeout(function(){B(J,E,0,!E.rev)},E.timeout)}}function C(E,F,I){var H=E[0].parentNode,G=H.cycleTimeout;if(G){clearTimeout(G);H.cycleTimeout=0}F.nextSlide=F.currSlide+I;if(F.nextSlide<0){F.nextSlide=E.length-1}else{if(F.nextSlide>=E.length){F.nextSlide=0}}B(E,F,1,I>=0);return false}D.fn.cycle.custom=function(K,H,I,E){var J=D(K),G=D(H);G.css({opacity:0});var F=function(){G.animate({opacity:1},I.speedIn,I.easeIn,E)};J.animate({opacity:0},I.speedOut,I.easeOut,function(){J.css({display:"none"});if(!I.sync){F()}});if(I.sync){F()}};D.fn.cycle.transitions={fade:function(F,G,E){G.not(":eq(0)").css("opacity",0);E.before.push(function(){D(this).show()})}};D.fn.cycle.ver=function(){return A};D.fn.cycle.defaults={timeout:4000,speed:1000,next:null,prev:null,before:null,after:null,height:"auto",sync:1,fit:0,pause:0,delay:0,slideExpr:null}})(jQuery)


