/*
 * 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 © 1985, 1987, 1988, 1994, 1999, 2002 Adobe Systems Incorporated.  All
 * Rights Reserved. © 1981, 1999, 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:
 * HelveticaLTStd-Light
 * 
 * Designer:
 * Max Miedinger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica LT Std","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"258","descent":"-102","x-height":"5","bbox":"-4 -276 360 90","underline-thickness":"18","underline-position":"-18","stemh":"18","stemv":"22","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"52,-65r-5,-114r0,-80r26,0r0,80r-5,114r-16,0xm73,0r-26,0r0,-32r26,0r0,32","w":119},"\"":{"d":"21,-178r0,-81r18,0r0,81r-18,0xm60,-178r0,-81r19,0r0,81r-19,0","w":100},"#":{"d":"181,-103r0,21r-40,0r-11,82r-21,0r11,-82r-49,0r-13,82r-21,0r12,-82r-39,0r0,-21r43,0r7,-51r-40,0r0,-21r43,0r12,-76r21,0r-11,76r49,0r11,-76r21,0r-11,76r36,0r0,21r-39,0r-7,51r36,0xm131,-154r-49,0r-8,51r49,0"},"$":{"d":"92,-142r0,-92v-27,0,-49,18,-49,45v0,32,22,39,49,47xm109,-116r0,103v30,0,54,-22,54,-52v0,-36,-23,-45,-54,-51xm109,7r0,27r-17,0r0,-27v-45,-2,-77,-29,-79,-80r24,0v0,32,22,58,55,60r0,-107v-40,-10,-72,-23,-72,-68v0,-40,33,-67,72,-66r0,-22r17,0r0,22v40,0,69,23,70,64r-23,0v0,-26,-21,-44,-47,-44r0,95v47,11,77,24,77,78v0,42,-39,67,-77,68"},"%":{"d":"237,-119v33,0,59,27,59,59v0,33,-26,60,-59,60v-33,0,-60,-27,-60,-60v0,-32,28,-59,60,-59xm237,-99v-22,0,-39,18,-39,40v0,21,18,38,39,38v21,0,38,-18,38,-39v0,-21,-17,-39,-38,-39xm143,-192v0,33,-26,60,-59,60v-33,0,-60,-28,-60,-60v0,-32,27,-59,60,-59v33,0,59,26,59,59xm84,-153v21,0,39,-18,39,-39v0,-21,-18,-39,-39,-39v-21,0,-39,18,-39,39v0,21,18,39,39,39xm240,-254r-142,259r-19,0r143,-259r18,0","w":320},"&":{"d":"163,-47r-73,-88v-28,13,-51,39,-51,67v0,67,97,69,124,21xm136,-194v9,-19,-4,-46,-31,-46v-18,0,-34,12,-34,31v0,15,18,38,27,49v14,-9,31,-18,38,-34xm111,-144r65,77v9,-15,10,-32,10,-50r22,0v-1,23,-5,47,-18,67r42,50r-29,0r-26,-31v-41,63,-164,46,-162,-39v0,-39,29,-65,62,-80v-14,-16,-28,-35,-28,-58v0,-33,26,-51,58,-51v32,0,55,23,55,50v0,35,-24,49,-51,65","w":240},"\u2019":{"d":"55,-259v1,36,3,75,-26,81v-2,-22,17,-20,12,-50r-12,0r0,-31r26,0","w":79,"k":{"\u2019":6,"t":6,"s":27}},"(":{"d":"81,-266r19,0v-72,98,-72,237,0,335r-19,0v-81,-97,-80,-239,0,-335","w":119},")":{"d":"39,69r-19,0v72,-99,72,-238,0,-335r19,0v81,97,80,239,0,335","w":119},"*":{"d":"22,-233r40,16r0,-42r15,0r0,42r41,-15r6,16r-41,13r27,38r-14,9r-27,-39r-28,38r-13,-10r28,-36r-40,-14","w":140},"+":{"d":"108,-101r0,-79r22,0r0,79r79,0r0,22r-79,0r0,79r-22,0r0,-79r-79,0r0,-22r79,0","w":237},",":{"d":"63,-32v1,36,3,76,-26,81v-2,-22,17,-19,12,-49r-12,0r0,-32r26,0","w":100},"-":{"d":"14,-105r91,0r0,23r-91,0r0,-23","w":119},".":{"d":"63,0r-26,0r0,-32r26,0r0,32","w":100},"\/":{"d":"104,-266r-85,298r-20,0r85,-298r20,0","w":100},"0":{"d":"163,-125v0,-55,-10,-109,-64,-109v-50,0,-62,56,-62,112v0,65,14,108,63,108v55,0,63,-60,63,-111xm100,-254v75,0,86,73,86,132v0,67,-16,127,-86,127v-70,0,-86,-60,-86,-130v0,-64,13,-129,86,-129"},"1":{"d":"109,0r0,-189r-66,0r0,-15v39,-3,62,-6,70,-50r19,0r0,254r-23,0"},"2":{"d":"17,0v-5,-104,143,-112,143,-182v0,-33,-25,-52,-56,-52v-33,0,-56,29,-55,63r-24,0v0,-50,32,-83,82,-83v51,0,78,31,78,70v-2,96,-131,81,-143,165r141,0r0,19r-166,0"},"3":{"d":"21,-180v-3,-43,37,-74,82,-74v40,0,72,21,72,63v0,26,-12,46,-36,56v81,31,48,141,-36,140v-59,0,-86,-19,-91,-78r23,0v0,39,26,59,63,59v37,0,64,-28,63,-58v-1,-41,-36,-53,-81,-50r0,-19v43,0,72,-10,72,-49v0,-31,-25,-44,-54,-44v-32,0,-54,22,-54,54r-23,0"},"4":{"d":"129,0r0,-63r-116,0r0,-19r118,-169r21,0r0,169r35,0r0,19r-35,0r0,63r-23,0xm129,-217r-93,135r93,0r0,-135"},"5":{"d":"13,-66r23,0v5,34,29,52,62,52v38,0,61,-29,61,-65v0,-65,-86,-87,-118,-38r-19,-3r20,-131r126,0r0,19r-106,0r-16,85v57,-38,136,-7,136,68v0,106,-163,115,-169,13"},"6":{"d":"181,-192r-24,0v-5,-26,-21,-42,-48,-42v-62,0,-67,66,-71,114v14,-19,29,-39,66,-39v51,0,81,31,81,82v0,51,-30,82,-81,82v-51,0,-89,-31,-89,-121v0,-60,17,-138,92,-138v40,0,69,21,74,62xm104,-140v-36,0,-58,29,-58,63v0,28,16,63,58,63v43,0,58,-33,58,-64v0,-39,-18,-62,-58,-62"},"7":{"d":"21,-228r0,-23r162,0r0,21v-73,82,-100,180,-103,230r-25,0v5,-73,51,-168,100,-228r-134,0"},"8":{"d":"100,-124v-35,0,-61,17,-61,54v0,31,24,56,63,56v33,0,59,-23,59,-57v0,-36,-27,-53,-61,-53xm99,-234v-28,0,-51,15,-51,45v0,31,26,45,54,45v28,0,49,-14,49,-50v0,-26,-17,-40,-52,-40xm60,-136v-62,-27,-34,-118,37,-118v39,0,77,18,77,62v0,26,-11,45,-35,57v28,10,45,33,45,63v0,50,-35,77,-89,77v-37,0,-79,-25,-79,-75v0,-30,15,-55,44,-66"},"9":{"d":"19,-56r23,0v5,27,22,42,50,42v60,0,68,-67,70,-114v-34,68,-147,44,-147,-42v0,-48,26,-84,81,-84v68,0,89,57,89,128v0,86,-38,131,-92,131v-40,0,-70,-20,-74,-61xm96,-234v-39,0,-58,25,-58,65v0,39,21,61,58,61v36,0,57,-29,57,-63v0,-37,-21,-63,-57,-63"},":":{"d":"63,0r-26,0r0,-32r26,0r0,32xm63,-145r-26,0r0,-32r26,0r0,32","w":100},";":{"d":"63,-32v1,36,3,76,-26,81v-2,-22,17,-19,12,-49r-12,0r0,-32r26,0xm63,-145r-26,0r0,-32r26,0r0,32","w":100},"<":{"d":"57,-92r152,71r0,23r-180,-84r0,-20r180,-80r0,23","w":237},"=":{"d":"209,-136r0,22r-180,0r0,-22r180,0xm209,-66r0,21r-180,0r0,-21r180,0","w":237},">":{"d":"209,-102r0,20r-180,84r0,-23r151,-71r-151,-67r0,-23","w":237},"?":{"d":"170,-198v0,55,-79,64,-71,132r-21,0v0,-26,1,-46,20,-66v21,-22,49,-41,49,-68v0,-26,-20,-47,-56,-47v-35,0,-56,27,-55,61r-22,0v-4,-48,30,-80,77,-80v49,0,79,27,79,68xm102,0r-26,0r0,-32r26,0r0,32","w":180},"@":{"d":"246,-60r21,0v-23,42,-69,67,-116,67v-77,0,-137,-62,-137,-138v0,-75,62,-135,135,-135v69,0,125,48,125,114v0,57,-45,105,-84,105v-13,0,-27,-6,-31,-19v-31,34,-97,15,-93,-36v-7,-63,81,-152,129,-85r6,-17r24,0r-36,109v-5,16,-8,29,6,29v30,0,57,-49,57,-87v0,-59,-48,-95,-102,-95v-67,0,-114,55,-114,120v0,65,50,117,115,117v37,0,73,-18,95,-49xm121,-71v33,0,60,-60,60,-92v0,-14,-10,-27,-25,-27v-38,0,-63,53,-63,86v0,17,10,33,28,33","w":288},"A":{"d":"31,0r-26,0r102,-259r28,0r99,259r-25,0r-30,-81r-118,0xm120,-238r-51,136r102,0","w":240},"B":{"d":"54,-124r0,103v63,-2,141,15,141,-52v0,-65,-79,-49,-141,-51xm54,-238r0,93v57,2,139,3,129,-49v10,-49,-73,-45,-129,-44xm220,-73v2,94,-105,70,-191,73r0,-259r94,0v61,0,85,26,85,65v0,36,-21,52,-42,56v36,5,54,31,54,65","w":240},"C":{"d":"238,-184r-25,0v-10,-44,-38,-61,-82,-61v-63,0,-89,54,-89,115v0,58,21,116,92,116v45,0,72,-30,82,-71r25,0v-12,50,-43,92,-112,92v-80,0,-112,-64,-112,-137v0,-99,52,-136,121,-136v53,0,92,28,100,82","w":259},"D":{"d":"210,-32v-39,48,-107,29,-181,32r0,-259v64,4,128,-15,169,19v59,49,59,150,12,208xm216,-130v0,-59,-29,-117,-104,-108r-58,0r0,217v45,-1,85,6,119,-12v35,-18,43,-62,43,-97","w":259},"E":{"d":"205,0r-176,0r0,-259r173,0r0,21r-148,0r0,93r133,0r0,21r-133,0r0,103r151,0r0,21","w":219},"F":{"d":"51,0r-24,0r0,-259r167,0r0,21r-143,0r0,93r130,0r0,21r-130,0r0,124","k":{"A":20,",":46,".":46}},"G":{"d":"227,-113r-88,0r0,-21r111,0r0,134r-21,0r0,-44v-18,31,-46,51,-97,51v-66,0,-113,-46,-113,-138v0,-76,38,-135,120,-135v54,0,97,27,108,82r-25,0v-9,-39,-42,-61,-81,-61v-68,0,-97,51,-97,124v0,57,35,107,94,107v44,0,94,-41,89,-99","w":280},"H":{"d":"53,0r-24,0r0,-259r24,0r0,111r154,0r0,-111r24,0r0,259r-24,0r0,-127r-154,0r0,127","w":259},"I":{"d":"62,0r-24,0r0,-259r24,0r0,259","w":100},"J":{"d":"8,-82r24,0v0,32,2,67,47,67v33,0,46,-21,46,-57r0,-187r24,0r0,188v0,50,-23,78,-73,78v-58,0,-68,-43,-68,-89","w":180},"K":{"d":"55,0r-24,0r0,-259r24,0r0,134r133,-134r28,0r-103,103r121,156r-30,0r-108,-141r-41,41r0,100","w":240},"L":{"d":"193,0r-164,0r0,-259r25,0r0,238r139,0r0,21","k":{"T":33,"V":33,"W":20,"y":13,"Y":40,"\u2019":27}},"M":{"d":"53,0r-25,0r0,-259r38,0r85,228r84,-228r37,0r0,259r-25,0r0,-231r-85,231r-23,0r-86,-231r0,231","w":299},"N":{"d":"203,0r-150,-226r0,226r-25,0r0,-259r28,0r151,226r0,-226r24,0r0,259r-28,0","w":259},"O":{"d":"19,-129v0,-76,43,-137,120,-137v81,0,122,61,122,137v0,75,-41,136,-121,136v-80,0,-121,-61,-121,-136xm140,-14v67,0,96,-55,96,-115v0,-72,-37,-116,-97,-116v-67,0,-95,56,-95,116v0,61,28,115,96,115","w":280},"P":{"d":"53,0r-25,0r0,-259r95,0v67,0,84,33,84,72v0,78,-79,74,-154,73r0,114xm53,-135v61,-1,130,10,130,-54v0,-54,-72,-51,-130,-49r0,103","w":219,"k":{"A":27,",":46,".":46}},"Q":{"d":"220,-24r35,26r-14,17r-38,-30v-18,11,-39,18,-65,18v-80,0,-121,-61,-121,-136v0,-72,39,-137,120,-137v73,0,122,49,122,137v0,42,-13,80,-39,105xm167,-65r35,26v22,-21,32,-54,32,-90v0,-77,-41,-116,-96,-116v-67,0,-96,56,-96,116v0,62,28,115,96,115v18,0,34,-5,46,-12r-30,-22","w":280},"R":{"d":"53,-139v62,-1,142,13,141,-51v-1,-67,-80,-44,-141,-48r0,99xm176,-128v50,10,26,105,44,128r-27,0v-10,-18,-7,-66,-11,-86v-12,-51,-77,-26,-129,-32r0,118r-24,0r0,-259v82,1,190,-16,190,68v0,33,-13,50,-43,63","w":240,"k":{"T":6,"V":6,"W":6,"Y":13}},"S":{"d":"15,-77r24,0v4,46,35,63,75,63v46,0,66,-26,66,-54v0,-80,-158,-27,-158,-129v0,-36,29,-69,87,-69v58,0,88,35,88,77r-24,0v0,-40,-31,-56,-64,-56v-50,0,-67,30,-63,57v11,67,158,19,158,119v0,48,-35,76,-95,76v-54,0,-94,-28,-94,-84","w":219},"T":{"d":"6,-238r0,-21r188,0r0,21r-82,0r0,238r-24,0r0,-238r-82,0","k":{"w":30,"y":30,"A":33,",":40,".":40,"c":40,"e":40,"o":40,"-":46,"a":40,"r":33,"s":40,"u":33,":":40,";":40}},"U":{"d":"30,-98r0,-161r24,0v6,97,-31,245,76,245v110,0,68,-147,76,-245r24,0r0,161v0,67,-33,105,-100,105v-68,0,-100,-39,-100,-105","w":259},"V":{"d":"96,0r-90,-259r26,0r78,230r78,-230r25,0r-90,259r-27,0","w":219,"k":{"y":6,"A":27,",":46,".":46,"e":20,"o":20,"-":20,"a":20,"r":13,"u":13,":":27,";":27,"i":6}},"W":{"d":"174,-259r59,224r57,-224r25,0r-68,259r-27,0r-61,-229r-60,229r-27,0r-67,-259r25,0r56,224r60,-224r28,0","w":320,"k":{"A":13,",":27,".":27,"e":6,"o":6,"a":13,"r":6,"u":6,":":6,";":6}},"X":{"d":"185,0r-76,-114r-75,114r-28,0r90,-133r-86,-126r29,0r70,109r72,-109r28,0r-85,126r89,133r-28,0","w":219},"Y":{"d":"32,-259r77,125r78,-125r28,0r-94,146r0,113r-24,0r0,-111r-93,-148r28,0","w":219,"k":{"v":14,"A":27,",":40,".":40,"e":33,"o":33,"q":33,"-":40,"a":33,"u":13,":":33,";":33,"i":7,"p":13}},"Z":{"d":"208,0r-197,0r0,-21r166,-217r-152,0r0,-21r182,0r0,20r-166,218r167,0r0,21","w":219},"[":{"d":"101,69r-68,0r0,-335r69,0r0,18r-46,0r0,299r45,0r0,18","w":119},"\\":{"d":"81,32r-85,-298r21,0r84,298r-20,0","w":100},"]":{"d":"87,-266r0,335r-69,0r0,-18r46,0r0,-299r-45,0r0,-18r68,0","w":119},"^":{"d":"47,-88r-21,0r83,-163r19,0r83,163r-21,0r-72,-141","w":237},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"25,-178v-1,-36,-3,-76,26,-81v2,22,-17,19,-12,49r12,0r0,32r-26,0","w":79,"k":{"\u2018":6}},"a":{"d":"148,-98v-37,17,-108,2,-108,50v0,23,19,34,40,34v45,1,76,-28,68,-84xm192,-1v-20,10,-49,-1,-44,-25v-32,43,-126,45,-131,-23v-4,-53,73,-56,123,-66v20,-24,3,-57,-38,-57v-30,0,-51,10,-55,42r-22,0v-1,-79,145,-88,145,-4r0,102v0,17,4,20,22,14r0,17"},"b":{"d":"50,-94v0,45,22,80,63,80v36,0,64,-26,64,-73v0,-47,-19,-85,-64,-85v-39,0,-63,36,-63,78xm51,-33v-3,8,0,23,-1,33r-22,0r0,-259r22,0r0,102v14,-23,41,-35,67,-35v57,0,83,47,83,99v0,55,-24,98,-84,98v-24,0,-52,-14,-65,-38","w":219},"c":{"d":"180,-128r-22,0v-8,-28,-26,-44,-55,-44v-85,1,-86,157,0,158v32,0,52,-19,57,-50r23,0v-8,41,-33,69,-80,69v-59,0,-86,-43,-86,-98v0,-52,30,-99,86,-99v43,0,71,21,77,64"},"d":{"d":"170,-94v0,-42,-24,-78,-63,-78v-45,0,-64,38,-64,85v0,47,28,73,64,73v41,0,63,-35,63,-80xm170,-157r0,-102r22,0r0,259r-22,0v-1,-10,2,-25,-1,-33v-13,24,-41,38,-65,38v-60,0,-84,-43,-84,-98v0,-52,26,-99,83,-99v26,0,53,12,67,35","w":219},"e":{"d":"39,-106r122,0v0,-36,-20,-66,-59,-66v-38,0,-59,31,-63,66xm184,-88r-145,0v0,40,22,74,63,74v28,0,50,-16,56,-43r25,0v-11,35,-33,62,-81,62v-60,0,-86,-43,-86,-98v0,-54,33,-99,86,-99v51,0,82,37,82,104"},"f":{"d":"35,-168r-28,0r0,-18r28,0v-4,-49,5,-88,58,-77r0,20v-36,-10,-39,21,-36,57r36,0r0,18r-36,0r0,168r-22,0r0,-168","w":100,"k":{"\u2019":-6,"f":6}},"g":{"d":"170,-93v0,-45,-22,-79,-63,-79v-36,0,-64,26,-64,73v0,47,19,85,64,85v39,0,63,-37,63,-79xm169,-154v3,-8,0,-22,1,-32r22,0r0,168v0,50,-17,94,-88,94v-55,0,-78,-31,-79,-53r23,0v6,28,30,34,56,34v59,0,67,-44,66,-87v-14,23,-41,35,-67,35v-57,0,-83,-47,-83,-99v0,-55,24,-98,84,-98v24,0,52,14,65,38","w":219},"h":{"d":"104,-172v-75,1,-53,98,-56,172r-22,0r0,-259r22,0r0,98v36,-52,126,-36,126,39r0,122r-22,0v-8,-66,29,-173,-48,-172"},"i":{"d":"51,0r-22,0r0,-186r22,0r0,186xm52,-227r-24,0r0,-32r24,0r0,32","w":79},"j":{"d":"32,-186r21,0r0,211v4,38,-12,53,-51,47r0,-19v25,3,30,-6,30,-25r0,-214xm54,-259r0,32r-23,0r0,-32r23,0","w":79},"k":{"d":"46,0r-22,0r0,-259r22,0r0,161r92,-88r29,0r-70,67r78,119r-24,0r-70,-104r-35,33r0,71","w":180},"l":{"d":"51,0r-22,0r0,-259r22,0r0,259","w":79},"m":{"d":"99,-172v-68,0,-53,98,-54,172r-22,0r0,-186r22,0r0,28v11,-21,34,-34,58,-34v35,0,47,16,55,36v12,-24,34,-36,61,-36v91,0,46,114,57,192r-21,0r0,-129v0,-27,-9,-43,-40,-43v-68,0,-53,98,-54,172r-22,0r0,-129v0,-27,-9,-43,-40,-43","w":299},"n":{"d":"104,-172v-75,1,-53,98,-56,172r-22,0r0,-186r22,0r0,25v36,-52,126,-36,126,39r0,122r-22,0v-8,-66,29,-173,-48,-172"},"o":{"d":"100,5v-48,0,-86,-33,-86,-98v0,-54,28,-99,86,-99v58,0,86,44,86,99v0,59,-34,98,-86,98xm163,-93v0,-44,-17,-79,-63,-79v-45,0,-63,39,-63,79v0,46,22,79,63,79v45,0,63,-39,63,-79"},"p":{"d":"50,-93v0,42,24,79,63,79v45,0,64,-38,64,-85v0,-47,-28,-73,-64,-73v-41,0,-63,34,-63,79xm50,-30r0,103r-22,0r0,-259r22,0v1,10,-2,24,1,32v13,-24,41,-38,65,-38v60,0,84,43,84,98v0,52,-26,99,-83,99v-26,0,-53,-12,-67,-35","w":219},"q":{"d":"170,-94v0,-42,-24,-78,-63,-78v-45,0,-64,38,-64,85v0,47,28,73,64,73v41,0,63,-35,63,-80xm169,-154v3,-8,0,-22,1,-32r22,0r0,259r-22,0r0,-103v-14,23,-41,35,-67,35v-57,0,-83,-47,-83,-99v0,-55,24,-98,84,-98v24,0,52,14,65,38","w":219},"r":{"d":"110,-168v-82,-1,-57,94,-61,168r-22,0r0,-186r22,0r0,34v12,-30,30,-40,61,-40r0,24","w":119,"k":{"y":-6,"f":-6,",":33,".":33,"c":6,"d":6,"e":6,"m":-6,"n":-6,"o":6,"q":6,"t":-6,"-":20}},"s":{"d":"17,-58r22,0v7,32,23,44,55,44v31,0,46,-17,46,-35v0,-54,-119,-16,-119,-89v0,-31,24,-54,65,-54v40,0,67,17,72,59r-22,0v1,-51,-92,-51,-92,-7v0,51,119,19,119,91v0,36,-32,54,-76,54v-44,0,-68,-28,-70,-63","w":180},"t":{"d":"91,-17r0,18v-25,8,-58,7,-58,-33r0,-136r-26,0r0,-18r26,0r0,-52r22,0r0,52r35,0r0,18r-35,0r0,127v-5,27,16,31,36,24","w":100},"u":{"d":"95,-14v71,0,56,-100,57,-172r22,0r0,186r-22,0r0,-26v-12,13,-27,31,-60,31v-96,1,-59,-109,-66,-191r22,0v8,66,-29,172,47,172"},"v":{"d":"77,0r-71,-186r24,0r60,159r60,-159r24,0r-72,186r-25,0","w":180,"k":{",":27,".":27}},"w":{"d":"143,-186r41,157r49,-157r22,0r-61,186r-23,0r-41,-157r-42,157r-26,0r-57,-186r22,0r48,159r43,-159r25,0","w":259,"k":{",":20,".":20}},"x":{"d":"147,0r-56,-81r-58,81r-27,0r72,-96r-66,-90r27,0r51,74r53,-74r28,0r-68,90r70,96r-26,0","w":180},"y":{"d":"24,71r0,-20v37,13,46,-28,55,-50r-73,-187r25,0r59,160r60,-160r24,0r-70,183v-23,55,-28,85,-80,74","w":180,"k":{",":33,".":33}},"z":{"d":"168,0r-156,0r0,-19r124,-149r-116,0r0,-18r143,0r0,19r-123,149r128,0r0,18","w":180},"{":{"d":"16,-98v74,-11,-22,-173,82,-167v-64,14,7,144,-59,167v68,10,-9,146,61,167v-72,8,-54,-66,-54,-126v0,-22,-6,-36,-30,-41","w":119},"|":{"d":"29,-270r22,0r0,360r-22,0r0,-360","w":79},"}":{"d":"18,-267v73,-8,55,65,55,125v0,22,6,37,30,42v-76,9,23,173,-82,167v64,-14,-8,-146,59,-167v-68,-10,10,-149,-62,-167","w":119},"~":{"d":"158,-71v-26,-1,-52,-25,-78,-25v-19,0,-31,19,-39,33r-12,-17v10,-15,25,-37,51,-37v24,0,58,26,79,26v16,0,28,-18,35,-31r15,12v-10,19,-27,39,-51,39","w":237},"'":{"d":"31,-178r0,-81r18,0r0,81r-18,0","w":79},"\u201c":{"d":"85,-178v-1,-37,-2,-76,27,-81v2,22,-18,19,-13,49r13,0r0,32r-27,0xm31,-178v-1,-36,-3,-76,26,-81v2,22,-17,19,-12,49r12,0r0,32r-26,0","w":140},"\u2013":{"d":"180,-102r0,16r-180,0r0,-16r180,0","w":180},"\u201d":{"d":"109,-259v1,36,3,75,-26,81v-2,-22,17,-20,12,-50r-12,0r0,-31r26,0xm55,-259v1,37,2,75,-27,81v-3,-23,18,-19,13,-50r-13,0r0,-31r27,0","w":140},"\u2026":{"d":"73,0r-26,0r0,-32r26,0r0,32xm193,0r-26,0r0,-32r26,0r0,32xm313,0r-26,0r0,-32r26,0r0,32","w":360},"`":{"d":"66,-207r-50,-50r28,0r40,50r-18,0","w":119},"\u2014":{"d":"360,-86r-360,0r0,-16r360,0r0,16","w":360},"\u2122":{"d":"309,-259r0,151r-18,0r-1,-135r-52,135r-13,0r-53,-135r0,135r-18,0r0,-151r34,0r44,112r43,-112r34,0xm126,-259r0,14r-49,0r0,137r-18,0r0,-137r-49,0r0,-14r116,0","w":338},"\u00d7":{"d":"119,-78r-76,76r-13,-13r76,-76r-76,-76r13,-13r76,76r76,-76r13,13r-76,76r76,76r-13,13","w":237},"\u00a0":{"w":100}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1985, 1987, 1989, 1990, 1997, 1998, 1999, 2002 Adobe Systems
 * Incorporated.  All Rights Reserved. © 1981, 1999, 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:
 * HelveticaLTStd-Bold
 * 
 * Designer:
 * Max Miedinger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 2 3 2 4","ascent":"258","descent":"-102","x-height":"5","bbox":"-12 -279 360 81","underline-thickness":"18","underline-position":"-18","stemh":"42","stemv":"50","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u201c":29,"\u2018":22,"Y":43,"T":36,"V":29,"W":29,"A":18}},"!":{"d":"86,-51r0,51r-52,0r0,-51r52,0xm88,-258v3,70,-8,126,-15,186r-26,0v-7,-60,-18,-116,-15,-186r56,0","w":119},"\"":{"d":"100,-161r0,-97r35,0r0,97r-35,0xm35,-161r0,-97r36,0r0,97r-36,0","w":170},"#":{"d":"183,-104r-4,32r-35,0r-10,72r-34,0r10,-72r-35,0r-10,72r-34,0r10,-72r-35,0r5,-32r35,0r6,-43r-35,0r4,-33r35,0r10,-71r34,0r-10,71r35,0r10,-71r34,0r-10,71r35,0r-5,33r-35,0r-6,43r35,0xm121,-147r-35,0r-6,43r34,0"},"$":{"d":"108,-150v56,12,80,40,80,79v0,33,-21,74,-80,77r0,35r-16,0r0,-35v-58,-5,-81,-29,-81,-83r47,0v2,25,6,40,34,45r0,-76v-35,-9,-76,-23,-76,-73v0,-39,25,-74,76,-75r0,-23r16,0r0,23v27,3,71,12,76,76r-46,0v-2,-33,-16,-37,-30,-37r0,67xm92,-155r0,-62v-21,1,-30,16,-30,28v0,23,16,31,30,34xm108,-102r0,70v12,-1,32,-7,32,-35v0,-21,-18,-31,-32,-35"},"%":{"d":"47,-190v0,16,14,28,29,28v15,0,28,-12,28,-28v0,-16,-13,-29,-28,-29v-15,0,-29,13,-29,29xm10,-190v0,-36,30,-66,66,-66v36,0,65,30,65,66v0,36,-29,65,-65,65v-36,0,-66,-28,-66,-65xm244,-256r-143,263r-27,0r143,-263r27,0xm179,-61v0,-36,29,-66,65,-66v36,0,66,30,66,66v0,36,-30,65,-66,65v-36,0,-65,-28,-65,-65xm216,-61v0,16,13,28,28,28v15,0,29,-12,29,-28v0,-16,-14,-29,-29,-29v-15,0,-28,13,-28,29","w":320},"&":{"d":"116,-167v26,-10,35,-51,2,-53v-29,4,-25,35,-2,53xm206,-57r46,57r-60,0r-18,-22v-15,15,-35,29,-74,29v-94,0,-112,-114,-25,-152v-11,-12,-24,-32,-24,-54v0,-35,29,-59,69,-59v28,0,63,18,63,59v0,36,-33,56,-43,62r37,45v6,-10,11,-22,13,-42r45,0v-3,35,-12,54,-29,77xm148,-54r-48,-59v-21,15,-30,22,-30,43v0,10,8,34,38,34v17,0,31,-10,40,-18","w":259},"\u2019":{"d":"25,-213r0,-45r50,0r0,36v0,45,-28,58,-49,62r0,-19v24,-8,26,-20,27,-34r-28,0","w":100,"k":{"s":22,"l":7,".":63,",":63,"\u2019":17," ":29,"v":7,"d":29,"O":9,"A":63,"t":-7,"r":14}},"(":{"d":"113,75r-37,0v-32,-43,-63,-99,-63,-169v0,-70,30,-125,63,-170r37,0v-28,47,-49,95,-49,170v0,75,23,123,49,169","w":119},")":{"d":"7,-264r37,0v32,43,63,99,63,169v0,70,-30,125,-63,170r-37,0v28,-47,48,-95,48,-170v0,-75,-22,-123,-48,-169","w":119},"*":{"d":"122,-228r8,26r-37,12r24,35r-22,16r-25,-33r-25,33r-22,-16r24,-35r-37,-12r8,-26r37,12r0,-42r30,0r0,42","w":140},"+":{"d":"85,-111r0,-71r40,0r0,71r71,0r0,40r-71,0r0,71r-40,0r0,-71r-71,0r0,-40r71,0","w":210},",":{"d":"77,-53v5,60,-6,110,-54,113r0,-19v14,-5,28,-11,30,-41r-30,0r0,-53r54,0","w":100,"k":{"\u201d":43,"\u201c":65,"\u2018":65,"\u2019":43," ":14}},"-":{"d":"110,-124r0,47r-100,0r0,-47r100,0","w":119},".":{"d":"77,-53r0,53r-54,0r0,-53r54,0","w":100,"k":{"\u201d":43,"\u201c":65,"\u2018":65,"\u2019":43," ":14}},"\/":{"d":"112,-265r-82,272r-42,0r82,-272r42,0","w":100},"0":{"d":"12,-125v0,-90,28,-131,88,-131v60,0,89,41,89,131v0,90,-29,132,-89,132v-60,0,-88,-42,-88,-132xm63,-125v0,66,8,92,37,92v29,0,37,-26,37,-92v0,-66,-8,-90,-37,-90v-29,0,-37,24,-37,90","k":{"1":20,"0":-14}},"1":{"d":"25,-176r0,-35v49,3,72,-24,70,-45r41,0r0,256r-50,0r0,-176r-61,0","k":{"9":13,"8":13,"7":13,"6":13,"5":13,"4":13,"3":13,"2":13,"1":34,"0":20,".":45,"-":27}},"2":{"d":"184,-175v0,71,-96,97,-111,130r111,0r0,45r-175,0v2,-30,5,-62,60,-102v46,-33,64,-46,64,-75v0,-17,-11,-36,-35,-36v-35,0,-37,29,-37,48r-49,0v0,-83,61,-91,84,-91v49,0,88,29,88,81"},"3":{"d":"77,-112r0,-36v23,0,47,1,50,-35v0,-9,-4,-32,-32,-32v-35,0,-34,32,-34,41r-47,0v0,-48,27,-82,85,-82v34,0,79,18,79,72v1,27,-19,41,-31,49v72,30,34,142,-48,142v-24,0,-89,-5,-89,-85r49,0v0,14,3,45,37,45v20,0,38,-15,38,-43v0,-35,-34,-36,-57,-36"},"4":{"d":"47,-96r64,0r0,-110xm189,-96r0,39r-28,0r0,57r-50,0r0,-57r-101,0r0,-43r94,-156r57,0r0,160r28,0"},"5":{"d":"72,-209r-9,56v44,-30,124,-12,123,68v0,35,-18,92,-93,92v-40,0,-80,-24,-83,-75r50,0v2,21,14,35,36,35v24,0,38,-21,38,-48v0,-38,-44,-68,-71,-28r-45,-2r17,-140r141,0r0,42r-104,0"},"6":{"d":"182,-191r-50,0v-1,-14,-10,-24,-29,-24v-32,-1,-44,40,-42,71v7,-9,20,-21,48,-21v53,0,78,41,78,79v0,56,-34,93,-83,93v-77,0,-93,-65,-93,-129v0,-49,6,-134,95,-134v33,1,76,22,76,65xm137,-82v0,-60,-75,-58,-75,1v0,28,16,48,40,48v18,0,35,-14,35,-49"},"7":{"d":"190,-251r0,39v-24,27,-87,102,-93,212r-52,0v5,-102,69,-184,91,-207r-127,0r1,-44r180,0","k":{"6":14,"4":27,".":68,"-":34,",":68}},"8":{"d":"100,-152v20,0,32,-14,32,-32v0,-19,-14,-31,-30,-31v-23,0,-34,12,-34,31v0,15,10,32,32,32xm150,-138v64,32,52,145,-50,145v-66,0,-88,-43,-88,-78v0,-13,-1,-47,38,-65v-61,-30,-23,-120,49,-120v81,0,108,84,51,118xm100,-33v49,0,52,-79,-1,-81v-18,0,-36,12,-36,40v0,24,14,41,37,41"},"9":{"d":"61,-171v-1,68,73,60,75,4v0,-29,-12,-47,-38,-47v-13,0,-37,6,-37,43xm16,-59r50,0v3,18,14,26,29,26v20,0,46,-21,42,-72v-45,51,-126,4,-126,-59v0,-63,37,-92,87,-92v89,0,90,96,90,132v0,99,-47,131,-93,131v-44,0,-75,-25,-79,-66"},":":{"d":"87,-53r0,53r-54,0r0,-53r54,0xm87,-184r0,52r-54,0r0,-52r54,0","w":119,"k":{" ":14}},";":{"d":"87,-53v5,60,-6,110,-54,113r0,-19v14,-5,28,-11,30,-41r-30,0r0,-53r54,0xm87,-184r0,52r-54,0r0,-52r54,0","w":119,"k":{" ":14}},"<":{"d":"197,-36r0,39r-183,-78r0,-32r183,-78r0,39r-131,55","w":210},"=":{"d":"196,-151r0,40r-182,0r0,-40r182,0xm196,-72r0,41r-182,0r0,-41r182,0","w":210},">":{"d":"14,-36r130,-55r-130,-55r0,-39r183,78r0,32r-183,78r0,-39","w":210},"?":{"d":"135,-75r-48,0v0,-35,4,-50,37,-73v35,-15,22,-74,-13,-71v-32,3,-37,24,-39,42r-50,0v0,-63,47,-85,86,-85v22,0,92,6,92,77v0,29,-15,46,-43,66v-15,11,-22,18,-22,44xm138,-51r0,51r-52,0r0,-51r52,0","w":219},"@":{"d":"166,-85v43,3,63,-78,14,-81v-41,-2,-62,78,-14,81xm216,-49v-11,1,-18,-8,-21,-20v-31,41,-96,10,-96,-43v0,-64,79,-124,121,-65r5,-20r31,0r-23,107v0,4,1,8,5,8v19,0,41,-24,41,-63v0,-59,-43,-92,-98,-92v-62,0,-103,47,-103,108v0,97,121,139,183,78r32,0v-64,107,-251,53,-251,-78v0,-77,63,-136,139,-136v65,0,127,44,127,111v0,77,-67,105,-92,105","w":351},"A":{"d":"82,-53r-18,53r-57,0r92,-258r63,0r91,258r-59,0r-17,-53r-95,0xm96,-98r66,0r-32,-102","w":259,"k":{"g":7,"v":14,"w":11,"y":11,"c":7,"C":14,"d":7,"e":7,"G":18,"o":7,"O":14,"q":7,"Q":14,"s":7,"S":9,"T":32,"u":11,"U":18,"V":29,"W":22,"Y":40,"-":9,"\u201c":41,"\u201d":41,"\u2018":41,"\u2019":41}},"B":{"d":"241,-77v0,56,-23,77,-104,77r-110,0r0,-258r126,0v63,0,80,39,80,66v0,37,-21,48,-32,53v32,12,40,36,40,62xm79,-114r0,69v46,-2,111,13,108,-37v-2,-47,-64,-28,-108,-32xm79,-214r0,57v40,-3,101,13,102,-29v1,-41,-63,-25,-102,-28","w":259,"k":{"U":4,"V":14,"W":5,"Y":27,"A":11}},"C":{"d":"246,-174r-54,0v-4,-15,-12,-45,-57,-45v-26,0,-64,18,-64,91v0,46,18,88,64,88v30,0,51,-17,57,-49r54,0v-11,56,-47,96,-112,96v-69,0,-118,-47,-118,-136v0,-90,52,-136,119,-136v77,0,108,53,111,91","w":259,"k":{"Y":14,"A":14}},"D":{"d":"27,0r0,-258r114,0v87,0,106,74,106,123v0,55,-23,135,-108,135r-112,0xm80,-214r0,169r53,0v44,0,59,-44,59,-86v0,-104,-42,-80,-112,-83","w":259,"k":{"V":14,"W":14,"Y":25,"A":14,",":11,".":11}},"E":{"d":"217,-258r0,45r-137,0r0,55r126,0r0,45r-126,0r0,67r144,0r0,46r-197,0r0,-258r190,0","w":240,"k":{"G":5}},"F":{"d":"81,-109r0,109r-54,0r0,-258r184,0r0,45r-130,0r0,59r114,0r0,45r-114,0","w":219,"k":{"e":7,"o":11,"u":20,"-":5,"A":29,",":36,".":36,"i":9,"a":7,"J":72,"r":20}},"G":{"d":"149,-96r0,-43r108,0r0,139r-36,0r-6,-32v-14,16,-33,39,-80,39v-62,0,-119,-45,-119,-136v0,-70,38,-136,126,-136v79,0,111,51,114,87r-54,0v0,-10,-19,-43,-57,-43v-39,0,-74,27,-74,93v0,71,38,89,75,89v12,0,52,-5,63,-57r-60,0","w":280,"k":{"A":7}},"H":{"d":"180,-116r-100,0r0,116r-54,0r0,-258r54,0r0,97r100,0r0,-97r54,0r0,258r-54,0r0,-116","w":259,"k":{"\u201c":9,"\u201d":9}},"I":{"d":"77,-258r0,258r-54,0r0,-258r54,0","w":100},"J":{"d":"174,-258r0,183v0,55,-28,81,-80,81v-86,0,-86,-55,-86,-104r50,0v0,41,3,61,32,61v28,0,30,-18,30,-38r0,-183r54,0","k":{"o":4,"O":4,"u":7,"A":7,",":7,".":7,"a":7}},"K":{"d":"85,-87r0,87r-54,0r0,-258r54,0r0,105r99,-105r70,0r-106,105r112,153r-70,0r-79,-113","w":259,"k":{"w":27,"y":14,"e":5,"o":13,"O":11,"u":11,"A":-7,"a":7}},"L":{"d":"81,-258r0,211r129,0r0,47r-183,0r0,-258r54,0","w":219,"k":{"\u201d":50,"\u2019":50,"y":11,"O":18,"T":32,"V":40,"W":29,"Y":43,"-":27,"\u201c":117,"\u2018":90,"a":-7}},"M":{"d":"275,-258r0,258r-50,0r-1,-216r-48,216r-53,0r-48,-216r0,216r-50,0r0,-258r79,0r47,203r46,-203r78,0","w":299},"N":{"d":"184,-78v4,-57,0,-121,1,-180r50,0r0,258r-54,0r-106,-184r0,184r-50,0r0,-258r57,0","w":259},"O":{"d":"16,-129v0,-121,90,-136,124,-136v34,0,124,15,124,136v0,121,-90,136,-124,136v-34,0,-124,-15,-124,-136xm70,-129v0,72,41,90,70,90v29,0,70,-18,70,-90v0,-72,-41,-91,-70,-91v-29,0,-70,19,-70,91","w":280,"k":{".":14,",":14,"v":9,"w":9,"T":14,"V":18,"W":18,"Y":25,"A":18,"X":18}},"P":{"d":"81,-93r0,93r-54,0r0,-258r118,0v50,0,81,31,81,82v0,23,-14,83,-83,83r-62,0xm81,-138r50,0v40,0,41,-28,41,-40v0,-40,-49,-37,-91,-36r0,76","w":240,"k":{"e":11,"o":14,"u":7,"Y":9,"A":36,",":43,".":43,"a":11,"r":7}},"Q":{"d":"143,-70r28,-29r27,25v7,-13,12,-31,12,-55v0,-72,-41,-91,-70,-91v-29,0,-70,19,-70,91v0,86,48,101,99,83xm265,-10r-28,29r-31,-29v-24,14,-51,17,-66,17v-34,0,-124,-15,-124,-136v0,-121,90,-136,124,-136v34,0,124,15,124,136v0,42,-11,72,-27,92","w":280,"k":{"U":4,",":-7,".":-7}},"R":{"d":"27,0r0,-258r131,0v69,0,81,51,81,73v0,28,-14,52,-40,61v21,9,33,18,33,66v0,38,0,47,12,51r0,7r-60,0v-16,-29,16,-113,-48,-101r-56,0r0,101r-53,0xm80,-145v43,-3,105,14,105,-35v0,-14,-5,-34,-37,-34r-68,0r0,69","w":259,"k":{"y":9,"e":7,"G":4,"o":7,"O":7,"T":7,"u":7,"U":7,"V":18,"W":14,"Y":18,"A":7}},"S":{"d":"14,-80r52,0v0,14,8,42,55,42v26,0,54,-6,54,-33v0,-28,-48,-32,-75,-39v-42,-11,-82,-19,-82,-76v0,-29,15,-79,99,-79v79,0,101,51,101,83r-52,0v-1,-12,-6,-39,-53,-39v-21,0,-45,8,-45,31v9,41,59,28,91,43v35,9,67,23,67,69v0,78,-78,85,-101,85v-94,0,-111,-55,-111,-87","w":240,"k":{"v":9,"w":9,"y":9,"T":7,"V":5,"Y":18,"A":4}},"T":{"d":"137,-213r0,213r-54,0r0,-213r-78,0r0,-45r210,0r0,45r-78,0","w":219,"k":{"w":22,"y":22,"e":22,"o":29,"O":14,"u":32,"-":43,"A":32,",":29,".":29,"a":29,"J":45,"r":29,":":14,";":14}},"U":{"d":"128,7v-46,0,-102,-32,-102,-94r0,-171r55,0r0,167v0,36,21,52,46,52v37,0,52,-18,52,-49r0,-170r55,0r0,168v0,68,-41,97,-106,97","w":259,"k":{".":11,",":11,"A":18}},"V":{"d":"120,-63r57,-195r56,0r-88,258r-51,0r-87,-258r58,0","w":240,"k":{"C":20,"e":18,"G":18,"o":32,"O":18,"u":22,"-":29,"A":29,",":43,".":43,"i":9,"a":22,":":14,";":14}},"W":{"d":"79,0r-73,-258r57,0r42,189r36,-189r57,0r40,189v4,-24,9,-47,42,-189r54,0r-72,258r-52,0r-41,-202v-8,50,-12,69,-40,202r-50,0","w":339,"k":{"y":7,"e":13,"o":22,"O":7,"u":16,"-":14,"A":22,",":29,".":29,"i":9,"a":14,"r":14,":":4,";":4}},"X":{"d":"151,-134r84,134r-66,0r-49,-88r-52,88r-63,0r84,-132r-79,-126r64,0r46,83r47,-83r63,0","w":240,"k":{"y":36,"C":20,"e":14,"O":20}},"Y":{"d":"149,-97r0,97r-54,0r0,-98r-90,-160r64,0r54,112r51,-112r61,0","w":240,"k":{";":18,":":18,".":36,",":36,"C":27,"e":29,"o":36,"O":25,"S":18,"u":36,"-":50,"A":40,"i":9,"a":32}},"Z":{"d":"211,-46r0,46r-202,0r0,-46r134,-167r-130,0r0,-45r197,0r0,42r-135,170r136,0","w":219},"[":{"d":"67,-225r0,261r44,0r0,35r-88,0r0,-331r88,0r0,35r-44,0","w":119},"\\":{"d":"70,7r-82,-272r42,0r82,272r-42,0","w":100},"]":{"d":"53,36r0,-261r-44,0r0,-35r88,0r0,331r-88,0r0,-35r44,0","w":119},"^":{"d":"62,-116r-40,0r65,-135r36,0r65,135r-40,0r-43,-95","w":210},"_":{"d":"0,27r200,0r0,18r-200,0r0,-18"},"\u2018":{"d":"75,-209r0,46r-50,0r0,-37v0,-45,28,-58,49,-62r0,19v-24,8,-25,20,-26,34r27,0","w":100,"k":{"\u2018":17,".":63,",":63,"A":43}},"a":{"d":"179,-141r0,104v-2,31,11,20,11,37r-55,0v-3,-9,-3,-12,-4,-23v-22,35,-121,46,-121,-28v0,-56,52,-62,102,-68v8,-1,17,-4,17,-15v0,-21,-20,-22,-33,-22v-25,0,-30,15,-31,26r-48,0v6,-59,46,-67,85,-67v27,0,77,9,77,56xm129,-93v-11,12,-68,4,-68,39v0,18,13,23,23,23v31,0,51,-23,45,-62"},"b":{"d":"115,-36v59,0,55,-116,-2,-117v-35,0,-43,31,-43,62v0,28,13,55,45,55xm72,-258r1,91v8,-12,24,-30,56,-30v42,0,79,33,79,99v0,53,-24,103,-81,103v-22,1,-42,-9,-56,-29r0,24r-49,0r0,-258r50,0","w":219,"k":{"v":7,"y":7,"u":7,"l":4}},"c":{"d":"137,-70r51,0v-2,20,-17,75,-87,75v-72,0,-89,-55,-89,-95v0,-62,27,-107,92,-107v30,0,80,14,85,74r-51,0v-2,-13,-10,-31,-34,-31v-32,0,-40,31,-40,55v0,21,1,63,39,63v26,0,34,-25,34,-34","k":{"y":4,"l":7,"h":4,"k":7}},"d":{"d":"198,-258r0,258r-49,0v-1,-7,2,-18,-1,-24v-12,22,-34,29,-55,29v-57,0,-81,-50,-81,-103v0,-99,97,-124,136,-69r0,-91r50,0xm64,-94v0,23,9,58,41,58v32,0,45,-27,45,-55v0,-31,-8,-62,-43,-62v-32,0,-43,29,-43,59","w":219,"k":{"v":5,"w":5,"y":5,"d":4}},"e":{"d":"136,-56r52,0v-13,46,-51,61,-84,61v-54,0,-96,-26,-96,-105v0,-23,8,-97,92,-97v40,0,94,27,90,115r-131,0v1,14,4,47,45,47v14,0,28,-7,32,-21xm60,-115r78,0v-6,-59,-76,-49,-78,0","k":{".":-7,",":-4,"v":5,"w":5,"y":5,"x":5}},"f":{"d":"82,-156r0,156r-51,0r0,-156r-27,0r0,-36r27,0v-7,-58,29,-77,82,-69r0,41v-23,-2,-36,1,-31,28r32,0r0,36r-32,0","w":119,"k":{"e":4,"o":7,"\u201d":-11,"\u2019":-11,"l":9,",":4,".":4,"f":18,"i":9,"t":13}},"g":{"d":"151,-192r48,0r0,182v0,33,-3,88,-97,88v-40,0,-81,-16,-83,-57r54,0v2,10,7,19,36,19v36,0,45,-31,39,-68v-8,15,-21,29,-51,29v-46,0,-83,-32,-83,-99v0,-66,38,-99,80,-99v37,0,49,22,57,34r0,-29xm66,-95v0,24,10,54,40,54v63,-1,54,-114,0,-112v-19,0,-40,13,-40,58","w":219,"k":{"g":4,"y":7,"e":-4}},"h":{"d":"197,-132r0,132r-51,0r0,-116v0,-14,-1,-38,-33,-38v-59,-1,-34,98,-39,154r-51,0r0,-258r51,0r1,91v6,-16,28,-30,55,-30v37,0,67,23,67,65","w":219,"k":{"y":7,"\u2019":14}},"i":{"d":"25,-192r50,0r0,192r-50,0r0,-192xm75,-261r0,47r-50,0r0,-47r50,0","w":100,"k":{"j":4}},"j":{"d":"75,-192r0,212v0,56,-28,58,-74,57r0,-40v14,-1,24,5,24,-18r0,-211r50,0xm75,-261r0,47r-50,0r0,-47r50,0","w":100},"k":{"d":"75,-60r0,60r-50,0r0,-258r50,0r0,139r64,-73r62,0r-68,75r69,117r-60,0r-46,-82","k":{"g":7,"e":7,"o":5}},"l":{"d":"75,-258r0,258r-50,0r0,-258r50,0","w":100,"k":{"w":5,"y":5}},"m":{"d":"297,-132r0,132r-50,0r0,-116v0,-28,-12,-38,-27,-38v-25,0,-35,16,-35,39r0,115r-50,0r0,-115v0,-16,0,-39,-30,-39v-24,0,-32,16,-32,37r0,117r-50,0r0,-192r48,0v1,9,-2,22,1,29v6,-13,20,-34,54,-34v28,0,41,10,54,31v6,-9,20,-31,51,-31v37,0,66,23,66,65","w":320,"k":{"y":11,"u":7}},"n":{"d":"197,-132r0,132r-51,0r0,-116v0,-14,-1,-38,-33,-38v-59,-1,-34,98,-39,154r-51,0r0,-192r49,0r0,29v7,-12,22,-34,58,-34v37,0,67,23,67,65","w":219,"k":{"v":14,"w":7,"y":7,"u":4,"\u201d":7,"\u2019":7}},"o":{"d":"208,-96v0,69,-47,101,-98,101v-51,0,-98,-32,-98,-101v0,-69,47,-101,98,-101v51,0,98,32,98,101xm156,-96v0,-24,-7,-58,-46,-58v-39,0,-46,34,-46,58v0,24,7,59,46,59v39,0,46,-35,46,-59","w":219,"k":{"v":7,"w":5,"y":7,"x":11}},"p":{"d":"71,-91v0,28,12,55,44,55v59,0,55,-116,-2,-117v-35,0,-42,31,-42,62xm71,-192r0,28v9,-15,24,-33,58,-33v42,0,79,33,79,99v0,53,-24,103,-81,103v-35,0,-48,-19,-54,-29r0,99r-51,0r0,-267r49,0","w":219,"k":{"y":5}},"q":{"d":"150,-192r49,0r0,267r-51,0r0,-99v-10,19,-30,29,-55,29v-117,0,-105,-201,3,-202v33,0,47,21,54,34r0,-29xm64,-92v0,34,13,55,43,55v24,0,42,-19,42,-58v0,-53,-33,-58,-43,-58v-19,0,-42,12,-42,61","w":219},"r":{"d":"23,0r0,-192r48,0v1,11,-2,25,1,34v10,-21,27,-44,62,-38r0,51v-39,-5,-61,19,-61,45r0,100r-50,0","w":140,"k":{"g":5,"v":-4,"y":-4,"c":7,"d":7,"e":7,"o":7,"q":7,"s":5,"u":5,"-":7,"\u2019":-14,"l":5,"h":5,"k":5,",":22,".":22,"i":5,"t":-7,"a":7,"r":5,"m":5,"n":5,"p":5}},"s":{"d":"181,-133r-49,0v-2,-12,-7,-25,-34,-25v-27,0,-31,10,-31,18v0,30,120,8,120,79v0,56,-54,66,-84,66v-44,0,-91,-15,-92,-66r52,0v0,16,9,28,41,28v26,0,32,-13,32,-20v0,-32,-118,-7,-118,-79v0,-28,17,-65,77,-65v37,0,82,10,86,64","k":{"v":7,"w":5,"y":7,"\u2019":7}},"t":{"d":"80,-243r0,51r31,0r0,36r-31,0r0,105v-5,15,14,16,31,14r0,38v-43,5,-91,-4,-81,-40r0,-117r-26,0r0,-36r26,0r0,-51r50,0","w":119,"k":{"e":5,"o":7,"u":9,"\u2019":-7,"t":11}},"u":{"d":"196,-192r0,192r-48,0v-1,-8,2,-21,-1,-27v-29,53,-123,42,-123,-39r0,-126r50,0r0,119v0,30,18,36,33,36v17,0,39,-10,39,-44r0,-111r50,0","w":219,"k":{"v":7,"y":7}},"v":{"d":"195,-192r-69,192r-53,0r-68,-192r56,0r40,142r41,-142r53,0","k":{"c":7,"e":7,"o":11,"u":7,"-":4,",":29,".":29,"a":7}},"w":{"d":"277,-192r-55,192r-52,0r-31,-140r-30,140r-51,0r-54,-192r53,0r31,138r27,-138r51,0r29,138r30,-138r52,0","w":280,"k":{"c":7,"d":7,"e":7,"o":7,",":14,".":14,"a":7}},"x":{"d":"130,-98r65,98r-63,0r-33,-58r-33,58r-61,0r66,-98r-63,-94r61,0r33,56r31,-56r60,0","k":{"c":14,"e":4,"o":14,"-":27,"a":7}},"y":{"d":"194,-192r-66,189v-27,82,-32,82,-97,79r0,-40v23,2,38,2,43,-28r-70,-200r56,0r42,142r39,-142r53,0","k":{".":29,",":29,"g":7,"c":7,"d":7,"e":4,"o":9,"s":7,"a":11}},"z":{"d":"169,-150r-97,109r101,0r0,41r-166,0r0,-39r98,-112r-91,0r0,-41r155,0r0,42","w":180,"k":{"e":-4,"o":4}},"{":{"d":"131,39r0,32v-44,3,-80,-4,-80,-50r0,-72v0,-22,-24,-27,-34,-27r0,-33v10,0,34,-6,34,-28r0,-72v3,-45,37,-52,80,-49r0,32v-53,-10,-32,50,-36,94v-4,32,-31,36,-41,40v12,1,36,8,41,39v6,39,-24,101,36,94","w":140},"|":{"d":"30,-279r41,0r0,360r-41,0r0,-360","w":100},"}":{"d":"123,-111r0,33v-10,0,-34,5,-34,27r0,72v-3,46,-36,53,-80,50r0,-32v53,10,32,-50,36,-94v4,-32,31,-36,41,-40v-12,-1,-36,-8,-41,-39v-6,-39,24,-101,-36,-94r0,-32v44,-3,80,2,80,49r0,72v0,22,24,28,34,28","w":140},"~":{"d":"67,-122v24,0,56,25,77,25v14,0,23,-13,31,-26r13,32v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-13,-32v8,-15,21,-31,45,-31","w":210},"'":{"d":"25,-161r0,-97r35,0r0,97r-35,0","w":85},"\u201c":{"d":"73,-209r0,46r-50,0r0,-37v0,-45,28,-58,49,-62r0,19v-24,8,-25,20,-26,34r27,0xm157,-209r0,46r-50,0r0,-37v0,-45,28,-58,49,-62r0,19v-24,8,-26,20,-27,34r28,0","w":180,"k":{".":117,",":117," ":36,"A":45}},"\u2013":{"d":"200,-120r0,38r-200,0r0,-38r200,0"},"\u201d":{"d":"23,-213r0,-45r50,0r0,36v0,45,-28,58,-49,62r0,-19v24,-8,26,-20,27,-34r-28,0xm107,-213r0,-45r50,0r0,36v0,45,-28,58,-49,62r0,-19v24,-8,25,-20,26,-34r-27,0","w":180,"k":{".":117,",":117," ":29,"A":63}},"\u2026":{"d":"87,-53r0,53r-54,0r0,-53r54,0xm207,-53r0,53r-54,0r0,-53r54,0xm327,-53r0,53r-54,0r0,-53r54,0","w":360},"`":{"d":"45,-217r-53,-53r55,0r34,53r-36,0","w":119},"\u2014":{"d":"360,-120r0,38r-360,0r0,-38r360,0","w":360},"\u2122":{"d":"222,-258r34,90r33,-90r55,0r0,148r-38,0r-1,-101r-35,101r-29,0r-36,-101r0,101r-38,0r0,-148r55,0xm139,-258r0,30r-42,0r0,118r-40,0r0,-118r-41,0r0,-30r123,0","w":360},"\u00d7":{"d":"77,-91r-63,-62r29,-29r62,62r62,-62r29,29r-62,62r62,62r-29,29r-62,-63r-62,63r-29,-29","w":210},"\u00a0":{"w":100,"k":{"\u201c":29,"\u2018":22,"Y":43,"T":36,"V":29,"W":29,"A":18}}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1985, 1987, 1988, 1994, 1999, 2002 Adobe Systems Incorporated.  All
 * Rights Reserved. © 1981, 1999, 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:
 * HelveticaLTStd-LightObl
 * 
 * Designer:
 * Max Miedinger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica LT Std","font-weight":300,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"258","descent":"-102","x-height":"5","bbox":"-14 -295 382 98","underline-thickness":"18","underline-position":"-18","slope":"-12","stemh":"18","stemv":"22","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"66,-65r19,-114r17,-80r26,0r-46,194r-16,0xm73,0r-26,0r7,-32r26,0","w":119},"\"":{"d":"58,-178r18,-81r18,0r-17,81r-19,0xm98,-178r18,-81r18,0r-17,81r-19,0","w":100},"#":{"d":"203,-103r-4,21r-40,0r-29,82r-21,0r28,-82r-49,0r-30,82r-21,0r30,-82r-40,0r5,-21r43,0r18,-51r-40,0r4,-21r43,0r28,-76r21,0r-27,76r49,0r27,-76r21,0r-27,76r36,0r-4,21r-39,0r-18,51r36,0xm163,-154r-49,0r-18,51r49,0"},"$":{"d":"122,-142r19,-92v-27,0,-51,18,-57,45v-7,32,13,39,38,47xm133,-116r-22,103v30,0,60,-22,66,-52v8,-36,-14,-45,-44,-51xm107,7r-5,27r-17,0r6,-27v-46,-1,-71,-32,-62,-80r23,0v-7,32,10,58,42,60r23,-107v-38,-10,-67,-23,-57,-68v9,-40,47,-67,86,-66r5,-22r16,0r-4,22v40,0,63,23,56,64r-23,0v5,-26,-12,-44,-38,-44r-20,95v45,11,73,24,61,78v-9,42,-54,67,-92,68"},"%":{"d":"262,-119v33,0,53,27,46,59v-7,33,-38,60,-71,60v-33,0,-54,-27,-47,-60v7,-32,40,-59,72,-59xm257,-99v-43,-5,-71,76,-16,78v44,4,71,-75,16,-78xm184,-192v-7,33,-39,60,-72,60v-33,0,-54,-28,-47,-60v7,-32,39,-59,72,-59v33,0,54,26,47,59xm116,-153v43,5,70,-75,16,-78v-43,-5,-71,75,-16,78xm294,-254r-198,259r-18,0r198,-259r18,0","w":320},"&":{"d":"174,-47r-56,-88v-31,13,-59,39,-64,67v-13,73,88,64,120,21xm177,-194v13,-19,7,-46,-20,-46v-18,0,-38,12,-42,31v-3,15,10,38,17,49v16,-9,34,-18,45,-34xm141,-144r49,77v12,-15,17,-32,21,-50r22,0v-6,23,-16,47,-33,67r32,50r-29,0r-19,-31v-47,58,-172,52,-154,-39v8,-39,43,-65,79,-80v-38,-40,-5,-109,53,-109v32,0,50,23,44,50v-7,35,-34,49,-65,65","w":240},"\u2019":{"d":"110,-259v-6,33,-12,75,-43,81v0,-23,23,-21,22,-50r-12,0r7,-31r26,0","w":79,"k":{"\u2019":6,"t":6,"s":27}},"(":{"d":"156,-266v-77,82,-127,210,-71,335r-18,0v-69,-121,-14,-256,71,-335r18,0","w":119},")":{"d":"5,69v77,-82,129,-210,72,-335r18,0v68,122,14,256,-71,335r-19,0","w":119},"*":{"d":"72,-233r36,16r9,-42r15,0r-9,42r45,-15r2,16r-44,13r19,38r-16,9r-18,-39r-36,38r-11,-10r35,-36r-37,-14","w":140},"+":{"d":"130,-101r16,-79r22,0r-17,79r79,0r-4,22r-79,0r-17,79r-22,0r17,-79r-79,0r4,-22r80,0","w":237},",":{"d":"70,-32v-6,34,-13,75,-44,81v2,-20,21,-23,23,-49r-12,0r7,-32r26,0","w":100},"-":{"d":"37,-105r91,0r-5,23r-91,0","w":119},".":{"d":"63,0r-26,0r7,-32r26,0","w":100},"\/":{"d":"160,-266r-148,298r-20,0r148,-298r20,0","w":100},"0":{"d":"189,-125v12,-55,14,-109,-40,-109v-50,0,-74,56,-86,112v-14,65,-9,108,40,108v55,0,75,-60,86,-111xm154,-254v75,0,71,73,58,132v-14,67,-43,127,-113,127v-70,0,-73,-60,-58,-130v14,-64,40,-129,113,-129"},"1":{"d":"109,0r40,-189r-66,0r3,-15v39,-3,64,-6,81,-50r19,0r-54,254r-23,0"},"2":{"d":"86,-171r-25,0v10,-50,50,-83,100,-83v51,0,72,31,63,70v-22,96,-149,82,-178,165r141,0r-4,19r-166,0v14,-101,173,-113,182,-182v5,-33,-14,-52,-45,-52v-33,0,-62,29,-68,63"},"3":{"d":"59,-180v6,-40,49,-74,98,-74v40,0,68,21,59,63v-6,26,-21,46,-48,56v35,12,37,40,32,63v-9,42,-45,77,-98,77v-59,0,-81,-19,-74,-78r23,0v-8,39,14,59,51,59v37,0,69,-28,74,-58v8,-41,-26,-53,-71,-50r4,-19v43,0,76,-10,84,-49v7,-31,-16,-44,-45,-44v-32,0,-59,22,-66,54r-23,0"},"4":{"d":"129,0r13,-63r-116,0r5,-19r153,-169r21,0r-36,169r35,0r-3,19r-36,0r-13,63r-23,0xm175,-217r-122,135r93,0"},"5":{"d":"27,-66r23,0v-3,34,19,52,52,52v71,0,114,-129,25,-130v-23,0,-43,9,-61,27r-18,-3r48,-131r126,0r-4,19r-107,0r-34,85v58,-37,141,-10,122,68v-13,53,-56,84,-98,84v-48,0,-81,-18,-74,-71"},"6":{"d":"222,-192r-24,0v0,-26,-12,-42,-39,-42v-62,0,-82,66,-96,114v18,-19,38,-39,75,-39v51,0,75,31,64,82v-11,51,-48,82,-99,82v-51,0,-82,-31,-63,-121v13,-60,46,-138,121,-138v40,0,65,21,61,62xm133,-140v-36,0,-63,29,-70,63v-6,28,2,63,44,63v43,0,66,-33,72,-64v8,-39,-6,-62,-46,-62"},"7":{"d":"70,-228r5,-23r161,0r-4,21v-90,82,-139,180,-152,230r-25,0v21,-73,87,-168,149,-228r-134,0"},"8":{"d":"127,-124v-69,0,-112,109,-22,110v33,0,64,-23,71,-57v8,-36,-15,-53,-49,-53xm149,-234v-28,0,-55,15,-61,45v-6,31,16,45,44,45v28,0,52,-14,60,-50v5,-26,-8,-40,-43,-40xm89,-136v-59,-36,0,-118,62,-118v39,0,73,18,64,62v-5,26,-20,45,-47,57v26,10,38,33,32,63v-11,50,-52,77,-106,77v-37,0,-73,-25,-63,-75v6,-30,27,-55,58,-66"},"9":{"d":"31,-56r23,0v0,27,13,42,41,42v60,0,83,-67,94,-114v-40,63,-160,51,-138,-42v11,-48,44,-84,99,-84v68,0,77,57,62,128v-18,86,-66,131,-120,131v-40,0,-66,-20,-61,-61xm146,-234v-68,-12,-111,127,-26,126v66,8,108,-123,26,-126"},":":{"d":"63,0r-26,0r7,-32r26,0xm94,-145r-26,0r7,-32r26,0","w":100},";":{"d":"70,-32v-6,34,-13,75,-44,81v2,-20,21,-23,23,-49r-12,0r7,-32r26,0xm94,-145r-26,0r7,-32r26,0","w":100},"<":{"d":"77,-92r136,71r-5,23r-162,-84r4,-20r197,-80r-4,23","w":237},"=":{"d":"238,-136r-5,22r-180,0r5,-22r180,0xm223,-66r-5,21r-180,0r5,-21r180,0","w":237},">":{"d":"230,-102r-4,20r-198,84r5,-23r167,-71r-137,-67r4,-23","w":237},"?":{"d":"113,-66r-21,0v5,-26,11,-46,34,-66v26,-22,57,-41,63,-68v5,-26,-10,-47,-46,-47v-35,0,-62,27,-68,61r-22,0v6,-48,48,-80,95,-80v49,0,73,27,64,68v-11,55,-94,65,-99,132xm102,0r-26,0r6,-32r27,0","w":180},"@":{"d":"259,-60r21,0v-31,42,-84,67,-131,67v-77,0,-123,-62,-107,-138v16,-75,91,-135,164,-135v69,0,114,48,100,114v-12,57,-67,105,-106,105v-13,0,-26,-6,-27,-19v-33,32,-99,19,-86,-36v11,-48,60,-109,113,-109v17,0,31,9,35,24r9,-17r24,0r-59,109v-9,16,-14,29,0,29v30,0,68,-49,76,-87v12,-59,-28,-95,-82,-95v-67,0,-126,55,-140,120v-14,65,25,117,90,117v37,0,78,-18,106,-49xm136,-71v33,0,72,-60,79,-92v3,-14,-4,-27,-19,-27v-38,0,-74,53,-81,86v-4,17,3,33,21,33","w":288},"A":{"d":"31,0r-26,0r157,-259r28,0r44,259r-25,0r-12,-81r-119,0xm171,-238r-80,136r102,0","w":240},"B":{"d":"80,-124r-22,103v69,-2,142,12,153,-52v12,-66,-71,-49,-131,-51xm104,-238r-20,93v63,2,136,1,141,-49v3,-32,-10,-44,-64,-44r-57,0xm235,-73v-18,91,-110,71,-206,73r55,-259r94,0v110,-11,75,117,17,121v35,5,47,31,40,65","w":240},"C":{"d":"278,-184r-26,0v-1,-44,-24,-61,-68,-61v-63,0,-102,54,-115,115v-12,58,-4,116,67,116v45,0,80,-30,98,-71r25,0v-22,50,-63,92,-132,92v-80,0,-98,-64,-82,-137v21,-99,80,-136,149,-136v53,0,87,28,84,82","w":259},"D":{"d":"216,-32v-50,45,-109,29,-187,32r55,-259v62,4,126,-13,165,19v29,24,27,75,20,110v-7,34,-24,72,-53,98xm104,-238r-46,217v47,-1,85,5,122,-12v39,-18,56,-62,64,-97v8,-38,8,-81,-24,-99v-27,-15,-76,-7,-116,-9","w":259},"E":{"d":"205,0r-176,0r55,-259r173,0r-5,21r-148,0r-20,93r134,0r-5,21r-133,0r-22,103r152,0","w":219},"F":{"d":"51,0r-24,0r55,-259r167,0r-5,21r-142,0r-20,93r129,0r-4,21r-130,0","k":{"A":20,",":46,".":46}},"G":{"d":"251,-113r-88,0r5,-21r111,0r-29,134r-21,0r10,-44v-24,31,-57,51,-108,51v-66,0,-103,-46,-84,-138v16,-76,66,-135,148,-135v54,0,92,27,92,82r-26,0v0,-39,-29,-61,-68,-61v-68,0,-109,51,-124,124v-12,57,12,107,71,107v46,0,106,-46,111,-99","w":280},"H":{"d":"53,0r-24,0r55,-259r24,0r-23,111r153,0r24,-111r24,0r-55,259r-24,0r27,-127r-154,0","w":259},"I":{"d":"62,0r-24,0r55,-259r24,0","w":100},"J":{"d":"25,-82r25,0v-7,32,-13,67,32,67v33,0,50,-21,58,-57r40,-187r24,0r-39,188v-11,50,-40,78,-90,78v-58,0,-60,-43,-50,-89","w":180},"K":{"d":"55,0r-24,0r55,-259r24,0r-28,134r161,-134r28,0r-124,103r87,156r-30,0r-78,-141r-50,41","w":240},"L":{"d":"193,0r-164,0r55,-259r25,0r-51,238r139,0","k":{"T":33,"V":33,"W":20,"y":13,"Y":40,"\u2019":27}},"M":{"d":"53,0r-25,0r55,-259r38,0r37,228r132,-228r37,0r-55,259r-25,0r49,-231r-134,231r-23,0r-37,-231","w":299},"N":{"d":"203,0r-102,-226r-48,226r-25,0r56,-259r27,0r102,226r49,-226r24,0r-55,259r-28,0","w":259},"O":{"d":"46,-129v16,-76,72,-137,149,-137v81,0,109,61,93,137v-16,75,-70,136,-150,136v-80,0,-108,-61,-92,-136xm143,-14v67,0,108,-55,121,-115v15,-72,-12,-116,-72,-116v-67,0,-108,56,-121,116v-13,61,4,115,72,115","w":280},"P":{"d":"53,0r-25,0r55,-259r95,0v67,0,79,33,69,72v-19,77,-88,75,-170,73xm81,-135v67,-1,127,8,142,-54v13,-56,-64,-51,-120,-49","w":219,"k":{"A":27,",":46,".":46}},"Q":{"d":"225,-24r29,26r-17,17r-32,-30v-20,11,-43,18,-69,18v-80,0,-107,-61,-91,-136v15,-72,67,-137,148,-137v73,0,112,49,93,137v-9,42,-30,80,-61,105xm181,-65r29,26v26,-21,44,-54,52,-90v17,-77,-17,-116,-72,-116v-67,0,-108,56,-121,116v-13,62,4,115,72,115v18,0,34,-5,48,-12r-25,-22","w":280},"R":{"d":"83,-139v69,0,139,10,151,-51v13,-67,-72,-44,-130,-48xm193,0v-6,-19,7,-68,7,-86v-2,-53,-76,-25,-122,-32r-25,118r-24,0r55,-259v79,1,197,-17,175,68v-8,33,-23,50,-56,63v28,10,24,43,19,70v-9,43,-3,48,-2,58r-27,0","w":240,"k":{"T":6,"V":6,"W":6,"Y":13}},"S":{"d":"32,-77r24,0v-6,46,21,63,61,63v46,0,71,-26,77,-54v17,-80,-153,-27,-131,-129v8,-36,45,-69,103,-69v58,0,80,35,71,77r-24,0v9,-40,-18,-56,-51,-56v-50,0,-75,30,-76,57v-3,67,154,19,133,119v-10,48,-51,76,-111,76v-54,0,-88,-28,-76,-84","w":219},"T":{"d":"57,-238r4,-21r188,0r-4,21r-82,0r-51,238r-24,0r51,-238r-82,0","k":{"w":30,"y":30,"A":33,",":40,".":40,"c":40,"e":40,"o":40,"-":46,"a":40,"r":33,"s":40,"u":33,":":40,";":40}},"U":{"d":"50,-98r35,-161r24,0r-33,154v-14,64,4,91,57,91v113,0,99,-156,128,-245r24,0r-34,161v-14,67,-55,105,-122,105v-68,0,-93,-39,-79,-105","w":259},"V":{"d":"96,0r-34,-259r25,0r29,230r127,-230r26,0r-146,259r-27,0","w":219,"k":{"y":6,"A":27,",":46,".":46,"e":20,"o":20,"-":20,"a":20,"r":13,"u":13,":":27,";":27,"i":6}},"W":{"d":"229,-259r11,224r105,-224r25,0r-123,259r-27,0r-12,-229r-109,229r-27,0r-12,-259r25,0r8,224r108,-224r28,0","w":320,"k":{"A":13,",":27,".":27,"e":6,"o":6,"a":13,"r":6,"u":6,":":6,";":6}},"X":{"d":"185,0r-51,-114r-100,114r-28,0r118,-133r-59,-126r29,0r47,109r95,-109r28,0r-111,126r60,133r-28,0","w":219},"Y":{"d":"87,-259r50,125r105,-125r28,0r-125,146r-24,113r-24,0r24,-111r-62,-148r28,0","w":219,"k":{"v":14,"A":27,",":40,".":40,"e":33,"o":33,"q":33,"-":40,"a":33,"u":13,":":33,";":33,"i":7,"p":13}},"Z":{"d":"208,0r-197,0r4,-21r213,-217r-152,0r4,-21r182,0r-4,20r-212,218r167,0","w":219},"[":{"d":"86,69r-68,0r71,-335r69,0r-4,18r-46,0r-63,299r45,0","w":119},"\\":{"d":"74,32r-21,-298r20,0r21,298r-20,0","w":100},"]":{"d":"144,-266r-72,335r-68,0r4,-18r45,0r64,-299r-45,0r4,-18r68,0","w":119},"^":{"d":"66,-88r-21,0r117,-163r19,0r49,163r-21,0r-42,-141","w":237},"_":{"d":"-6,27r180,0r-4,18r-180,0","w":180},"\u2018":{"d":"63,-178v6,-33,12,-75,43,-81v-2,20,-22,22,-22,49r12,0r-7,32r-26,0","w":79,"k":{"\u2018":6}},"a":{"d":"83,-14v46,0,84,-32,86,-84v-44,17,-110,4,-119,50v-4,23,12,34,33,34xm192,-1v-20,10,-49,1,-38,-25v-22,20,-49,31,-76,31v-33,0,-56,-18,-51,-54v7,-51,83,-56,138,-66v22,-20,17,-57,-27,-57v-30,0,-52,10,-63,42r-22,0v13,-44,49,-62,90,-62v38,0,64,15,55,58r-22,102v-4,17,1,20,20,14"},"b":{"d":"70,-94v-9,45,5,80,46,80v36,0,68,-26,79,-73v11,-47,0,-85,-45,-85v-39,0,-71,36,-80,78xm58,-33v-5,9,-5,23,-8,33r-22,0r56,-259r21,0r-22,102v19,-23,48,-35,74,-35v57,0,74,47,63,99v-12,55,-46,98,-106,98v-24,0,-48,-14,-56,-38","w":219},"c":{"d":"207,-128r-22,0v-1,-28,-17,-44,-46,-44v-44,0,-71,40,-79,79v-8,39,1,79,46,79v32,0,56,-19,68,-50r23,0v-16,41,-48,69,-95,69v-59,0,-77,-43,-65,-98v11,-52,50,-99,106,-99v43,0,67,21,64,64"},"d":{"d":"190,-94v9,-42,-7,-78,-46,-78v-78,0,-125,158,-34,158v41,0,71,-35,80,-80xm203,-157r22,-102r22,0r-55,259r-22,0v1,-10,7,-24,6,-33v-18,24,-49,38,-73,38v-60,0,-75,-43,-63,-98v11,-52,47,-99,104,-99v26,0,50,12,59,35","w":219},"e":{"d":"62,-106r122,0v8,-36,-6,-66,-45,-66v-38,0,-65,31,-77,66xm203,-88r-145,0v-9,40,6,74,47,74v28,0,54,-16,66,-43r24,0v-18,35,-46,62,-94,62v-60,0,-77,-43,-65,-98v12,-54,54,-99,107,-99v51,0,75,37,60,104"},"f":{"d":"71,-168r-28,0r4,-18r28,0v6,-44,19,-89,73,-77r-4,20v-37,-11,-43,27,-48,57r36,0r-4,18r-36,0r-35,168r-22,0","w":100,"k":{"\u2019":-6,"f":6}},"g":{"d":"190,-93v9,-45,-5,-79,-46,-79v-36,0,-69,26,-80,73v-11,47,1,85,46,85v39,0,71,-37,80,-79xm202,-154v5,-8,5,-22,8,-32r21,0r-36,168v-11,50,-36,94,-107,94v-55,0,-71,-31,-67,-53r23,0v0,28,22,34,48,34v59,0,76,-44,84,-87v-19,23,-48,35,-74,35v-57,0,-73,-47,-62,-99v12,-55,45,-98,105,-98v24,0,49,14,57,38","w":219},"h":{"d":"48,0r-22,0r55,-259r22,0r-21,98v30,-33,92,-47,117,-4v11,57,-19,111,-25,165r-22,0r26,-122v7,-33,-2,-50,-37,-50v-82,0,-74,105,-93,172"},"i":{"d":"51,0r-22,0r40,-186r21,0xm100,-227r-24,0r7,-32r24,0","w":79},"j":{"d":"71,-186r22,0r-45,211v-4,37,-21,52,-62,47r5,-19v24,3,31,-6,35,-25xm109,-259r-6,32r-24,0r7,-32r23,0","w":79},"k":{"d":"46,0r-22,0r56,-259r21,0r-34,161r110,-88r30,0r-85,67r53,119r-24,0r-48,-104r-42,33","w":180},"l":{"d":"51,0r-22,0r55,-259r22,0","w":79},"m":{"d":"136,-172v-76,0,-74,105,-91,172r-22,0r40,-186r21,0v-1,9,-6,21,-5,28v15,-21,41,-34,65,-34v35,0,43,16,47,36v17,-24,41,-36,68,-36v51,0,51,37,43,74r-26,118r-21,0r27,-129v6,-27,1,-43,-30,-43v-76,0,-74,105,-91,172r-22,0r27,-129v6,-27,1,-43,-30,-43","w":299},"n":{"d":"141,-172v-82,0,-74,105,-93,172r-22,0r40,-186r21,0r-5,25v30,-33,92,-47,117,-4v11,57,-19,111,-25,165r-22,0r26,-122v7,-33,-2,-50,-37,-50"},"o":{"d":"99,5v-48,0,-80,-33,-66,-98v12,-54,50,-99,108,-99v58,0,77,44,65,99v-13,59,-55,98,-107,98xm183,-93v9,-44,0,-79,-46,-79v-45,0,-71,39,-80,79v-10,46,5,79,46,79v45,0,71,-39,80,-79"},"p":{"d":"70,-93v-9,42,7,79,46,79v78,0,125,-158,34,-158v-41,0,-71,34,-80,79xm57,-30r-22,103r-22,0r55,-259r22,0v-1,10,-7,24,-6,32v18,-24,48,-38,72,-38v60,0,76,43,64,98v-11,52,-47,99,-104,99v-26,0,-50,-12,-59,-35","w":219},"q":{"d":"190,-94v9,-42,-7,-78,-46,-78v-78,0,-125,158,-34,158v41,0,71,-35,80,-80xm202,-154v5,-8,5,-22,8,-32r21,0r-55,259r-22,0r22,-103v-19,23,-48,35,-74,35v-57,0,-73,-47,-62,-99v12,-55,45,-98,105,-98v24,0,49,14,57,38","w":219},"r":{"d":"146,-168v-83,0,-79,100,-97,168r-22,0r40,-186r21,0r-7,34v18,-30,39,-40,70,-40","w":119,"k":{"y":-6,"f":-6,",":33,".":33,"c":6,"d":6,"e":6,"m":-6,"n":-6,"o":6,"q":6,"t":-6,"-":20}},"s":{"d":"29,-58r22,0v0,32,15,44,47,44v31,0,49,-17,53,-35v12,-54,-117,-16,-101,-89v6,-31,36,-54,77,-54v40,0,63,17,59,59r-21,0v2,-29,-15,-39,-42,-39v-27,0,-45,13,-49,32v-11,51,115,19,100,91v-8,36,-44,54,-88,54v-44,0,-62,-28,-57,-63","w":180},"t":{"d":"95,-17r-4,18v-25,7,-60,8,-51,-33r29,-136r-26,0r4,-18r26,0r11,-52r22,0r-11,52r35,0r-4,18r-35,0r-27,127v-11,28,11,30,31,24","w":100},"u":{"d":"99,-14v73,-1,76,-107,93,-172r21,0r-39,186r-22,0r6,-26v-14,13,-34,31,-67,31v-50,0,-59,-30,-51,-69r26,-122r21,0r-26,122v-7,32,4,50,38,50"},"v":{"d":"77,0r-31,-186r23,0r27,159r94,-159r23,0r-111,186r-25,0","w":180,"k":{",":27,".":27}},"w":{"d":"182,-186r8,157r82,-157r22,0r-100,186r-23,0r-8,-157r-75,157r-26,0r-17,-186r22,0r14,159r77,-159r24,0","w":259,"k":{",":20,".":20}},"x":{"d":"147,0r-39,-81r-75,81r-27,0r93,-96r-47,-90r26,0r36,74r69,-74r27,0r-86,90r49,96r-26,0","w":180},"y":{"d":"9,71r5,-20v38,13,49,-29,64,-50r-32,-187r24,0r26,160r94,-160r23,0r-109,183v-34,54,-42,84,-95,74","w":180,"k":{",":33,".":33}},"z":{"d":"168,0r-156,0r4,-19r155,-149r-115,0r4,-18r143,0r-4,19r-155,149r128,0","w":180},"{":{"d":"37,-98v78,-16,15,-174,117,-167v-68,19,-25,146,-94,167v65,23,-42,142,26,167v-80,6,-34,-80,-28,-126v3,-22,2,-36,-21,-41","w":119},"|":{"d":"90,-295r18,0r0,393r-18,0r0,-393","w":144},"}":{"d":"75,-267v80,-6,34,79,28,125v-3,22,-2,37,21,42v-79,14,-14,174,-117,167v68,-19,24,-148,94,-167v-66,-24,45,-144,-26,-167","w":119},"~":{"d":"174,-71v-26,-1,-50,-25,-74,-25v-19,0,-35,19,-46,33r-8,-17v14,-15,32,-37,58,-37v24,0,54,26,74,26v16,0,32,-18,42,-31r12,12v-14,19,-34,39,-58,39","w":237},"'":{"d":"68,-178r18,-81r18,0r-17,81r-19,0","w":79},"\u201c":{"d":"123,-178v6,-34,13,-75,44,-81v-2,20,-21,23,-23,49r12,0r-7,32r-26,0xm69,-178v6,-33,12,-75,43,-81v-2,20,-22,22,-22,49r12,0r-7,32r-26,0","w":140},"\u2013":{"d":"202,-102r-4,16r-180,0r4,-16r180,0","w":180},"\u201d":{"d":"164,-259v-6,33,-12,75,-43,81v0,-23,23,-21,22,-50r-12,0r7,-31r26,0xm110,-259v-6,34,-13,75,-44,81v2,-21,22,-23,23,-50r-12,0r7,-31r26,0","w":140},"\u2026":{"d":"73,0r-26,0r7,-32r26,0xm193,0r-26,0r7,-32r26,0xm313,0r-26,0r7,-32r26,0","w":360},"`":{"d":"110,-207r-39,-50r28,0r29,50r-18,0","w":119},"\u2014":{"d":"378,-86r-360,0r4,-16r360,0","w":360},"\u2122":{"d":"364,-259r-32,151r-18,0r28,-135r-81,135r-13,0r-24,-135r-29,135r-18,0r32,-151r34,0r21,112r66,-112r34,0xm181,-259r-3,14r-48,0r-30,137r-18,0r29,-137r-48,0r3,-14r115,0","w":338},"\u00d7":{"d":"136,-78r-92,76r-11,-13r92,-76r-59,-76r15,-13r60,76r92,-76r11,13r-92,76r59,76r-16,13","w":237},"\u00a0":{"w":100}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1985, 1987, 1989, 1990, 1997, 1998, 1999, 2002 Adobe Systems
 * Incorporated.  All Rights Reserved. © 1981, 1999, 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:
 * HelveticaLTStd-BoldObl
 * 
 * Designer:
 * Max Miedinger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica LT Std","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 2 9 2 4","ascent":"258","descent":"-102","x-height":"6","bbox":"-30 -283 335 77","underline-thickness":"18","underline-position":"-18","slope":"-12","stemh":"40","stemv":"50","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u201c":54,"\u2018":36,"T":36,"V":18,"W":18,"Y":27,"A":18}},"!":{"d":"9,0r10,-50r53,0r-10,50r-53,0xm34,-77r20,-181r54,0r-47,181r-27,0","w":119},"\"":{"d":"106,-159r0,-99r38,0r0,99r-38,0xm34,-159r0,-99r38,0r0,99r-38,0","w":159},"#":{"d":"33,0r9,-68r-35,0r5,-36r36,0r6,-44r-35,0r5,-35r35,0r9,-68r36,0r-9,68r35,0r9,-68r36,0r-9,68r33,0r-4,35r-34,0r-7,44r33,0r-4,36r-34,0r-9,68r-36,0r9,-68r-35,0r-9,68r-36,0xm118,-104r7,-44r-35,0r-6,44r34,0"},"$":{"d":"131,-219r-13,71v49,25,67,40,67,76v1,45,-33,82,-94,78r-6,35r-20,0r7,-37v-43,-8,-65,-30,-64,-78r45,0v-1,23,9,38,25,42r14,-77v-42,-19,-62,-40,-62,-76v0,-38,27,-76,88,-72r4,-25r20,0r-4,27v44,4,59,36,59,76r-43,0v0,-29,-8,-35,-23,-40xm99,-155r13,-66v-24,-1,-40,9,-40,32v0,21,13,27,27,34xm111,-102r-13,72v15,0,42,-5,42,-38v0,-14,-10,-24,-29,-34"},"%":{"d":"247,-104v-22,0,-27,35,-29,61v0,13,3,21,15,21v22,0,28,-34,30,-61v0,-13,-4,-21,-16,-21xm252,-132v36,0,51,24,51,50v0,45,-22,88,-73,88v-35,0,-53,-20,-53,-51v0,-44,23,-87,75,-87xm76,6r143,-263r29,0r-143,263r-29,0xm96,-257v36,0,51,24,51,50v0,45,-23,87,-74,87v-35,0,-52,-20,-52,-51v0,-44,23,-86,75,-86xm91,-229v-22,0,-27,35,-29,61v0,13,3,20,15,20v22,0,30,-35,30,-60v0,-13,-4,-21,-16,-21","w":320},"&":{"d":"130,-52r-37,-62v-19,9,-37,23,-37,43v-1,41,52,45,74,19xm112,-167v28,-7,42,-54,7,-57v-28,3,-26,36,-7,57xm133,-135r29,48v9,-10,14,-23,18,-37r42,0v-4,31,-20,59,-37,75r30,49r-53,0r-11,-18v-47,44,-142,25,-142,-50v0,-40,31,-66,64,-80v-35,-41,-23,-114,47,-113v32,0,63,20,63,59v0,30,-17,52,-50,67","w":240},"\u2019":{"d":"33,-212r10,-46r49,0r-9,42v-8,41,-33,54,-60,57r4,-18v23,-5,31,-17,34,-35r-28,0","w":79,"k":{".":54,",":54,"\u2019":4,"v":-27,"A":54,"s":7,"t":-11,"d":14}},"(":{"d":"108,-258r40,0v-72,110,-98,186,-52,321r-36,0v-22,-45,-36,-88,-36,-138v0,-75,44,-141,84,-183","w":140},")":{"d":"28,63r-40,0v72,-110,98,-187,52,-321r36,0v22,45,36,87,36,137v0,75,-44,142,-84,184","w":140},"*":{"d":"32,-155r26,-35r-39,-12r9,-27r38,13r0,-42r28,0r0,42r37,-13r9,27r-38,12r25,35r-22,15r-25,-33r-26,33","w":140},"+":{"d":"88,-111r0,-71r40,0r0,71r71,0r0,40r-71,0r0,71r-40,0r0,-71r-71,0r0,-40r71,0","w":216},",":{"d":"5,0r11,-54r54,0r-10,50v-9,46,-40,61,-64,61r4,-18v21,-2,31,-19,36,-39r-31,0","w":100,"k":{"\u201d":72,"\u201c":72,"\u2018":72,"\u2019":72," ":36,"O":18}},"-":{"d":"8,-77r7,-47r88,0r-6,47r-89,0","w":119},".":{"d":"5,0r11,-54r54,0r-10,54r-55,0","w":100,"k":{"\u201d":72,"\u201c":72,"\u2018":72,"\u2019":72," ":18}},"\/":{"d":"-7,6r82,-271r39,0r-82,271r-39,0","w":100},"0":{"d":"192,-169v0,72,-24,175,-104,175v-52,0,-75,-36,-75,-86v0,-74,24,-177,104,-177v53,0,75,40,75,88xm88,-35v52,-3,55,-108,55,-145v0,-18,-8,-37,-29,-37v-51,0,-54,109,-54,148v0,23,11,34,28,34","k":{"1":20,"0":-14}},"1":{"d":"64,0r33,-188v-27,8,-34,8,-65,9r7,-33v30,0,64,-17,79,-45r41,0r-45,257r-50,0","k":{"9":20,"8":20,"7":20,"6":20,"5":20,"4":20,"3":20,"2":20,"1":34,"0":20,".":45,"-":27}},"2":{"d":"168,0r-165,0v2,-78,70,-109,116,-146v26,-21,27,-70,-10,-71v-24,0,-38,20,-38,45r-49,0v1,-42,27,-85,90,-85v36,0,77,20,77,74v0,55,-66,90,-102,117v-14,10,-19,16,-20,24r109,0"},"3":{"d":"7,-77r50,0v-2,27,11,42,36,42v18,0,38,-12,38,-41v0,-28,-17,-38,-46,-36r6,-35v28,0,53,-6,53,-41v0,-20,-16,-29,-30,-29v-24,0,-33,16,-36,38r-50,0v5,-47,37,-78,88,-78v94,0,97,112,32,128v64,40,33,135,-58,135v-58,0,-83,-28,-83,-83"},"4":{"d":"100,0r11,-58r-111,0r7,-49r125,-146r61,0r-27,154r27,0r-8,41r-26,0r-11,58r-48,0xm118,-99r18,-107r-90,107r72,0"},"5":{"d":"18,-113r32,-138r142,0r-10,42r-101,0r-11,50v15,-8,26,-10,41,-10v57,0,73,42,73,77v0,53,-33,98,-98,98v-50,0,-80,-26,-78,-75r48,0v-1,21,10,33,31,34v24,0,45,-11,45,-54v0,-52,-56,-52,-68,-23"},"6":{"d":"192,-188r-47,0v0,-15,-8,-29,-27,-29v-24,0,-41,23,-47,67v44,-39,115,-6,115,62v0,44,-26,94,-88,94v-42,0,-85,-23,-85,-98v0,-93,37,-165,105,-165v30,0,74,11,74,69xm62,-74v0,18,6,39,36,39v47,0,56,-93,2,-91v-18,0,-38,13,-38,52"},"7":{"d":"25,-209r7,-42r169,0r-7,38v-63,80,-97,135,-107,213r-51,0v6,-79,58,-151,104,-209r-115,0","k":{"6":14,"4":27,".":68,"-":34,",":68}},"8":{"d":"78,-181v0,16,9,33,33,33v41,0,46,-70,1,-69v-19,0,-34,13,-34,36xm9,-68v0,-40,25,-61,49,-70v-55,-37,-26,-119,54,-119v91,0,106,105,36,129v17,11,32,27,32,55v0,23,-12,79,-89,79v-50,0,-82,-32,-82,-74xm58,-68v0,14,9,33,35,33v44,1,55,-76,2,-78v-22,0,-37,18,-37,45"},"9":{"d":"13,-63r47,0v0,15,8,28,27,28v24,0,41,-22,47,-66v-45,37,-115,6,-115,-62v0,-44,26,-94,88,-94v42,0,85,23,85,98v0,93,-38,165,-106,165v-30,0,-73,-11,-73,-69xm143,-177v0,-18,-6,-40,-36,-40v-47,1,-56,94,-2,92v18,0,38,-13,38,-52"},":":{"d":"30,-130r10,-54r55,0r-11,54r-54,0xm5,0r11,-54r54,0r-10,54r-55,0","w":119,"k":{" ":36}},";":{"d":"5,0r11,-54r54,0r-10,50v-9,46,-40,61,-64,61r4,-18v21,-2,31,-19,36,-39r-31,0xm30,-130r10,-54r55,0r-11,54r-54,0","w":119,"k":{" ":36}},"<":{"d":"199,-36r0,39r-182,-78r0,-32r182,-78r0,39r-130,55","w":216},"=":{"d":"199,-151r0,40r-182,0r0,-40r182,0xm199,-72r0,41r-182,0r0,-41r182,0","w":216},">":{"d":"17,-36r130,-55r-130,-55r0,-39r182,78r0,32r-182,78r0,-39","w":216},"?":{"d":"63,-183r-48,0v4,-60,48,-82,90,-82v90,0,111,100,39,138v-16,14,-42,17,-41,48r-47,0v-2,-39,32,-62,64,-84v24,-17,20,-59,-18,-59v-25,0,-36,15,-39,39xm40,0r10,-50r53,0r-10,50r-53,0"},"@":{"d":"151,-162v-38,-3,-55,69,-11,72v43,3,59,-71,11,-72xm190,-177r5,-18r33,0r-21,101v0,5,2,9,7,9v16,0,36,-19,36,-59v0,-59,-42,-91,-98,-91v-62,0,-101,45,-101,106v0,95,115,135,179,79r34,0v-66,104,-250,51,-250,-79v0,-77,62,-136,139,-136v64,0,127,43,127,111v0,80,-70,105,-89,105v-15,1,-20,-8,-24,-19v-34,42,-96,9,-96,-49v0,-58,79,-115,119,-60","w":288},"A":{"d":"163,-95r-11,-109r-54,109r65,0xm-6,0r135,-258r63,0r33,258r-53,0r-5,-51r-91,0r-25,51r-57,0","w":240,"k":{"v":9,"w":5,"y":9,"C":5,"G":5,"O":5,"q":-5,"Q":5,"S":5,"T":23,"u":5,"U":5,"V":23,"W":18,"Y":25,"\u201c":18,"\u201d":18,"\u2018":18,"\u2019":14}},"B":{"d":"5,0r47,-258r101,0v66,0,90,25,90,67v0,27,-13,49,-42,59v19,10,31,24,31,50v0,52,-35,82,-97,82r-130,0xm80,-114r-13,69r67,0v33,0,44,-22,44,-38v1,-43,-58,-29,-98,-31xm98,-214r-11,57v41,-2,104,11,102,-32v-2,-38,-56,-22,-91,-25","w":259,"k":{"V":20,"W":14,"Y":27,"a":5,"A":18,"e":5,"o":5}},"C":{"d":"253,-172r-54,0v0,-31,-20,-48,-47,-48v-66,0,-83,73,-83,114v0,36,17,66,62,66v27,0,50,-13,59,-48r55,0v-14,59,-53,94,-116,94v-86,0,-114,-65,-114,-115v0,-74,44,-156,138,-156v59,0,100,32,100,93","w":259,"k":{"Y":22,"A":11}},"D":{"d":"100,-213r-29,165r46,0v58,0,77,-60,77,-104v0,-59,-37,-65,-94,-61xm8,0r46,-258r87,0v145,-14,126,201,40,241v-68,31,-98,13,-173,17","w":259,"k":{"u":4,"V":13,"W":13,"Y":23,"A":13,"e":-5,"o":-5,",":9,".":9}},"E":{"d":"5,0r47,-258r172,0r-8,44r-119,0r-10,57r109,0r-8,45r-108,0r-12,67r124,0r-8,45r-179,0","w":219,"k":{"G":5,"s":9}},"F":{"d":"4,0r48,-258r156,0r-7,45r-103,0r-11,60r94,0r-7,44r-97,0r-19,109r-54,0","k":{"u":20,"a":14,"A":34,"e":7,"o":7,",":76,".":76,"i":18,"J":58,"r":20}},"G":{"d":"260,-172r-53,0v-4,-32,-18,-48,-53,-48v-66,0,-82,75,-82,114v0,40,19,68,62,68v53,0,67,-49,69,-55r-67,0r7,-42r118,0r-23,135r-36,0r-1,-28v-21,27,-57,34,-80,34v-37,0,-103,-22,-103,-112v0,-85,47,-159,138,-159v59,0,104,30,104,93","w":280,"k":{"A":14}},"H":{"d":"5,0r48,-258r54,0r-18,98r101,0r18,-98r54,0r-47,258r-54,0r21,-116r-101,0r-22,116r-54,0","w":259},"I":{"d":"3,0r47,-258r54,0r-47,258r-54,0","w":100},"J":{"d":"96,-78r32,-180r54,0r-31,174v-8,46,-17,90,-83,90v-61,1,-80,-43,-66,-98r49,0v-7,30,-10,56,16,56v19,0,24,-14,29,-42","w":180,"k":{"a":7,"A":14}},"K":{"d":"9,0r47,-258r53,0r-20,102r98,-102r67,0r-108,110r76,148r-60,0r-53,-109r-33,33r-13,76r-54,0","w":240,"k":{"w":18,"y":27,"O":25,"u":14,"a":7,"e":14,"o":14}},"L":{"d":"188,-46r-8,46r-175,0r47,-258r53,0r-37,212r120,0","k":{"y":16,"O":27,"T":36,"V":36,"W":23,"Y":50,"\u201c":90,"\u201d":90,"\u2018":72,"\u2019":72,"a":-7,"-":27}},"M":{"d":"5,0r46,-258r79,0r11,191r79,-191r82,0r-47,258r-51,0r43,-221r-93,221r-48,0r-15,-221r-35,221r-51,0","w":299},"N":{"d":"109,-258r70,182r30,-182r52,0r-46,258r-56,0r-72,-183r-28,183r-54,0r48,-258r56,0","w":259},"O":{"d":"19,-109v0,-74,44,-156,138,-156v86,0,113,65,113,115v0,74,-44,156,-138,156v-86,0,-113,-65,-113,-115xm73,-106v0,48,29,68,61,68v66,0,82,-73,82,-114v0,-48,-29,-68,-61,-68v-66,0,-82,73,-82,114","w":280,"k":{"T":7,"V":13,"W":13,"Y":27,"A":11,"X":16}},"P":{"d":"5,0r47,-258r89,0v67,0,91,35,91,74v0,76,-66,102,-156,94r-17,90r-54,0xm98,-214r-14,79v47,4,101,-1,96,-44v7,-37,-44,-37,-82,-35","w":240,"k":{"u":7,"Y":13,"a":13,"A":41,"e":7,"o":11,",":76,".":76,"r":7}},"Q":{"d":"218,-25r26,32r-29,26r-30,-37v-15,7,-34,10,-53,10v-86,0,-113,-65,-113,-115v0,-74,44,-156,138,-156v148,0,134,169,61,240xm130,-71r31,-24r27,33v22,-25,28,-64,28,-90v0,-48,-29,-68,-61,-68v-66,0,-82,73,-82,114v1,56,37,76,81,65","w":280},"R":{"d":"100,-215r-13,72r52,0v38,0,51,-23,51,-42v0,-49,-50,-24,-90,-30xm9,0r46,-258v86,2,190,-17,188,74v0,36,-21,59,-48,67v9,4,24,9,24,40v0,22,-16,65,9,70r0,7r-63,0v-16,-37,27,-100,-39,-100r-46,0r-17,100r-54,0","w":259,"k":{"y":9,"C":7,"G":7,"O":7,"S":7,"T":11,"u":14,"U":7,"V":14,"W":11,"Y":20,"a":7,"A":7,"e":7,"o":7}},"S":{"d":"214,-184r-52,0v0,-18,-8,-36,-42,-36v-21,0,-38,9,-38,29v0,14,5,21,50,38v43,17,67,39,67,78v0,50,-34,81,-97,81v-57,0,-96,-27,-96,-87r52,0v-4,56,89,56,89,11v0,-19,-9,-27,-52,-44v-39,-15,-65,-34,-65,-73v0,-54,43,-78,91,-78v90,0,92,62,93,81","w":219,"k":{"v":9,"w":9,"y":9,"T":7,"V":5,"Y":14,"A":9,",":-9,".":-9}},"T":{"d":"51,0r39,-214r-68,0r8,-44r183,0r-8,44r-61,0r-39,214r-54,0","k":{"w":41,"y":41,"O":9,"u":43,"V":5,"W":5,"Y":5,"a":47,"A":41,"e":41,"o":41,"h":9,",":47,".":47,"i":9,"J":36,"r":43,"-":49,":":47,";":47}},"U":{"d":"51,-258r54,0r-27,149v-2,11,-3,25,-3,31v0,34,28,39,44,39v47,0,54,-37,62,-79r26,-140r53,0v-28,107,-7,264,-146,264v-57,0,-102,-42,-88,-121","w":259,"k":{"A":18}},"V":{"d":"101,-74r79,-184r58,0r-122,258r-51,0r-39,-258r54,0","w":219,"k":{"C":9,"G":9,"O":9,"u":14,"a":27,"A":43,"e":27,"o":27,",":49,".":49,"i":9,"-":11,":":20,";":20}},"W":{"d":"33,-258r52,0r3,178r68,-178r54,0r3,177r67,-177r55,0r-111,258r-50,0r-2,-191r-73,191r-49,0","w":320,"k":{"y":9,"O":9,"u":14,"a":23,"A":45,"e":23,"o":23,"h":9,",":41,".":41,"i":9,"r":14,"-":7,":":14,";":14}},"X":{"d":"-8,0r92,-136r-56,-122r57,0r33,75r51,-75r62,0r-87,127r60,131r-57,0r-39,-84r-54,84r-62,0","w":219,"k":{"y":20,"C":18,"O":20,"e":9}},"Y":{"d":"23,-258r58,0r37,103r57,-103r59,0r-94,160r-17,98r-54,0r18,-100","w":219,"k":{"C":22,"O":22,"S":5,"u":27,"a":45,"A":43,"e":45,"o":45,",":58,".":58,"i":18,"-":41,":":41,";":41}},"Z":{"d":"225,-258r-5,39r-143,174r122,0r-7,45r-192,0r7,-42r143,-172r-117,0r8,-44r184,0","w":219},"[":{"d":"3,63r56,-321r87,0r-6,35r-40,0r-44,250r38,0r-6,36r-85,0","w":140},"\\":{"d":"72,6r-82,-271r38,0r83,271r-39,0","w":100},"]":{"d":"36,27r44,-250r-38,0r6,-35r86,0r-57,321r-87,0r6,-36r40,0","w":140},"^":{"d":"29,-123r65,-135r36,0r64,135r-39,0r-43,-95r-44,95r-39,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"\u2018":{"d":"20,-159r8,-43v8,-41,34,-53,61,-56r-4,17v-23,5,-32,17,-35,35r28,0r-9,47r-49,0","w":79,"k":{"\u2018":4,".":54,",":54,"A":36}},"a":{"d":"24,-139v5,-35,38,-59,83,-58v58,1,82,28,73,78r-17,100v-1,10,5,12,6,19r-53,0v-1,-6,2,-16,-1,-21v-23,43,-110,34,-110,-31v0,-44,39,-66,96,-69v19,-2,31,-5,31,-19v-1,-26,-56,-28,-59,1r-49,0xm55,-57v0,15,10,22,24,22v23,0,43,-17,45,-54v-24,6,-69,2,-69,32"},"b":{"d":"4,0r47,-258r51,0r-19,93v12,-18,29,-32,55,-32v51,0,68,43,68,84v0,55,-32,118,-93,118v-32,0,-51,-21,-54,-47r-6,42r-49,0xm119,-157v-42,0,-50,64,-50,76v0,23,11,43,36,43v43,0,50,-64,50,-78v0,-23,-13,-41,-36,-41","w":219,"k":{"y":7}},"c":{"d":"135,-68r51,0v-8,43,-41,74,-90,74v-58,0,-88,-33,-88,-91v0,-49,24,-112,101,-112v44,0,80,24,82,72r-52,0v-1,-19,-11,-32,-34,-32v-29,0,-47,32,-47,77v0,26,12,45,36,45v22,0,35,-16,41,-33","k":{"y":7,"h":4,"k":4,",":-14,".":-14}},"d":{"d":"129,0r8,-36v-13,25,-30,41,-65,41v-46,0,-64,-41,-64,-81v0,-50,27,-122,91,-122v41,0,53,37,53,43r19,-103r51,0r-47,258r-46,0xm144,-112v0,-23,-10,-42,-35,-42v-41,0,-50,58,-50,77v0,36,23,42,35,42v36,0,50,-45,50,-77","w":219},"e":{"d":"187,-78r-130,0v-4,22,6,42,35,43v16,0,28,-8,34,-19r56,0v-10,30,-41,60,-93,60v-53,0,-83,-35,-83,-93v0,-49,32,-110,101,-110v54,0,96,50,80,119xm60,-113r80,0v1,-25,-7,-44,-37,-44v-26,0,-39,23,-43,44","k":{",":-11,".":-11,"x":7}},"f":{"d":"44,-192v4,-57,34,-82,89,-70r-6,40v-22,-10,-33,9,-33,30r28,0r-6,36r-29,0r-28,156r-50,0r28,-156r-27,0r7,-36r27,0","w":119,"k":{"\u201d":-18,"\u2019":-18,"a":11,"e":11,"o":11,",":9,".":9,"f":18,"i":14,"l":14,"t":18}},"g":{"d":"155,-153r6,-39r48,0r-32,180v-10,56,-27,89,-98,89v-71,0,-80,-45,-80,-59r52,0v1,6,4,22,30,22v28,0,41,-16,50,-73v-12,21,-31,33,-54,33v-50,0,-69,-40,-69,-85v0,-49,31,-112,90,-112v42,0,52,29,57,44xm59,-84v0,24,9,43,36,43v53,1,71,-111,13,-113v-34,0,-49,42,-49,70","w":219,"k":{"a":5,"e":4,"o":4}},"h":{"d":"3,0r47,-258r51,0r-19,93v19,-39,118,-50,117,20v-1,54,-16,96,-23,145r-51,0r23,-130v0,-19,-14,-24,-23,-24v-66,1,-56,98,-71,154r-51,0","w":219,"k":{"y":7,"\u2019":7}},"i":{"d":"5,0r35,-192r50,0r-35,192r-50,0xm46,-220r8,-45r50,0r-8,45r-50,0","w":100,"k":{"v":-7,"j":4}},"j":{"d":"90,-192r-35,192v-10,59,-27,81,-85,75r6,-40v17,3,23,0,27,-22r37,-205r50,0xm46,-220r8,-45r50,0r-8,45r-50,0","w":100},"k":{"d":"142,-191r65,0r-78,77r41,114r-52,0r-28,-84r-26,25r-10,59r-51,0r47,-258r50,0r-25,135","k":{"a":14,"e":14,"o":14,"g":14}},"l":{"d":"5,0r46,-258r51,0r-47,258r-50,0","w":100},"m":{"d":"39,-192r46,0r-7,33v10,-15,31,-38,62,-38v28,0,41,14,49,35v14,-29,112,-73,112,19v0,50,-16,96,-24,143r-50,0r24,-135v0,-11,-9,-20,-21,-20v-32,0,-43,38,-47,62r-17,93r-50,0r23,-135v0,-11,-8,-20,-20,-20v-58,0,-50,102,-65,155r-49,0","w":320,"k":{"y":7}},"n":{"d":"3,0r34,-192r47,0r-8,35v16,-24,38,-40,68,-40v41,0,61,40,52,89r-20,108r-51,0r23,-130v0,-19,-14,-24,-23,-24v-66,1,-56,98,-71,154r-51,0","w":219,"k":{"v":7,"w":7,"y":7}},"o":{"d":"60,-83v0,32,17,48,40,48v30,0,55,-28,55,-73v0,-32,-17,-49,-40,-49v-30,0,-55,29,-55,74xm8,-84v0,-40,26,-113,111,-113v50,0,88,28,88,89v0,40,-26,114,-111,114v-48,0,-88,-31,-88,-90","w":219,"k":{"v":7,"y":14,"x":14}},"p":{"d":"-8,76r48,-268r45,0v-2,12,-8,27,-7,38v14,-28,33,-43,64,-43v23,0,65,15,65,80v0,42,-21,123,-93,123v-33,1,-45,-24,-52,-41r-20,111r-50,0xm70,-80v0,31,16,43,35,43v55,2,76,-120,17,-120v-47,0,-52,65,-52,77","w":219,"k":{"y":7}},"q":{"d":"204,-192r-48,266r-50,0r20,-102v-12,18,-28,32,-56,32v-50,0,-67,-43,-67,-84v0,-55,32,-118,93,-118v32,0,51,21,54,47r6,-41r48,0xm90,-36v42,0,50,-64,50,-76v0,-23,-11,-43,-36,-43v-43,0,-50,64,-50,78v0,23,13,41,36,41","w":219},"r":{"d":"75,-153v24,-37,34,-45,69,-44r-8,53v-35,-8,-56,-3,-66,57r-15,87r-51,0r34,-192r47,0","w":140,"k":{"q":7,"u":11,"\u2019":-14,"a":7,"e":7,"o":7,"h":11,"k":11,",":34,".":34,"s":7,"i":11,"l":11,"r":11,"g":7,"-":20,"c":7,"d":7,"m":11,"n":11,"p":11}},"s":{"d":"5,-64r48,0v2,18,7,32,34,32v17,0,30,-5,30,-19v0,-37,-96,-16,-96,-87v0,-30,25,-59,74,-59v68,0,79,37,80,64r-48,0v-3,-17,-8,-27,-33,-27v-19,0,-25,9,-25,17v0,31,96,16,96,87v0,31,-24,62,-80,62v-42,0,-80,-17,-80,-70","w":180,"k":{"w":-4,"\u2019":-11,",":-18,".":-18}},"t":{"d":"45,-192r10,-55r50,0r-10,55r27,0r-6,36r-28,0r-18,107v0,14,23,8,31,6r-6,41v-39,15,-84,1,-74,-56r17,-98r-28,0r8,-36r27,0","w":119,"k":{"w":-7,"y":-7,"u":11,"\u2019":-18,"e":7,"o":7,"t":11}},"u":{"d":"209,-192r-34,192r-47,0r8,-35v-16,24,-38,40,-68,40v-40,0,-61,-40,-52,-88r20,-109r51,0r-23,130v0,19,14,25,23,25v65,-2,56,-99,71,-155r51,0","w":219,"k":{"\u2019":-11}},"v":{"d":"130,-192r54,0r-91,192r-55,0r-24,-192r50,0r10,136","w":180,"k":{"a":7,"e":7,"o":7,",":34,".":34,"c":7}},"w":{"d":"120,-192r52,0r6,134r53,-134r53,0r-88,192r-52,0r-6,-137r-54,137r-52,0r-20,-192r49,0r8,135","w":280,"k":{"a":7,"e":7,"o":4,",":27,".":27,"-":-14,"c":7,"d":7}},"x":{"d":"-7,0r68,-95r-48,-97r55,0r24,58r34,-58r56,0r-66,97r49,95r-55,0r-24,-55r-34,55r-59,0","w":180,"k":{"a":4,"e":7,"o":14,"-":20,"c":14}},"y":{"d":"44,9r-27,-201r50,0r13,139r56,-139r54,0r-101,214v-19,44,-40,61,-87,51r4,-40v22,4,40,-4,38,-24","w":180,"k":{"\u2019":-27,"a":7,"e":4,"o":7,",":27,".":27,"s":7,"-":-7,"c":7,"d":7}},"z":{"d":"27,-192r143,0r-6,39r-95,112r92,0r-8,41r-152,0r6,-38r94,-113r-80,0","w":180,"k":{"e":7,"o":7}},"{":{"d":"-5,-81r5,-33v10,0,35,-5,39,-25r12,-73v8,-45,45,-49,94,-46r-5,30v-24,-3,-45,5,-44,23r-12,70v-5,28,-32,34,-44,37v14,-4,36,13,31,41r-13,75v-2,15,21,15,37,14r-5,31v-47,4,-89,-4,-77,-54v6,-23,10,-45,11,-69v0,-17,-20,-21,-29,-21","w":140},"|":{"d":"30,77r0,-360r41,0r0,360r-41,0","w":100},"}":{"d":"141,-114r-5,33v-10,0,-34,4,-38,24r-13,73v-8,45,-44,50,-94,47r5,-31v24,3,45,-5,44,-23r12,-69v5,-28,32,-35,44,-38v-14,4,-41,-15,-30,-41r12,-75v2,-15,-21,-15,-37,-14r5,-30v46,-4,90,2,77,53v-6,23,-10,45,-11,69v0,17,20,22,29,22","w":140},"~":{"d":"70,-123v24,0,56,23,77,24v14,0,23,-13,31,-26r13,35v-11,15,-23,31,-45,31v-36,0,-90,-50,-108,2r-13,-36v8,-15,21,-30,45,-30","w":216},"'":{"d":"30,-159r0,-99r40,0r0,99r-40,0","w":100},"\u201c":{"d":"23,-159r9,-43v8,-41,33,-53,60,-56r-4,17v-23,5,-31,17,-34,35r27,0r-9,47r-49,0xm98,-159r8,-43v8,-41,33,-53,60,-56r-3,17v-23,5,-32,17,-35,35r28,0r-9,47r-49,0","w":159,"k":{".":108,",":108," ":54,"A":45}},"\u2013":{"d":"-4,-79r7,-38r201,0r-6,38r-202,0"},"\u201d":{"d":"110,-212r10,-46r48,0r-8,42v-8,41,-33,54,-60,57r3,-18v23,-5,32,-17,35,-35r-28,0xm36,-212r9,-46r49,0r-9,42v-8,41,-33,54,-60,57r4,-18v23,-5,31,-17,34,-35r-27,0","w":159,"k":{".":108,",":108," ":54,"A":54,"o":9}},"\u2026":{"d":"13,0r11,-54r54,0r-10,54r-55,0xm133,0r11,-54r54,0r-10,54r-55,0xm253,0r11,-54r54,0r-11,54r-54,0","w":360},"`":{"d":"58,-220r-51,-52r55,0r31,52r-35,0","w":100},"\u2014":{"d":"41,-79r8,-38r266,0r-8,38r-266,0","w":360},"\u2122":{"d":"35,-236r0,-22r105,0r0,22r-39,0r0,107r-27,0r0,-107r-39,0xm166,-129r0,-129r39,0r24,101r23,-101r39,0r0,129r-25,0r0,-108r-24,108r-27,0r-24,-108r0,108r-25,0","w":360},"\u00d7":{"d":"96,-91r-49,-62r34,-29r50,62r75,-62r23,29r-76,62r49,62r-35,29r-49,-63r-75,63r-22,-29","w":210},"\u00a0":{"w":100,"k":{"\u201c":54,"\u2018":36,"T":36,"V":18,"W":18,"Y":27,"A":18}}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1985, 1987, 1988, 1994, 1999, 2002 Adobe Systems Incorporated.  All
 * Rights Reserved. © 1981, 1999, 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:
 * HelveticaLTStd-Light
 * 
 * Designer:
 * Max Miedinger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica LT Std","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"258","descent":"-102","x-height":"5","bbox":"-4 -276 360 90","underline-thickness":"18","underline-position":"-18","stemh":"18","stemv":"22","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"52,-65r-5,-114r0,-80r26,0r0,80r-5,114r-16,0xm73,0r-26,0r0,-32r26,0r0,32","w":119},"\"":{"d":"21,-178r0,-81r18,0r0,81r-18,0xm60,-178r0,-81r19,0r0,81r-19,0","w":100},"#":{"d":"181,-103r0,21r-40,0r-11,82r-21,0r11,-82r-49,0r-13,82r-21,0r12,-82r-39,0r0,-21r43,0r7,-51r-40,0r0,-21r43,0r12,-76r21,0r-11,76r49,0r11,-76r21,0r-11,76r36,0r0,21r-39,0r-7,51r36,0xm131,-154r-49,0r-8,51r49,0"},"$":{"d":"92,-142r0,-92v-27,0,-49,18,-49,45v0,32,22,39,49,47xm109,-116r0,103v30,0,54,-22,54,-52v0,-36,-23,-45,-54,-51xm109,7r0,27r-17,0r0,-27v-45,-2,-77,-29,-79,-80r24,0v0,32,22,58,55,60r0,-107v-40,-10,-72,-23,-72,-68v0,-40,33,-67,72,-66r0,-22r17,0r0,22v40,0,69,23,70,64r-23,0v0,-26,-21,-44,-47,-44r0,95v47,11,77,24,77,78v0,42,-39,67,-77,68"},"%":{"d":"237,-119v33,0,59,27,59,59v0,33,-26,60,-59,60v-33,0,-60,-27,-60,-60v0,-32,28,-59,60,-59xm237,-99v-22,0,-39,18,-39,40v0,21,18,38,39,38v21,0,38,-18,38,-39v0,-21,-17,-39,-38,-39xm143,-192v0,33,-26,60,-59,60v-33,0,-60,-28,-60,-60v0,-32,27,-59,60,-59v33,0,59,26,59,59xm84,-153v21,0,39,-18,39,-39v0,-21,-18,-39,-39,-39v-21,0,-39,18,-39,39v0,21,18,39,39,39xm240,-254r-142,259r-19,0r143,-259r18,0","w":320},"&":{"d":"163,-47r-73,-88v-28,13,-51,39,-51,67v0,67,97,69,124,21xm136,-194v9,-19,-4,-46,-31,-46v-18,0,-34,12,-34,31v0,15,18,38,27,49v14,-9,31,-18,38,-34xm111,-144r65,77v9,-15,10,-32,10,-50r22,0v-1,23,-5,47,-18,67r42,50r-29,0r-26,-31v-41,63,-164,46,-162,-39v0,-39,29,-65,62,-80v-14,-16,-28,-35,-28,-58v0,-33,26,-51,58,-51v32,0,55,23,55,50v0,35,-24,49,-51,65","w":240},"\u2019":{"d":"55,-259v1,36,3,75,-26,81v-2,-22,17,-20,12,-50r-12,0r0,-31r26,0","w":79,"k":{"\u2019":6,"t":6,"s":27}},"(":{"d":"81,-266r19,0v-72,98,-72,237,0,335r-19,0v-81,-97,-80,-239,0,-335","w":119},")":{"d":"39,69r-19,0v72,-99,72,-238,0,-335r19,0v81,97,80,239,0,335","w":119},"*":{"d":"22,-233r40,16r0,-42r15,0r0,42r41,-15r6,16r-41,13r27,38r-14,9r-27,-39r-28,38r-13,-10r28,-36r-40,-14","w":140},"+":{"d":"108,-101r0,-79r22,0r0,79r79,0r0,22r-79,0r0,79r-22,0r0,-79r-79,0r0,-22r79,0","w":237},",":{"d":"63,-32v1,36,3,76,-26,81v-2,-22,17,-19,12,-49r-12,0r0,-32r26,0","w":100},"-":{"d":"14,-105r91,0r0,23r-91,0r0,-23","w":119},".":{"d":"63,0r-26,0r0,-32r26,0r0,32","w":100},"\/":{"d":"104,-266r-85,298r-20,0r85,-298r20,0","w":100},"0":{"d":"163,-125v0,-55,-10,-109,-64,-109v-50,0,-62,56,-62,112v0,65,14,108,63,108v55,0,63,-60,63,-111xm100,-254v75,0,86,73,86,132v0,67,-16,127,-86,127v-70,0,-86,-60,-86,-130v0,-64,13,-129,86,-129"},"1":{"d":"109,0r0,-189r-66,0r0,-15v39,-3,62,-6,70,-50r19,0r0,254r-23,0"},"2":{"d":"17,0v-5,-104,143,-112,143,-182v0,-33,-25,-52,-56,-52v-33,0,-56,29,-55,63r-24,0v0,-50,32,-83,82,-83v51,0,78,31,78,70v-2,96,-131,81,-143,165r141,0r0,19r-166,0"},"3":{"d":"21,-180v-3,-43,37,-74,82,-74v40,0,72,21,72,63v0,26,-12,46,-36,56v81,31,48,141,-36,140v-59,0,-86,-19,-91,-78r23,0v0,39,26,59,63,59v37,0,64,-28,63,-58v-1,-41,-36,-53,-81,-50r0,-19v43,0,72,-10,72,-49v0,-31,-25,-44,-54,-44v-32,0,-54,22,-54,54r-23,0"},"4":{"d":"129,0r0,-63r-116,0r0,-19r118,-169r21,0r0,169r35,0r0,19r-35,0r0,63r-23,0xm129,-217r-93,135r93,0r0,-135"},"5":{"d":"13,-66r23,0v5,34,29,52,62,52v38,0,61,-29,61,-65v0,-65,-86,-87,-118,-38r-19,-3r20,-131r126,0r0,19r-106,0r-16,85v57,-38,136,-7,136,68v0,106,-163,115,-169,13"},"6":{"d":"181,-192r-24,0v-5,-26,-21,-42,-48,-42v-62,0,-67,66,-71,114v14,-19,29,-39,66,-39v51,0,81,31,81,82v0,51,-30,82,-81,82v-51,0,-89,-31,-89,-121v0,-60,17,-138,92,-138v40,0,69,21,74,62xm104,-140v-36,0,-58,29,-58,63v0,28,16,63,58,63v43,0,58,-33,58,-64v0,-39,-18,-62,-58,-62"},"7":{"d":"21,-228r0,-23r162,0r0,21v-73,82,-100,180,-103,230r-25,0v5,-73,51,-168,100,-228r-134,0"},"8":{"d":"100,-124v-35,0,-61,17,-61,54v0,31,24,56,63,56v33,0,59,-23,59,-57v0,-36,-27,-53,-61,-53xm99,-234v-28,0,-51,15,-51,45v0,31,26,45,54,45v28,0,49,-14,49,-50v0,-26,-17,-40,-52,-40xm60,-136v-62,-27,-34,-118,37,-118v39,0,77,18,77,62v0,26,-11,45,-35,57v28,10,45,33,45,63v0,50,-35,77,-89,77v-37,0,-79,-25,-79,-75v0,-30,15,-55,44,-66"},"9":{"d":"19,-56r23,0v5,27,22,42,50,42v60,0,68,-67,70,-114v-34,68,-147,44,-147,-42v0,-48,26,-84,81,-84v68,0,89,57,89,128v0,86,-38,131,-92,131v-40,0,-70,-20,-74,-61xm96,-234v-39,0,-58,25,-58,65v0,39,21,61,58,61v36,0,57,-29,57,-63v0,-37,-21,-63,-57,-63"},":":{"d":"63,0r-26,0r0,-32r26,0r0,32xm63,-145r-26,0r0,-32r26,0r0,32","w":100},";":{"d":"63,-32v1,36,3,76,-26,81v-2,-22,17,-19,12,-49r-12,0r0,-32r26,0xm63,-145r-26,0r0,-32r26,0r0,32","w":100},"<":{"d":"57,-92r152,71r0,23r-180,-84r0,-20r180,-80r0,23","w":237},"=":{"d":"209,-136r0,22r-180,0r0,-22r180,0xm209,-66r0,21r-180,0r0,-21r180,0","w":237},">":{"d":"209,-102r0,20r-180,84r0,-23r151,-71r-151,-67r0,-23","w":237},"?":{"d":"170,-198v0,55,-79,64,-71,132r-21,0v0,-26,1,-46,20,-66v21,-22,49,-41,49,-68v0,-26,-20,-47,-56,-47v-35,0,-56,27,-55,61r-22,0v-4,-48,30,-80,77,-80v49,0,79,27,79,68xm102,0r-26,0r0,-32r26,0r0,32","w":180},"@":{"d":"246,-60r21,0v-23,42,-69,67,-116,67v-77,0,-137,-62,-137,-138v0,-75,62,-135,135,-135v69,0,125,48,125,114v0,57,-45,105,-84,105v-13,0,-27,-6,-31,-19v-31,34,-97,15,-93,-36v-7,-63,81,-152,129,-85r6,-17r24,0r-36,109v-5,16,-8,29,6,29v30,0,57,-49,57,-87v0,-59,-48,-95,-102,-95v-67,0,-114,55,-114,120v0,65,50,117,115,117v37,0,73,-18,95,-49xm121,-71v33,0,60,-60,60,-92v0,-14,-10,-27,-25,-27v-38,0,-63,53,-63,86v0,17,10,33,28,33","w":288},"A":{"d":"31,0r-26,0r102,-259r28,0r99,259r-25,0r-30,-81r-118,0xm120,-238r-51,136r102,0","w":240},"B":{"d":"54,-124r0,103v63,-2,141,15,141,-52v0,-65,-79,-49,-141,-51xm54,-238r0,93v57,2,139,3,129,-49v10,-49,-73,-45,-129,-44xm220,-73v2,94,-105,70,-191,73r0,-259r94,0v61,0,85,26,85,65v0,36,-21,52,-42,56v36,5,54,31,54,65","w":240},"C":{"d":"238,-184r-25,0v-10,-44,-38,-61,-82,-61v-63,0,-89,54,-89,115v0,58,21,116,92,116v45,0,72,-30,82,-71r25,0v-12,50,-43,92,-112,92v-80,0,-112,-64,-112,-137v0,-99,52,-136,121,-136v53,0,92,28,100,82","w":259},"D":{"d":"210,-32v-39,48,-107,29,-181,32r0,-259v64,4,128,-15,169,19v59,49,59,150,12,208xm216,-130v0,-59,-29,-117,-104,-108r-58,0r0,217v45,-1,85,6,119,-12v35,-18,43,-62,43,-97","w":259},"E":{"d":"205,0r-176,0r0,-259r173,0r0,21r-148,0r0,93r133,0r0,21r-133,0r0,103r151,0r0,21","w":219},"F":{"d":"51,0r-24,0r0,-259r167,0r0,21r-143,0r0,93r130,0r0,21r-130,0r0,124","k":{"A":20,",":46,".":46}},"G":{"d":"227,-113r-88,0r0,-21r111,0r0,134r-21,0r0,-44v-18,31,-46,51,-97,51v-66,0,-113,-46,-113,-138v0,-76,38,-135,120,-135v54,0,97,27,108,82r-25,0v-9,-39,-42,-61,-81,-61v-68,0,-97,51,-97,124v0,57,35,107,94,107v44,0,94,-41,89,-99","w":280},"H":{"d":"53,0r-24,0r0,-259r24,0r0,111r154,0r0,-111r24,0r0,259r-24,0r0,-127r-154,0r0,127","w":259},"I":{"d":"62,0r-24,0r0,-259r24,0r0,259","w":100},"J":{"d":"8,-82r24,0v0,32,2,67,47,67v33,0,46,-21,46,-57r0,-187r24,0r0,188v0,50,-23,78,-73,78v-58,0,-68,-43,-68,-89","w":180},"K":{"d":"55,0r-24,0r0,-259r24,0r0,134r133,-134r28,0r-103,103r121,156r-30,0r-108,-141r-41,41r0,100","w":240},"L":{"d":"193,0r-164,0r0,-259r25,0r0,238r139,0r0,21","k":{"T":33,"V":33,"W":20,"y":13,"Y":40,"\u2019":27}},"M":{"d":"53,0r-25,0r0,-259r38,0r85,228r84,-228r37,0r0,259r-25,0r0,-231r-85,231r-23,0r-86,-231r0,231","w":299},"N":{"d":"203,0r-150,-226r0,226r-25,0r0,-259r28,0r151,226r0,-226r24,0r0,259r-28,0","w":259},"O":{"d":"19,-129v0,-76,43,-137,120,-137v81,0,122,61,122,137v0,75,-41,136,-121,136v-80,0,-121,-61,-121,-136xm140,-14v67,0,96,-55,96,-115v0,-72,-37,-116,-97,-116v-67,0,-95,56,-95,116v0,61,28,115,96,115","w":280},"P":{"d":"53,0r-25,0r0,-259r95,0v67,0,84,33,84,72v0,78,-79,74,-154,73r0,114xm53,-135v61,-1,130,10,130,-54v0,-54,-72,-51,-130,-49r0,103","w":219,"k":{"A":27,",":46,".":46}},"Q":{"d":"220,-24r35,26r-14,17r-38,-30v-18,11,-39,18,-65,18v-80,0,-121,-61,-121,-136v0,-72,39,-137,120,-137v73,0,122,49,122,137v0,42,-13,80,-39,105xm167,-65r35,26v22,-21,32,-54,32,-90v0,-77,-41,-116,-96,-116v-67,0,-96,56,-96,116v0,62,28,115,96,115v18,0,34,-5,46,-12r-30,-22","w":280},"R":{"d":"53,-139v62,-1,142,13,141,-51v-1,-67,-80,-44,-141,-48r0,99xm176,-128v50,10,26,105,44,128r-27,0v-10,-18,-7,-66,-11,-86v-12,-51,-77,-26,-129,-32r0,118r-24,0r0,-259v82,1,190,-16,190,68v0,33,-13,50,-43,63","w":240,"k":{"T":6,"V":6,"W":6,"Y":13}},"S":{"d":"15,-77r24,0v4,46,35,63,75,63v46,0,66,-26,66,-54v0,-80,-158,-27,-158,-129v0,-36,29,-69,87,-69v58,0,88,35,88,77r-24,0v0,-40,-31,-56,-64,-56v-50,0,-67,30,-63,57v11,67,158,19,158,119v0,48,-35,76,-95,76v-54,0,-94,-28,-94,-84","w":219},"T":{"d":"6,-238r0,-21r188,0r0,21r-82,0r0,238r-24,0r0,-238r-82,0","k":{"w":30,"y":30,"A":33,",":40,".":40,"c":40,"e":40,"o":40,"-":46,"a":40,"r":33,"s":40,"u":33,":":40,";":40}},"U":{"d":"30,-98r0,-161r24,0v6,97,-31,245,76,245v110,0,68,-147,76,-245r24,0r0,161v0,67,-33,105,-100,105v-68,0,-100,-39,-100,-105","w":259},"V":{"d":"96,0r-90,-259r26,0r78,230r78,-230r25,0r-90,259r-27,0","w":219,"k":{"y":6,"A":27,",":46,".":46,"e":20,"o":20,"-":20,"a":20,"r":13,"u":13,":":27,";":27,"i":6}},"W":{"d":"174,-259r59,224r57,-224r25,0r-68,259r-27,0r-61,-229r-60,229r-27,0r-67,-259r25,0r56,224r60,-224r28,0","w":320,"k":{"A":13,",":27,".":27,"e":6,"o":6,"a":13,"r":6,"u":6,":":6,";":6}},"X":{"d":"185,0r-76,-114r-75,114r-28,0r90,-133r-86,-126r29,0r70,109r72,-109r28,0r-85,126r89,133r-28,0","w":219},"Y":{"d":"32,-259r77,125r78,-125r28,0r-94,146r0,113r-24,0r0,-111r-93,-148r28,0","w":219,"k":{"v":14,"A":27,",":40,".":40,"e":33,"o":33,"q":33,"-":40,"a":33,"u":13,":":33,";":33,"i":7,"p":13}},"Z":{"d":"208,0r-197,0r0,-21r166,-217r-152,0r0,-21r182,0r0,20r-166,218r167,0r0,21","w":219},"[":{"d":"101,69r-68,0r0,-335r69,0r0,18r-46,0r0,299r45,0r0,18","w":119},"\\":{"d":"81,32r-85,-298r21,0r84,298r-20,0","w":100},"]":{"d":"87,-266r0,335r-69,0r0,-18r46,0r0,-299r-45,0r0,-18r68,0","w":119},"^":{"d":"47,-88r-21,0r83,-163r19,0r83,163r-21,0r-72,-141","w":237},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"25,-178v-1,-36,-3,-76,26,-81v2,22,-17,19,-12,49r12,0r0,32r-26,0","w":79,"k":{"\u2018":6}},"a":{"d":"148,-98v-37,17,-108,2,-108,50v0,23,19,34,40,34v45,1,76,-28,68,-84xm192,-1v-20,10,-49,-1,-44,-25v-32,43,-126,45,-131,-23v-4,-53,73,-56,123,-66v20,-24,3,-57,-38,-57v-30,0,-51,10,-55,42r-22,0v-1,-79,145,-88,145,-4r0,102v0,17,4,20,22,14r0,17"},"b":{"d":"50,-94v0,45,22,80,63,80v36,0,64,-26,64,-73v0,-47,-19,-85,-64,-85v-39,0,-63,36,-63,78xm51,-33v-3,8,0,23,-1,33r-22,0r0,-259r22,0r0,102v14,-23,41,-35,67,-35v57,0,83,47,83,99v0,55,-24,98,-84,98v-24,0,-52,-14,-65,-38","w":219},"c":{"d":"180,-128r-22,0v-8,-28,-26,-44,-55,-44v-85,1,-86,157,0,158v32,0,52,-19,57,-50r23,0v-8,41,-33,69,-80,69v-59,0,-86,-43,-86,-98v0,-52,30,-99,86,-99v43,0,71,21,77,64"},"d":{"d":"170,-94v0,-42,-24,-78,-63,-78v-45,0,-64,38,-64,85v0,47,28,73,64,73v41,0,63,-35,63,-80xm170,-157r0,-102r22,0r0,259r-22,0v-1,-10,2,-25,-1,-33v-13,24,-41,38,-65,38v-60,0,-84,-43,-84,-98v0,-52,26,-99,83,-99v26,0,53,12,67,35","w":219},"e":{"d":"39,-106r122,0v0,-36,-20,-66,-59,-66v-38,0,-59,31,-63,66xm184,-88r-145,0v0,40,22,74,63,74v28,0,50,-16,56,-43r25,0v-11,35,-33,62,-81,62v-60,0,-86,-43,-86,-98v0,-54,33,-99,86,-99v51,0,82,37,82,104"},"f":{"d":"35,-168r-28,0r0,-18r28,0v-4,-49,5,-88,58,-77r0,20v-36,-10,-39,21,-36,57r36,0r0,18r-36,0r0,168r-22,0r0,-168","w":100,"k":{"\u2019":-6,"f":6}},"g":{"d":"170,-93v0,-45,-22,-79,-63,-79v-36,0,-64,26,-64,73v0,47,19,85,64,85v39,0,63,-37,63,-79xm169,-154v3,-8,0,-22,1,-32r22,0r0,168v0,50,-17,94,-88,94v-55,0,-78,-31,-79,-53r23,0v6,28,30,34,56,34v59,0,67,-44,66,-87v-14,23,-41,35,-67,35v-57,0,-83,-47,-83,-99v0,-55,24,-98,84,-98v24,0,52,14,65,38","w":219},"h":{"d":"104,-172v-75,1,-53,98,-56,172r-22,0r0,-259r22,0r0,98v36,-52,126,-36,126,39r0,122r-22,0v-8,-66,29,-173,-48,-172"},"i":{"d":"51,0r-22,0r0,-186r22,0r0,186xm52,-227r-24,0r0,-32r24,0r0,32","w":79},"j":{"d":"32,-186r21,0r0,211v4,38,-12,53,-51,47r0,-19v25,3,30,-6,30,-25r0,-214xm54,-259r0,32r-23,0r0,-32r23,0","w":79},"k":{"d":"46,0r-22,0r0,-259r22,0r0,161r92,-88r29,0r-70,67r78,119r-24,0r-70,-104r-35,33r0,71","w":180},"l":{"d":"51,0r-22,0r0,-259r22,0r0,259","w":79},"m":{"d":"99,-172v-68,0,-53,98,-54,172r-22,0r0,-186r22,0r0,28v11,-21,34,-34,58,-34v35,0,47,16,55,36v12,-24,34,-36,61,-36v91,0,46,114,57,192r-21,0r0,-129v0,-27,-9,-43,-40,-43v-68,0,-53,98,-54,172r-22,0r0,-129v0,-27,-9,-43,-40,-43","w":299},"n":{"d":"104,-172v-75,1,-53,98,-56,172r-22,0r0,-186r22,0r0,25v36,-52,126,-36,126,39r0,122r-22,0v-8,-66,29,-173,-48,-172"},"o":{"d":"100,5v-48,0,-86,-33,-86,-98v0,-54,28,-99,86,-99v58,0,86,44,86,99v0,59,-34,98,-86,98xm163,-93v0,-44,-17,-79,-63,-79v-45,0,-63,39,-63,79v0,46,22,79,63,79v45,0,63,-39,63,-79"},"p":{"d":"50,-93v0,42,24,79,63,79v45,0,64,-38,64,-85v0,-47,-28,-73,-64,-73v-41,0,-63,34,-63,79xm50,-30r0,103r-22,0r0,-259r22,0v1,10,-2,24,1,32v13,-24,41,-38,65,-38v60,0,84,43,84,98v0,52,-26,99,-83,99v-26,0,-53,-12,-67,-35","w":219},"q":{"d":"170,-94v0,-42,-24,-78,-63,-78v-45,0,-64,38,-64,85v0,47,28,73,64,73v41,0,63,-35,63,-80xm169,-154v3,-8,0,-22,1,-32r22,0r0,259r-22,0r0,-103v-14,23,-41,35,-67,35v-57,0,-83,-47,-83,-99v0,-55,24,-98,84,-98v24,0,52,14,65,38","w":219},"r":{"d":"110,-168v-82,-1,-57,94,-61,168r-22,0r0,-186r22,0r0,34v12,-30,30,-40,61,-40r0,24","w":119,"k":{"y":-6,"f":-6,",":33,".":33,"c":6,"d":6,"e":6,"m":-6,"n":-6,"o":6,"q":6,"t":-6,"-":20}},"s":{"d":"17,-58r22,0v7,32,23,44,55,44v31,0,46,-17,46,-35v0,-54,-119,-16,-119,-89v0,-31,24,-54,65,-54v40,0,67,17,72,59r-22,0v1,-51,-92,-51,-92,-7v0,51,119,19,119,91v0,36,-32,54,-76,54v-44,0,-68,-28,-70,-63","w":180},"t":{"d":"91,-17r0,18v-25,8,-58,7,-58,-33r0,-136r-26,0r0,-18r26,0r0,-52r22,0r0,52r35,0r0,18r-35,0r0,127v-5,27,16,31,36,24","w":100},"u":{"d":"95,-14v71,0,56,-100,57,-172r22,0r0,186r-22,0r0,-26v-12,13,-27,31,-60,31v-96,1,-59,-109,-66,-191r22,0v8,66,-29,172,47,172"},"v":{"d":"77,0r-71,-186r24,0r60,159r60,-159r24,0r-72,186r-25,0","w":180,"k":{",":27,".":27}},"w":{"d":"143,-186r41,157r49,-157r22,0r-61,186r-23,0r-41,-157r-42,157r-26,0r-57,-186r22,0r48,159r43,-159r25,0","w":259,"k":{",":20,".":20}},"x":{"d":"147,0r-56,-81r-58,81r-27,0r72,-96r-66,-90r27,0r51,74r53,-74r28,0r-68,90r70,96r-26,0","w":180},"y":{"d":"24,71r0,-20v37,13,46,-28,55,-50r-73,-187r25,0r59,160r60,-160r24,0r-70,183v-23,55,-28,85,-80,74","w":180,"k":{",":33,".":33}},"z":{"d":"168,0r-156,0r0,-19r124,-149r-116,0r0,-18r143,0r0,19r-123,149r128,0r0,18","w":180},"{":{"d":"16,-98v74,-11,-22,-173,82,-167v-64,14,7,144,-59,167v68,10,-9,146,61,167v-72,8,-54,-66,-54,-126v0,-22,-6,-36,-30,-41","w":119},"|":{"d":"29,-270r22,0r0,360r-22,0r0,-360","w":79},"}":{"d":"18,-267v73,-8,55,65,55,125v0,22,6,37,30,42v-76,9,23,173,-82,167v64,-14,-8,-146,59,-167v-68,-10,10,-149,-62,-167","w":119},"~":{"d":"158,-71v-26,-1,-52,-25,-78,-25v-19,0,-31,19,-39,33r-12,-17v10,-15,25,-37,51,-37v24,0,58,26,79,26v16,0,28,-18,35,-31r15,12v-10,19,-27,39,-51,39","w":237},"'":{"d":"31,-178r0,-81r18,0r0,81r-18,0","w":79},"\u201c":{"d":"85,-178v-1,-37,-2,-76,27,-81v2,22,-18,19,-13,49r13,0r0,32r-27,0xm31,-178v-1,-36,-3,-76,26,-81v2,22,-17,19,-12,49r12,0r0,32r-26,0","w":140},"\u2013":{"d":"180,-102r0,16r-180,0r0,-16r180,0","w":180},"\u201d":{"d":"109,-259v1,36,3,75,-26,81v-2,-22,17,-20,12,-50r-12,0r0,-31r26,0xm55,-259v1,37,2,75,-27,81v-3,-23,18,-19,13,-50r-13,0r0,-31r27,0","w":140},"\u2026":{"d":"73,0r-26,0r0,-32r26,0r0,32xm193,0r-26,0r0,-32r26,0r0,32xm313,0r-26,0r0,-32r26,0r0,32","w":360},"`":{"d":"66,-207r-50,-50r28,0r40,50r-18,0","w":119},"\u2014":{"d":"360,-86r-360,0r0,-16r360,0r0,16","w":360},"\u2122":{"d":"309,-259r0,151r-18,0r-1,-135r-52,135r-13,0r-53,-135r0,135r-18,0r0,-151r34,0r44,112r43,-112r34,0xm126,-259r0,14r-49,0r0,137r-18,0r0,-137r-49,0r0,-14r116,0","w":338},"\u00d7":{"d":"119,-78r-76,76r-13,-13r76,-76r-76,-76r13,-13r76,76r76,-76r13,13r-76,76r76,76r-13,13","w":237},"\u00a0":{"w":100}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1985, 1987, 1989, 1990, 1997, 1998, 1999, 2002 Adobe Systems
 * Incorporated.  All Rights Reserved. © 1981, 1999, 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:
 * HelveticaLTStd-Bold
 * 
 * Designer:
 * Max Miedinger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 2 3 2 4","ascent":"258","descent":"-102","x-height":"5","bbox":"-12 -279 360 81","underline-thickness":"18","underline-position":"-18","stemh":"42","stemv":"50","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u201c":29,"\u2018":22,"Y":43,"T":36,"V":29,"W":29,"A":18}},"!":{"d":"86,-51r0,51r-52,0r0,-51r52,0xm88,-258v3,70,-8,126,-15,186r-26,0v-7,-60,-18,-116,-15,-186r56,0","w":119},"\"":{"d":"100,-161r0,-97r35,0r0,97r-35,0xm35,-161r0,-97r36,0r0,97r-36,0","w":170},"#":{"d":"183,-104r-4,32r-35,0r-10,72r-34,0r10,-72r-35,0r-10,72r-34,0r10,-72r-35,0r5,-32r35,0r6,-43r-35,0r4,-33r35,0r10,-71r34,0r-10,71r35,0r10,-71r34,0r-10,71r35,0r-5,33r-35,0r-6,43r35,0xm121,-147r-35,0r-6,43r34,0"},"$":{"d":"108,-150v56,12,80,40,80,79v0,33,-21,74,-80,77r0,35r-16,0r0,-35v-58,-5,-81,-29,-81,-83r47,0v2,25,6,40,34,45r0,-76v-35,-9,-76,-23,-76,-73v0,-39,25,-74,76,-75r0,-23r16,0r0,23v27,3,71,12,76,76r-46,0v-2,-33,-16,-37,-30,-37r0,67xm92,-155r0,-62v-21,1,-30,16,-30,28v0,23,16,31,30,34xm108,-102r0,70v12,-1,32,-7,32,-35v0,-21,-18,-31,-32,-35"},"%":{"d":"47,-190v0,16,14,28,29,28v15,0,28,-12,28,-28v0,-16,-13,-29,-28,-29v-15,0,-29,13,-29,29xm10,-190v0,-36,30,-66,66,-66v36,0,65,30,65,66v0,36,-29,65,-65,65v-36,0,-66,-28,-66,-65xm244,-256r-143,263r-27,0r143,-263r27,0xm179,-61v0,-36,29,-66,65,-66v36,0,66,30,66,66v0,36,-30,65,-66,65v-36,0,-65,-28,-65,-65xm216,-61v0,16,13,28,28,28v15,0,29,-12,29,-28v0,-16,-14,-29,-29,-29v-15,0,-28,13,-28,29","w":320},"&":{"d":"116,-167v26,-10,35,-51,2,-53v-29,4,-25,35,-2,53xm206,-57r46,57r-60,0r-18,-22v-15,15,-35,29,-74,29v-94,0,-112,-114,-25,-152v-11,-12,-24,-32,-24,-54v0,-35,29,-59,69,-59v28,0,63,18,63,59v0,36,-33,56,-43,62r37,45v6,-10,11,-22,13,-42r45,0v-3,35,-12,54,-29,77xm148,-54r-48,-59v-21,15,-30,22,-30,43v0,10,8,34,38,34v17,0,31,-10,40,-18","w":259},"\u2019":{"d":"25,-213r0,-45r50,0r0,36v0,45,-28,58,-49,62r0,-19v24,-8,26,-20,27,-34r-28,0","w":100,"k":{"s":22,"l":7,".":63,",":63,"\u2019":17," ":29,"v":7,"d":29,"O":9,"A":63,"t":-7,"r":14}},"(":{"d":"113,75r-37,0v-32,-43,-63,-99,-63,-169v0,-70,30,-125,63,-170r37,0v-28,47,-49,95,-49,170v0,75,23,123,49,169","w":119},")":{"d":"7,-264r37,0v32,43,63,99,63,169v0,70,-30,125,-63,170r-37,0v28,-47,48,-95,48,-170v0,-75,-22,-123,-48,-169","w":119},"*":{"d":"122,-228r8,26r-37,12r24,35r-22,16r-25,-33r-25,33r-22,-16r24,-35r-37,-12r8,-26r37,12r0,-42r30,0r0,42","w":140},"+":{"d":"85,-111r0,-71r40,0r0,71r71,0r0,40r-71,0r0,71r-40,0r0,-71r-71,0r0,-40r71,0","w":210},",":{"d":"77,-53v5,60,-6,110,-54,113r0,-19v14,-5,28,-11,30,-41r-30,0r0,-53r54,0","w":100,"k":{"\u201d":43,"\u201c":65,"\u2018":65,"\u2019":43," ":14}},"-":{"d":"110,-124r0,47r-100,0r0,-47r100,0","w":119},".":{"d":"77,-53r0,53r-54,0r0,-53r54,0","w":100,"k":{"\u201d":43,"\u201c":65,"\u2018":65,"\u2019":43," ":14}},"\/":{"d":"112,-265r-82,272r-42,0r82,-272r42,0","w":100},"0":{"d":"12,-125v0,-90,28,-131,88,-131v60,0,89,41,89,131v0,90,-29,132,-89,132v-60,0,-88,-42,-88,-132xm63,-125v0,66,8,92,37,92v29,0,37,-26,37,-92v0,-66,-8,-90,-37,-90v-29,0,-37,24,-37,90","k":{"1":20,"0":-14}},"1":{"d":"25,-176r0,-35v49,3,72,-24,70,-45r41,0r0,256r-50,0r0,-176r-61,0","k":{"9":13,"8":13,"7":13,"6":13,"5":13,"4":13,"3":13,"2":13,"1":34,"0":20,".":45,"-":27}},"2":{"d":"184,-175v0,71,-96,97,-111,130r111,0r0,45r-175,0v2,-30,5,-62,60,-102v46,-33,64,-46,64,-75v0,-17,-11,-36,-35,-36v-35,0,-37,29,-37,48r-49,0v0,-83,61,-91,84,-91v49,0,88,29,88,81"},"3":{"d":"77,-112r0,-36v23,0,47,1,50,-35v0,-9,-4,-32,-32,-32v-35,0,-34,32,-34,41r-47,0v0,-48,27,-82,85,-82v34,0,79,18,79,72v1,27,-19,41,-31,49v72,30,34,142,-48,142v-24,0,-89,-5,-89,-85r49,0v0,14,3,45,37,45v20,0,38,-15,38,-43v0,-35,-34,-36,-57,-36"},"4":{"d":"47,-96r64,0r0,-110xm189,-96r0,39r-28,0r0,57r-50,0r0,-57r-101,0r0,-43r94,-156r57,0r0,160r28,0"},"5":{"d":"72,-209r-9,56v44,-30,124,-12,123,68v0,35,-18,92,-93,92v-40,0,-80,-24,-83,-75r50,0v2,21,14,35,36,35v24,0,38,-21,38,-48v0,-38,-44,-68,-71,-28r-45,-2r17,-140r141,0r0,42r-104,0"},"6":{"d":"182,-191r-50,0v-1,-14,-10,-24,-29,-24v-32,-1,-44,40,-42,71v7,-9,20,-21,48,-21v53,0,78,41,78,79v0,56,-34,93,-83,93v-77,0,-93,-65,-93,-129v0,-49,6,-134,95,-134v33,1,76,22,76,65xm137,-82v0,-60,-75,-58,-75,1v0,28,16,48,40,48v18,0,35,-14,35,-49"},"7":{"d":"190,-251r0,39v-24,27,-87,102,-93,212r-52,0v5,-102,69,-184,91,-207r-127,0r1,-44r180,0","k":{"6":14,"4":27,".":68,"-":34,",":68}},"8":{"d":"100,-152v20,0,32,-14,32,-32v0,-19,-14,-31,-30,-31v-23,0,-34,12,-34,31v0,15,10,32,32,32xm150,-138v64,32,52,145,-50,145v-66,0,-88,-43,-88,-78v0,-13,-1,-47,38,-65v-61,-30,-23,-120,49,-120v81,0,108,84,51,118xm100,-33v49,0,52,-79,-1,-81v-18,0,-36,12,-36,40v0,24,14,41,37,41"},"9":{"d":"61,-171v-1,68,73,60,75,4v0,-29,-12,-47,-38,-47v-13,0,-37,6,-37,43xm16,-59r50,0v3,18,14,26,29,26v20,0,46,-21,42,-72v-45,51,-126,4,-126,-59v0,-63,37,-92,87,-92v89,0,90,96,90,132v0,99,-47,131,-93,131v-44,0,-75,-25,-79,-66"},":":{"d":"87,-53r0,53r-54,0r0,-53r54,0xm87,-184r0,52r-54,0r0,-52r54,0","w":119,"k":{" ":14}},";":{"d":"87,-53v5,60,-6,110,-54,113r0,-19v14,-5,28,-11,30,-41r-30,0r0,-53r54,0xm87,-184r0,52r-54,0r0,-52r54,0","w":119,"k":{" ":14}},"<":{"d":"197,-36r0,39r-183,-78r0,-32r183,-78r0,39r-131,55","w":210},"=":{"d":"196,-151r0,40r-182,0r0,-40r182,0xm196,-72r0,41r-182,0r0,-41r182,0","w":210},">":{"d":"14,-36r130,-55r-130,-55r0,-39r183,78r0,32r-183,78r0,-39","w":210},"?":{"d":"135,-75r-48,0v0,-35,4,-50,37,-73v35,-15,22,-74,-13,-71v-32,3,-37,24,-39,42r-50,0v0,-63,47,-85,86,-85v22,0,92,6,92,77v0,29,-15,46,-43,66v-15,11,-22,18,-22,44xm138,-51r0,51r-52,0r0,-51r52,0","w":219},"@":{"d":"166,-85v43,3,63,-78,14,-81v-41,-2,-62,78,-14,81xm216,-49v-11,1,-18,-8,-21,-20v-31,41,-96,10,-96,-43v0,-64,79,-124,121,-65r5,-20r31,0r-23,107v0,4,1,8,5,8v19,0,41,-24,41,-63v0,-59,-43,-92,-98,-92v-62,0,-103,47,-103,108v0,97,121,139,183,78r32,0v-64,107,-251,53,-251,-78v0,-77,63,-136,139,-136v65,0,127,44,127,111v0,77,-67,105,-92,105","w":351},"A":{"d":"82,-53r-18,53r-57,0r92,-258r63,0r91,258r-59,0r-17,-53r-95,0xm96,-98r66,0r-32,-102","w":259,"k":{"g":7,"v":14,"w":11,"y":11,"c":7,"C":14,"d":7,"e":7,"G":18,"o":7,"O":14,"q":7,"Q":14,"s":7,"S":9,"T":32,"u":11,"U":18,"V":29,"W":22,"Y":40,"-":9,"\u201c":41,"\u201d":41,"\u2018":41,"\u2019":41}},"B":{"d":"241,-77v0,56,-23,77,-104,77r-110,0r0,-258r126,0v63,0,80,39,80,66v0,37,-21,48,-32,53v32,12,40,36,40,62xm79,-114r0,69v46,-2,111,13,108,-37v-2,-47,-64,-28,-108,-32xm79,-214r0,57v40,-3,101,13,102,-29v1,-41,-63,-25,-102,-28","w":259,"k":{"U":4,"V":14,"W":5,"Y":27,"A":11}},"C":{"d":"246,-174r-54,0v-4,-15,-12,-45,-57,-45v-26,0,-64,18,-64,91v0,46,18,88,64,88v30,0,51,-17,57,-49r54,0v-11,56,-47,96,-112,96v-69,0,-118,-47,-118,-136v0,-90,52,-136,119,-136v77,0,108,53,111,91","w":259,"k":{"Y":14,"A":14}},"D":{"d":"27,0r0,-258r114,0v87,0,106,74,106,123v0,55,-23,135,-108,135r-112,0xm80,-214r0,169r53,0v44,0,59,-44,59,-86v0,-104,-42,-80,-112,-83","w":259,"k":{"V":14,"W":14,"Y":25,"A":14,",":11,".":11}},"E":{"d":"217,-258r0,45r-137,0r0,55r126,0r0,45r-126,0r0,67r144,0r0,46r-197,0r0,-258r190,0","w":240,"k":{"G":5}},"F":{"d":"81,-109r0,109r-54,0r0,-258r184,0r0,45r-130,0r0,59r114,0r0,45r-114,0","w":219,"k":{"e":7,"o":11,"u":20,"-":5,"A":29,",":36,".":36,"i":9,"a":7,"J":72,"r":20}},"G":{"d":"149,-96r0,-43r108,0r0,139r-36,0r-6,-32v-14,16,-33,39,-80,39v-62,0,-119,-45,-119,-136v0,-70,38,-136,126,-136v79,0,111,51,114,87r-54,0v0,-10,-19,-43,-57,-43v-39,0,-74,27,-74,93v0,71,38,89,75,89v12,0,52,-5,63,-57r-60,0","w":280,"k":{"A":7}},"H":{"d":"180,-116r-100,0r0,116r-54,0r0,-258r54,0r0,97r100,0r0,-97r54,0r0,258r-54,0r0,-116","w":259,"k":{"\u201c":9,"\u201d":9}},"I":{"d":"77,-258r0,258r-54,0r0,-258r54,0","w":100},"J":{"d":"174,-258r0,183v0,55,-28,81,-80,81v-86,0,-86,-55,-86,-104r50,0v0,41,3,61,32,61v28,0,30,-18,30,-38r0,-183r54,0","k":{"o":4,"O":4,"u":7,"A":7,",":7,".":7,"a":7}},"K":{"d":"85,-87r0,87r-54,0r0,-258r54,0r0,105r99,-105r70,0r-106,105r112,153r-70,0r-79,-113","w":259,"k":{"w":27,"y":14,"e":5,"o":13,"O":11,"u":11,"A":-7,"a":7}},"L":{"d":"81,-258r0,211r129,0r0,47r-183,0r0,-258r54,0","w":219,"k":{"\u201d":50,"\u2019":50,"y":11,"O":18,"T":32,"V":40,"W":29,"Y":43,"-":27,"\u201c":117,"\u2018":90,"a":-7}},"M":{"d":"275,-258r0,258r-50,0r-1,-216r-48,216r-53,0r-48,-216r0,216r-50,0r0,-258r79,0r47,203r46,-203r78,0","w":299},"N":{"d":"184,-78v4,-57,0,-121,1,-180r50,0r0,258r-54,0r-106,-184r0,184r-50,0r0,-258r57,0","w":259},"O":{"d":"16,-129v0,-121,90,-136,124,-136v34,0,124,15,124,136v0,121,-90,136,-124,136v-34,0,-124,-15,-124,-136xm70,-129v0,72,41,90,70,90v29,0,70,-18,70,-90v0,-72,-41,-91,-70,-91v-29,0,-70,19,-70,91","w":280,"k":{".":14,",":14,"v":9,"w":9,"T":14,"V":18,"W":18,"Y":25,"A":18,"X":18}},"P":{"d":"81,-93r0,93r-54,0r0,-258r118,0v50,0,81,31,81,82v0,23,-14,83,-83,83r-62,0xm81,-138r50,0v40,0,41,-28,41,-40v0,-40,-49,-37,-91,-36r0,76","w":240,"k":{"e":11,"o":14,"u":7,"Y":9,"A":36,",":43,".":43,"a":11,"r":7}},"Q":{"d":"143,-70r28,-29r27,25v7,-13,12,-31,12,-55v0,-72,-41,-91,-70,-91v-29,0,-70,19,-70,91v0,86,48,101,99,83xm265,-10r-28,29r-31,-29v-24,14,-51,17,-66,17v-34,0,-124,-15,-124,-136v0,-121,90,-136,124,-136v34,0,124,15,124,136v0,42,-11,72,-27,92","w":280,"k":{"U":4,",":-7,".":-7}},"R":{"d":"27,0r0,-258r131,0v69,0,81,51,81,73v0,28,-14,52,-40,61v21,9,33,18,33,66v0,38,0,47,12,51r0,7r-60,0v-16,-29,16,-113,-48,-101r-56,0r0,101r-53,0xm80,-145v43,-3,105,14,105,-35v0,-14,-5,-34,-37,-34r-68,0r0,69","w":259,"k":{"y":9,"e":7,"G":4,"o":7,"O":7,"T":7,"u":7,"U":7,"V":18,"W":14,"Y":18,"A":7}},"S":{"d":"14,-80r52,0v0,14,8,42,55,42v26,0,54,-6,54,-33v0,-28,-48,-32,-75,-39v-42,-11,-82,-19,-82,-76v0,-29,15,-79,99,-79v79,0,101,51,101,83r-52,0v-1,-12,-6,-39,-53,-39v-21,0,-45,8,-45,31v9,41,59,28,91,43v35,9,67,23,67,69v0,78,-78,85,-101,85v-94,0,-111,-55,-111,-87","w":240,"k":{"v":9,"w":9,"y":9,"T":7,"V":5,"Y":18,"A":4}},"T":{"d":"137,-213r0,213r-54,0r0,-213r-78,0r0,-45r210,0r0,45r-78,0","w":219,"k":{"w":22,"y":22,"e":22,"o":29,"O":14,"u":32,"-":43,"A":32,",":29,".":29,"a":29,"J":45,"r":29,":":14,";":14}},"U":{"d":"128,7v-46,0,-102,-32,-102,-94r0,-171r55,0r0,167v0,36,21,52,46,52v37,0,52,-18,52,-49r0,-170r55,0r0,168v0,68,-41,97,-106,97","w":259,"k":{".":11,",":11,"A":18}},"V":{"d":"120,-63r57,-195r56,0r-88,258r-51,0r-87,-258r58,0","w":240,"k":{"C":20,"e":18,"G":18,"o":32,"O":18,"u":22,"-":29,"A":29,",":43,".":43,"i":9,"a":22,":":14,";":14}},"W":{"d":"79,0r-73,-258r57,0r42,189r36,-189r57,0r40,189v4,-24,9,-47,42,-189r54,0r-72,258r-52,0r-41,-202v-8,50,-12,69,-40,202r-50,0","w":339,"k":{"y":7,"e":13,"o":22,"O":7,"u":16,"-":14,"A":22,",":29,".":29,"i":9,"a":14,"r":14,":":4,";":4}},"X":{"d":"151,-134r84,134r-66,0r-49,-88r-52,88r-63,0r84,-132r-79,-126r64,0r46,83r47,-83r63,0","w":240,"k":{"y":36,"C":20,"e":14,"O":20}},"Y":{"d":"149,-97r0,97r-54,0r0,-98r-90,-160r64,0r54,112r51,-112r61,0","w":240,"k":{";":18,":":18,".":36,",":36,"C":27,"e":29,"o":36,"O":25,"S":18,"u":36,"-":50,"A":40,"i":9,"a":32}},"Z":{"d":"211,-46r0,46r-202,0r0,-46r134,-167r-130,0r0,-45r197,0r0,42r-135,170r136,0","w":219},"[":{"d":"67,-225r0,261r44,0r0,35r-88,0r0,-331r88,0r0,35r-44,0","w":119},"\\":{"d":"70,7r-82,-272r42,0r82,272r-42,0","w":100},"]":{"d":"53,36r0,-261r-44,0r0,-35r88,0r0,331r-88,0r0,-35r44,0","w":119},"^":{"d":"62,-116r-40,0r65,-135r36,0r65,135r-40,0r-43,-95","w":210},"_":{"d":"0,27r200,0r0,18r-200,0r0,-18"},"\u2018":{"d":"75,-209r0,46r-50,0r0,-37v0,-45,28,-58,49,-62r0,19v-24,8,-25,20,-26,34r27,0","w":100,"k":{"\u2018":17,".":63,",":63,"A":43}},"a":{"d":"179,-141r0,104v-2,31,11,20,11,37r-55,0v-3,-9,-3,-12,-4,-23v-22,35,-121,46,-121,-28v0,-56,52,-62,102,-68v8,-1,17,-4,17,-15v0,-21,-20,-22,-33,-22v-25,0,-30,15,-31,26r-48,0v6,-59,46,-67,85,-67v27,0,77,9,77,56xm129,-93v-11,12,-68,4,-68,39v0,18,13,23,23,23v31,0,51,-23,45,-62"},"b":{"d":"115,-36v59,0,55,-116,-2,-117v-35,0,-43,31,-43,62v0,28,13,55,45,55xm72,-258r1,91v8,-12,24,-30,56,-30v42,0,79,33,79,99v0,53,-24,103,-81,103v-22,1,-42,-9,-56,-29r0,24r-49,0r0,-258r50,0","w":219,"k":{"v":7,"y":7,"u":7,"l":4}},"c":{"d":"137,-70r51,0v-2,20,-17,75,-87,75v-72,0,-89,-55,-89,-95v0,-62,27,-107,92,-107v30,0,80,14,85,74r-51,0v-2,-13,-10,-31,-34,-31v-32,0,-40,31,-40,55v0,21,1,63,39,63v26,0,34,-25,34,-34","k":{"y":4,"l":7,"h":4,"k":7}},"d":{"d":"198,-258r0,258r-49,0v-1,-7,2,-18,-1,-24v-12,22,-34,29,-55,29v-57,0,-81,-50,-81,-103v0,-99,97,-124,136,-69r0,-91r50,0xm64,-94v0,23,9,58,41,58v32,0,45,-27,45,-55v0,-31,-8,-62,-43,-62v-32,0,-43,29,-43,59","w":219,"k":{"v":5,"w":5,"y":5,"d":4}},"e":{"d":"136,-56r52,0v-13,46,-51,61,-84,61v-54,0,-96,-26,-96,-105v0,-23,8,-97,92,-97v40,0,94,27,90,115r-131,0v1,14,4,47,45,47v14,0,28,-7,32,-21xm60,-115r78,0v-6,-59,-76,-49,-78,0","k":{".":-7,",":-4,"v":5,"w":5,"y":5,"x":5}},"f":{"d":"82,-156r0,156r-51,0r0,-156r-27,0r0,-36r27,0v-7,-58,29,-77,82,-69r0,41v-23,-2,-36,1,-31,28r32,0r0,36r-32,0","w":119,"k":{"e":4,"o":7,"\u201d":-11,"\u2019":-11,"l":9,",":4,".":4,"f":18,"i":9,"t":13}},"g":{"d":"151,-192r48,0r0,182v0,33,-3,88,-97,88v-40,0,-81,-16,-83,-57r54,0v2,10,7,19,36,19v36,0,45,-31,39,-68v-8,15,-21,29,-51,29v-46,0,-83,-32,-83,-99v0,-66,38,-99,80,-99v37,0,49,22,57,34r0,-29xm66,-95v0,24,10,54,40,54v63,-1,54,-114,0,-112v-19,0,-40,13,-40,58","w":219,"k":{"g":4,"y":7,"e":-4}},"h":{"d":"197,-132r0,132r-51,0r0,-116v0,-14,-1,-38,-33,-38v-59,-1,-34,98,-39,154r-51,0r0,-258r51,0r1,91v6,-16,28,-30,55,-30v37,0,67,23,67,65","w":219,"k":{"y":7,"\u2019":14}},"i":{"d":"25,-192r50,0r0,192r-50,0r0,-192xm75,-261r0,47r-50,0r0,-47r50,0","w":100,"k":{"j":4}},"j":{"d":"75,-192r0,212v0,56,-28,58,-74,57r0,-40v14,-1,24,5,24,-18r0,-211r50,0xm75,-261r0,47r-50,0r0,-47r50,0","w":100},"k":{"d":"75,-60r0,60r-50,0r0,-258r50,0r0,139r64,-73r62,0r-68,75r69,117r-60,0r-46,-82","k":{"g":7,"e":7,"o":5}},"l":{"d":"75,-258r0,258r-50,0r0,-258r50,0","w":100,"k":{"w":5,"y":5}},"m":{"d":"297,-132r0,132r-50,0r0,-116v0,-28,-12,-38,-27,-38v-25,0,-35,16,-35,39r0,115r-50,0r0,-115v0,-16,0,-39,-30,-39v-24,0,-32,16,-32,37r0,117r-50,0r0,-192r48,0v1,9,-2,22,1,29v6,-13,20,-34,54,-34v28,0,41,10,54,31v6,-9,20,-31,51,-31v37,0,66,23,66,65","w":320,"k":{"y":11,"u":7}},"n":{"d":"197,-132r0,132r-51,0r0,-116v0,-14,-1,-38,-33,-38v-59,-1,-34,98,-39,154r-51,0r0,-192r49,0r0,29v7,-12,22,-34,58,-34v37,0,67,23,67,65","w":219,"k":{"v":14,"w":7,"y":7,"u":4,"\u201d":7,"\u2019":7}},"o":{"d":"208,-96v0,69,-47,101,-98,101v-51,0,-98,-32,-98,-101v0,-69,47,-101,98,-101v51,0,98,32,98,101xm156,-96v0,-24,-7,-58,-46,-58v-39,0,-46,34,-46,58v0,24,7,59,46,59v39,0,46,-35,46,-59","w":219,"k":{"v":7,"w":5,"y":7,"x":11}},"p":{"d":"71,-91v0,28,12,55,44,55v59,0,55,-116,-2,-117v-35,0,-42,31,-42,62xm71,-192r0,28v9,-15,24,-33,58,-33v42,0,79,33,79,99v0,53,-24,103,-81,103v-35,0,-48,-19,-54,-29r0,99r-51,0r0,-267r49,0","w":219,"k":{"y":5}},"q":{"d":"150,-192r49,0r0,267r-51,0r0,-99v-10,19,-30,29,-55,29v-117,0,-105,-201,3,-202v33,0,47,21,54,34r0,-29xm64,-92v0,34,13,55,43,55v24,0,42,-19,42,-58v0,-53,-33,-58,-43,-58v-19,0,-42,12,-42,61","w":219},"r":{"d":"23,0r0,-192r48,0v1,11,-2,25,1,34v10,-21,27,-44,62,-38r0,51v-39,-5,-61,19,-61,45r0,100r-50,0","w":140,"k":{"g":5,"v":-4,"y":-4,"c":7,"d":7,"e":7,"o":7,"q":7,"s":5,"u":5,"-":7,"\u2019":-14,"l":5,"h":5,"k":5,",":22,".":22,"i":5,"t":-7,"a":7,"r":5,"m":5,"n":5,"p":5}},"s":{"d":"181,-133r-49,0v-2,-12,-7,-25,-34,-25v-27,0,-31,10,-31,18v0,30,120,8,120,79v0,56,-54,66,-84,66v-44,0,-91,-15,-92,-66r52,0v0,16,9,28,41,28v26,0,32,-13,32,-20v0,-32,-118,-7,-118,-79v0,-28,17,-65,77,-65v37,0,82,10,86,64","k":{"v":7,"w":5,"y":7,"\u2019":7}},"t":{"d":"80,-243r0,51r31,0r0,36r-31,0r0,105v-5,15,14,16,31,14r0,38v-43,5,-91,-4,-81,-40r0,-117r-26,0r0,-36r26,0r0,-51r50,0","w":119,"k":{"e":5,"o":7,"u":9,"\u2019":-7,"t":11}},"u":{"d":"196,-192r0,192r-48,0v-1,-8,2,-21,-1,-27v-29,53,-123,42,-123,-39r0,-126r50,0r0,119v0,30,18,36,33,36v17,0,39,-10,39,-44r0,-111r50,0","w":219,"k":{"v":7,"y":7}},"v":{"d":"195,-192r-69,192r-53,0r-68,-192r56,0r40,142r41,-142r53,0","k":{"c":7,"e":7,"o":11,"u":7,"-":4,",":29,".":29,"a":7}},"w":{"d":"277,-192r-55,192r-52,0r-31,-140r-30,140r-51,0r-54,-192r53,0r31,138r27,-138r51,0r29,138r30,-138r52,0","w":280,"k":{"c":7,"d":7,"e":7,"o":7,",":14,".":14,"a":7}},"x":{"d":"130,-98r65,98r-63,0r-33,-58r-33,58r-61,0r66,-98r-63,-94r61,0r33,56r31,-56r60,0","k":{"c":14,"e":4,"o":14,"-":27,"a":7}},"y":{"d":"194,-192r-66,189v-27,82,-32,82,-97,79r0,-40v23,2,38,2,43,-28r-70,-200r56,0r42,142r39,-142r53,0","k":{".":29,",":29,"g":7,"c":7,"d":7,"e":4,"o":9,"s":7,"a":11}},"z":{"d":"169,-150r-97,109r101,0r0,41r-166,0r0,-39r98,-112r-91,0r0,-41r155,0r0,42","w":180,"k":{"e":-4,"o":4}},"{":{"d":"131,39r0,32v-44,3,-80,-4,-80,-50r0,-72v0,-22,-24,-27,-34,-27r0,-33v10,0,34,-6,34,-28r0,-72v3,-45,37,-52,80,-49r0,32v-53,-10,-32,50,-36,94v-4,32,-31,36,-41,40v12,1,36,8,41,39v6,39,-24,101,36,94","w":140},"|":{"d":"30,-279r41,0r0,360r-41,0r0,-360","w":100},"}":{"d":"123,-111r0,33v-10,0,-34,5,-34,27r0,72v-3,46,-36,53,-80,50r0,-32v53,10,32,-50,36,-94v4,-32,31,-36,41,-40v-12,-1,-36,-8,-41,-39v-6,-39,24,-101,-36,-94r0,-32v44,-3,80,2,80,49r0,72v0,22,24,28,34,28","w":140},"~":{"d":"67,-122v24,0,56,25,77,25v14,0,23,-13,31,-26r13,32v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-13,-32v8,-15,21,-31,45,-31","w":210},"'":{"d":"25,-161r0,-97r35,0r0,97r-35,0","w":85},"\u201c":{"d":"73,-209r0,46r-50,0r0,-37v0,-45,28,-58,49,-62r0,19v-24,8,-25,20,-26,34r27,0xm157,-209r0,46r-50,0r0,-37v0,-45,28,-58,49,-62r0,19v-24,8,-26,20,-27,34r28,0","w":180,"k":{".":117,",":117," ":36,"A":45}},"\u2013":{"d":"200,-120r0,38r-200,0r0,-38r200,0"},"\u201d":{"d":"23,-213r0,-45r50,0r0,36v0,45,-28,58,-49,62r0,-19v24,-8,26,-20,27,-34r-28,0xm107,-213r0,-45r50,0r0,36v0,45,-28,58,-49,62r0,-19v24,-8,25,-20,26,-34r-27,0","w":180,"k":{".":117,",":117," ":29,"A":63}},"\u2026":{"d":"87,-53r0,53r-54,0r0,-53r54,0xm207,-53r0,53r-54,0r0,-53r54,0xm327,-53r0,53r-54,0r0,-53r54,0","w":360},"`":{"d":"45,-217r-53,-53r55,0r34,53r-36,0","w":119},"\u2014":{"d":"360,-120r0,38r-360,0r0,-38r360,0","w":360},"\u2122":{"d":"222,-258r34,90r33,-90r55,0r0,148r-38,0r-1,-101r-35,101r-29,0r-36,-101r0,101r-38,0r0,-148r55,0xm139,-258r0,30r-42,0r0,118r-40,0r0,-118r-41,0r0,-30r123,0","w":360},"\u00d7":{"d":"77,-91r-63,-62r29,-29r62,62r62,-62r29,29r-62,62r62,62r-29,29r-62,-63r-62,63r-29,-29","w":210},"\u00a0":{"w":100,"k":{"\u201c":29,"\u2018":22,"Y":43,"T":36,"V":29,"W":29,"A":18}}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1985, 1987, 1988, 1994, 1999, 2002 Adobe Systems Incorporated.  All
 * Rights Reserved. © 1981, 1999, 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:
 * HelveticaLTStd-LightObl
 * 
 * Designer:
 * Max Miedinger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica LT Std","font-weight":300,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"258","descent":"-102","x-height":"5","bbox":"-14 -295 382 98","underline-thickness":"18","underline-position":"-18","slope":"-12","stemh":"18","stemv":"22","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"66,-65r19,-114r17,-80r26,0r-46,194r-16,0xm73,0r-26,0r7,-32r26,0","w":119},"\"":{"d":"58,-178r18,-81r18,0r-17,81r-19,0xm98,-178r18,-81r18,0r-17,81r-19,0","w":100},"#":{"d":"203,-103r-4,21r-40,0r-29,82r-21,0r28,-82r-49,0r-30,82r-21,0r30,-82r-40,0r5,-21r43,0r18,-51r-40,0r4,-21r43,0r28,-76r21,0r-27,76r49,0r27,-76r21,0r-27,76r36,0r-4,21r-39,0r-18,51r36,0xm163,-154r-49,0r-18,51r49,0"},"$":{"d":"122,-142r19,-92v-27,0,-51,18,-57,45v-7,32,13,39,38,47xm133,-116r-22,103v30,0,60,-22,66,-52v8,-36,-14,-45,-44,-51xm107,7r-5,27r-17,0r6,-27v-46,-1,-71,-32,-62,-80r23,0v-7,32,10,58,42,60r23,-107v-38,-10,-67,-23,-57,-68v9,-40,47,-67,86,-66r5,-22r16,0r-4,22v40,0,63,23,56,64r-23,0v5,-26,-12,-44,-38,-44r-20,95v45,11,73,24,61,78v-9,42,-54,67,-92,68"},"%":{"d":"262,-119v33,0,53,27,46,59v-7,33,-38,60,-71,60v-33,0,-54,-27,-47,-60v7,-32,40,-59,72,-59xm257,-99v-43,-5,-71,76,-16,78v44,4,71,-75,16,-78xm184,-192v-7,33,-39,60,-72,60v-33,0,-54,-28,-47,-60v7,-32,39,-59,72,-59v33,0,54,26,47,59xm116,-153v43,5,70,-75,16,-78v-43,-5,-71,75,-16,78xm294,-254r-198,259r-18,0r198,-259r18,0","w":320},"&":{"d":"174,-47r-56,-88v-31,13,-59,39,-64,67v-13,73,88,64,120,21xm177,-194v13,-19,7,-46,-20,-46v-18,0,-38,12,-42,31v-3,15,10,38,17,49v16,-9,34,-18,45,-34xm141,-144r49,77v12,-15,17,-32,21,-50r22,0v-6,23,-16,47,-33,67r32,50r-29,0r-19,-31v-47,58,-172,52,-154,-39v8,-39,43,-65,79,-80v-38,-40,-5,-109,53,-109v32,0,50,23,44,50v-7,35,-34,49,-65,65","w":240},"\u2019":{"d":"110,-259v-6,33,-12,75,-43,81v0,-23,23,-21,22,-50r-12,0r7,-31r26,0","w":79,"k":{"\u2019":6,"t":6,"s":27}},"(":{"d":"156,-266v-77,82,-127,210,-71,335r-18,0v-69,-121,-14,-256,71,-335r18,0","w":119},")":{"d":"5,69v77,-82,129,-210,72,-335r18,0v68,122,14,256,-71,335r-19,0","w":119},"*":{"d":"72,-233r36,16r9,-42r15,0r-9,42r45,-15r2,16r-44,13r19,38r-16,9r-18,-39r-36,38r-11,-10r35,-36r-37,-14","w":140},"+":{"d":"130,-101r16,-79r22,0r-17,79r79,0r-4,22r-79,0r-17,79r-22,0r17,-79r-79,0r4,-22r80,0","w":237},",":{"d":"70,-32v-6,34,-13,75,-44,81v2,-20,21,-23,23,-49r-12,0r7,-32r26,0","w":100},"-":{"d":"37,-105r91,0r-5,23r-91,0","w":119},".":{"d":"63,0r-26,0r7,-32r26,0","w":100},"\/":{"d":"160,-266r-148,298r-20,0r148,-298r20,0","w":100},"0":{"d":"189,-125v12,-55,14,-109,-40,-109v-50,0,-74,56,-86,112v-14,65,-9,108,40,108v55,0,75,-60,86,-111xm154,-254v75,0,71,73,58,132v-14,67,-43,127,-113,127v-70,0,-73,-60,-58,-130v14,-64,40,-129,113,-129"},"1":{"d":"109,0r40,-189r-66,0r3,-15v39,-3,64,-6,81,-50r19,0r-54,254r-23,0"},"2":{"d":"86,-171r-25,0v10,-50,50,-83,100,-83v51,0,72,31,63,70v-22,96,-149,82,-178,165r141,0r-4,19r-166,0v14,-101,173,-113,182,-182v5,-33,-14,-52,-45,-52v-33,0,-62,29,-68,63"},"3":{"d":"59,-180v6,-40,49,-74,98,-74v40,0,68,21,59,63v-6,26,-21,46,-48,56v35,12,37,40,32,63v-9,42,-45,77,-98,77v-59,0,-81,-19,-74,-78r23,0v-8,39,14,59,51,59v37,0,69,-28,74,-58v8,-41,-26,-53,-71,-50r4,-19v43,0,76,-10,84,-49v7,-31,-16,-44,-45,-44v-32,0,-59,22,-66,54r-23,0"},"4":{"d":"129,0r13,-63r-116,0r5,-19r153,-169r21,0r-36,169r35,0r-3,19r-36,0r-13,63r-23,0xm175,-217r-122,135r93,0"},"5":{"d":"27,-66r23,0v-3,34,19,52,52,52v71,0,114,-129,25,-130v-23,0,-43,9,-61,27r-18,-3r48,-131r126,0r-4,19r-107,0r-34,85v58,-37,141,-10,122,68v-13,53,-56,84,-98,84v-48,0,-81,-18,-74,-71"},"6":{"d":"222,-192r-24,0v0,-26,-12,-42,-39,-42v-62,0,-82,66,-96,114v18,-19,38,-39,75,-39v51,0,75,31,64,82v-11,51,-48,82,-99,82v-51,0,-82,-31,-63,-121v13,-60,46,-138,121,-138v40,0,65,21,61,62xm133,-140v-36,0,-63,29,-70,63v-6,28,2,63,44,63v43,0,66,-33,72,-64v8,-39,-6,-62,-46,-62"},"7":{"d":"70,-228r5,-23r161,0r-4,21v-90,82,-139,180,-152,230r-25,0v21,-73,87,-168,149,-228r-134,0"},"8":{"d":"127,-124v-69,0,-112,109,-22,110v33,0,64,-23,71,-57v8,-36,-15,-53,-49,-53xm149,-234v-28,0,-55,15,-61,45v-6,31,16,45,44,45v28,0,52,-14,60,-50v5,-26,-8,-40,-43,-40xm89,-136v-59,-36,0,-118,62,-118v39,0,73,18,64,62v-5,26,-20,45,-47,57v26,10,38,33,32,63v-11,50,-52,77,-106,77v-37,0,-73,-25,-63,-75v6,-30,27,-55,58,-66"},"9":{"d":"31,-56r23,0v0,27,13,42,41,42v60,0,83,-67,94,-114v-40,63,-160,51,-138,-42v11,-48,44,-84,99,-84v68,0,77,57,62,128v-18,86,-66,131,-120,131v-40,0,-66,-20,-61,-61xm146,-234v-68,-12,-111,127,-26,126v66,8,108,-123,26,-126"},":":{"d":"63,0r-26,0r7,-32r26,0xm94,-145r-26,0r7,-32r26,0","w":100},";":{"d":"70,-32v-6,34,-13,75,-44,81v2,-20,21,-23,23,-49r-12,0r7,-32r26,0xm94,-145r-26,0r7,-32r26,0","w":100},"<":{"d":"77,-92r136,71r-5,23r-162,-84r4,-20r197,-80r-4,23","w":237},"=":{"d":"238,-136r-5,22r-180,0r5,-22r180,0xm223,-66r-5,21r-180,0r5,-21r180,0","w":237},">":{"d":"230,-102r-4,20r-198,84r5,-23r167,-71r-137,-67r4,-23","w":237},"?":{"d":"113,-66r-21,0v5,-26,11,-46,34,-66v26,-22,57,-41,63,-68v5,-26,-10,-47,-46,-47v-35,0,-62,27,-68,61r-22,0v6,-48,48,-80,95,-80v49,0,73,27,64,68v-11,55,-94,65,-99,132xm102,0r-26,0r6,-32r27,0","w":180},"@":{"d":"259,-60r21,0v-31,42,-84,67,-131,67v-77,0,-123,-62,-107,-138v16,-75,91,-135,164,-135v69,0,114,48,100,114v-12,57,-67,105,-106,105v-13,0,-26,-6,-27,-19v-33,32,-99,19,-86,-36v11,-48,60,-109,113,-109v17,0,31,9,35,24r9,-17r24,0r-59,109v-9,16,-14,29,0,29v30,0,68,-49,76,-87v12,-59,-28,-95,-82,-95v-67,0,-126,55,-140,120v-14,65,25,117,90,117v37,0,78,-18,106,-49xm136,-71v33,0,72,-60,79,-92v3,-14,-4,-27,-19,-27v-38,0,-74,53,-81,86v-4,17,3,33,21,33","w":288},"A":{"d":"31,0r-26,0r157,-259r28,0r44,259r-25,0r-12,-81r-119,0xm171,-238r-80,136r102,0","w":240},"B":{"d":"80,-124r-22,103v69,-2,142,12,153,-52v12,-66,-71,-49,-131,-51xm104,-238r-20,93v63,2,136,1,141,-49v3,-32,-10,-44,-64,-44r-57,0xm235,-73v-18,91,-110,71,-206,73r55,-259r94,0v110,-11,75,117,17,121v35,5,47,31,40,65","w":240},"C":{"d":"278,-184r-26,0v-1,-44,-24,-61,-68,-61v-63,0,-102,54,-115,115v-12,58,-4,116,67,116v45,0,80,-30,98,-71r25,0v-22,50,-63,92,-132,92v-80,0,-98,-64,-82,-137v21,-99,80,-136,149,-136v53,0,87,28,84,82","w":259},"D":{"d":"216,-32v-50,45,-109,29,-187,32r55,-259v62,4,126,-13,165,19v29,24,27,75,20,110v-7,34,-24,72,-53,98xm104,-238r-46,217v47,-1,85,5,122,-12v39,-18,56,-62,64,-97v8,-38,8,-81,-24,-99v-27,-15,-76,-7,-116,-9","w":259},"E":{"d":"205,0r-176,0r55,-259r173,0r-5,21r-148,0r-20,93r134,0r-5,21r-133,0r-22,103r152,0","w":219},"F":{"d":"51,0r-24,0r55,-259r167,0r-5,21r-142,0r-20,93r129,0r-4,21r-130,0","k":{"A":20,",":46,".":46}},"G":{"d":"251,-113r-88,0r5,-21r111,0r-29,134r-21,0r10,-44v-24,31,-57,51,-108,51v-66,0,-103,-46,-84,-138v16,-76,66,-135,148,-135v54,0,92,27,92,82r-26,0v0,-39,-29,-61,-68,-61v-68,0,-109,51,-124,124v-12,57,12,107,71,107v46,0,106,-46,111,-99","w":280},"H":{"d":"53,0r-24,0r55,-259r24,0r-23,111r153,0r24,-111r24,0r-55,259r-24,0r27,-127r-154,0","w":259},"I":{"d":"62,0r-24,0r55,-259r24,0","w":100},"J":{"d":"25,-82r25,0v-7,32,-13,67,32,67v33,0,50,-21,58,-57r40,-187r24,0r-39,188v-11,50,-40,78,-90,78v-58,0,-60,-43,-50,-89","w":180},"K":{"d":"55,0r-24,0r55,-259r24,0r-28,134r161,-134r28,0r-124,103r87,156r-30,0r-78,-141r-50,41","w":240},"L":{"d":"193,0r-164,0r55,-259r25,0r-51,238r139,0","k":{"T":33,"V":33,"W":20,"y":13,"Y":40,"\u2019":27}},"M":{"d":"53,0r-25,0r55,-259r38,0r37,228r132,-228r37,0r-55,259r-25,0r49,-231r-134,231r-23,0r-37,-231","w":299},"N":{"d":"203,0r-102,-226r-48,226r-25,0r56,-259r27,0r102,226r49,-226r24,0r-55,259r-28,0","w":259},"O":{"d":"46,-129v16,-76,72,-137,149,-137v81,0,109,61,93,137v-16,75,-70,136,-150,136v-80,0,-108,-61,-92,-136xm143,-14v67,0,108,-55,121,-115v15,-72,-12,-116,-72,-116v-67,0,-108,56,-121,116v-13,61,4,115,72,115","w":280},"P":{"d":"53,0r-25,0r55,-259r95,0v67,0,79,33,69,72v-19,77,-88,75,-170,73xm81,-135v67,-1,127,8,142,-54v13,-56,-64,-51,-120,-49","w":219,"k":{"A":27,",":46,".":46}},"Q":{"d":"225,-24r29,26r-17,17r-32,-30v-20,11,-43,18,-69,18v-80,0,-107,-61,-91,-136v15,-72,67,-137,148,-137v73,0,112,49,93,137v-9,42,-30,80,-61,105xm181,-65r29,26v26,-21,44,-54,52,-90v17,-77,-17,-116,-72,-116v-67,0,-108,56,-121,116v-13,62,4,115,72,115v18,0,34,-5,48,-12r-25,-22","w":280},"R":{"d":"83,-139v69,0,139,10,151,-51v13,-67,-72,-44,-130,-48xm193,0v-6,-19,7,-68,7,-86v-2,-53,-76,-25,-122,-32r-25,118r-24,0r55,-259v79,1,197,-17,175,68v-8,33,-23,50,-56,63v28,10,24,43,19,70v-9,43,-3,48,-2,58r-27,0","w":240,"k":{"T":6,"V":6,"W":6,"Y":13}},"S":{"d":"32,-77r24,0v-6,46,21,63,61,63v46,0,71,-26,77,-54v17,-80,-153,-27,-131,-129v8,-36,45,-69,103,-69v58,0,80,35,71,77r-24,0v9,-40,-18,-56,-51,-56v-50,0,-75,30,-76,57v-3,67,154,19,133,119v-10,48,-51,76,-111,76v-54,0,-88,-28,-76,-84","w":219},"T":{"d":"57,-238r4,-21r188,0r-4,21r-82,0r-51,238r-24,0r51,-238r-82,0","k":{"w":30,"y":30,"A":33,",":40,".":40,"c":40,"e":40,"o":40,"-":46,"a":40,"r":33,"s":40,"u":33,":":40,";":40}},"U":{"d":"50,-98r35,-161r24,0r-33,154v-14,64,4,91,57,91v113,0,99,-156,128,-245r24,0r-34,161v-14,67,-55,105,-122,105v-68,0,-93,-39,-79,-105","w":259},"V":{"d":"96,0r-34,-259r25,0r29,230r127,-230r26,0r-146,259r-27,0","w":219,"k":{"y":6,"A":27,",":46,".":46,"e":20,"o":20,"-":20,"a":20,"r":13,"u":13,":":27,";":27,"i":6}},"W":{"d":"229,-259r11,224r105,-224r25,0r-123,259r-27,0r-12,-229r-109,229r-27,0r-12,-259r25,0r8,224r108,-224r28,0","w":320,"k":{"A":13,",":27,".":27,"e":6,"o":6,"a":13,"r":6,"u":6,":":6,";":6}},"X":{"d":"185,0r-51,-114r-100,114r-28,0r118,-133r-59,-126r29,0r47,109r95,-109r28,0r-111,126r60,133r-28,0","w":219},"Y":{"d":"87,-259r50,125r105,-125r28,0r-125,146r-24,113r-24,0r24,-111r-62,-148r28,0","w":219,"k":{"v":14,"A":27,",":40,".":40,"e":33,"o":33,"q":33,"-":40,"a":33,"u":13,":":33,";":33,"i":7,"p":13}},"Z":{"d":"208,0r-197,0r4,-21r213,-217r-152,0r4,-21r182,0r-4,20r-212,218r167,0","w":219},"[":{"d":"86,69r-68,0r71,-335r69,0r-4,18r-46,0r-63,299r45,0","w":119},"\\":{"d":"74,32r-21,-298r20,0r21,298r-20,0","w":100},"]":{"d":"144,-266r-72,335r-68,0r4,-18r45,0r64,-299r-45,0r4,-18r68,0","w":119},"^":{"d":"66,-88r-21,0r117,-163r19,0r49,163r-21,0r-42,-141","w":237},"_":{"d":"-6,27r180,0r-4,18r-180,0","w":180},"\u2018":{"d":"63,-178v6,-33,12,-75,43,-81v-2,20,-22,22,-22,49r12,0r-7,32r-26,0","w":79,"k":{"\u2018":6}},"a":{"d":"83,-14v46,0,84,-32,86,-84v-44,17,-110,4,-119,50v-4,23,12,34,33,34xm192,-1v-20,10,-49,1,-38,-25v-22,20,-49,31,-76,31v-33,0,-56,-18,-51,-54v7,-51,83,-56,138,-66v22,-20,17,-57,-27,-57v-30,0,-52,10,-63,42r-22,0v13,-44,49,-62,90,-62v38,0,64,15,55,58r-22,102v-4,17,1,20,20,14"},"b":{"d":"70,-94v-9,45,5,80,46,80v36,0,68,-26,79,-73v11,-47,0,-85,-45,-85v-39,0,-71,36,-80,78xm58,-33v-5,9,-5,23,-8,33r-22,0r56,-259r21,0r-22,102v19,-23,48,-35,74,-35v57,0,74,47,63,99v-12,55,-46,98,-106,98v-24,0,-48,-14,-56,-38","w":219},"c":{"d":"207,-128r-22,0v-1,-28,-17,-44,-46,-44v-44,0,-71,40,-79,79v-8,39,1,79,46,79v32,0,56,-19,68,-50r23,0v-16,41,-48,69,-95,69v-59,0,-77,-43,-65,-98v11,-52,50,-99,106,-99v43,0,67,21,64,64"},"d":{"d":"190,-94v9,-42,-7,-78,-46,-78v-78,0,-125,158,-34,158v41,0,71,-35,80,-80xm203,-157r22,-102r22,0r-55,259r-22,0v1,-10,7,-24,6,-33v-18,24,-49,38,-73,38v-60,0,-75,-43,-63,-98v11,-52,47,-99,104,-99v26,0,50,12,59,35","w":219},"e":{"d":"62,-106r122,0v8,-36,-6,-66,-45,-66v-38,0,-65,31,-77,66xm203,-88r-145,0v-9,40,6,74,47,74v28,0,54,-16,66,-43r24,0v-18,35,-46,62,-94,62v-60,0,-77,-43,-65,-98v12,-54,54,-99,107,-99v51,0,75,37,60,104"},"f":{"d":"71,-168r-28,0r4,-18r28,0v6,-44,19,-89,73,-77r-4,20v-37,-11,-43,27,-48,57r36,0r-4,18r-36,0r-35,168r-22,0","w":100,"k":{"\u2019":-6,"f":6}},"g":{"d":"190,-93v9,-45,-5,-79,-46,-79v-36,0,-69,26,-80,73v-11,47,1,85,46,85v39,0,71,-37,80,-79xm202,-154v5,-8,5,-22,8,-32r21,0r-36,168v-11,50,-36,94,-107,94v-55,0,-71,-31,-67,-53r23,0v0,28,22,34,48,34v59,0,76,-44,84,-87v-19,23,-48,35,-74,35v-57,0,-73,-47,-62,-99v12,-55,45,-98,105,-98v24,0,49,14,57,38","w":219},"h":{"d":"48,0r-22,0r55,-259r22,0r-21,98v30,-33,92,-47,117,-4v11,57,-19,111,-25,165r-22,0r26,-122v7,-33,-2,-50,-37,-50v-82,0,-74,105,-93,172"},"i":{"d":"51,0r-22,0r40,-186r21,0xm100,-227r-24,0r7,-32r24,0","w":79},"j":{"d":"71,-186r22,0r-45,211v-4,37,-21,52,-62,47r5,-19v24,3,31,-6,35,-25xm109,-259r-6,32r-24,0r7,-32r23,0","w":79},"k":{"d":"46,0r-22,0r56,-259r21,0r-34,161r110,-88r30,0r-85,67r53,119r-24,0r-48,-104r-42,33","w":180},"l":{"d":"51,0r-22,0r55,-259r22,0","w":79},"m":{"d":"136,-172v-76,0,-74,105,-91,172r-22,0r40,-186r21,0v-1,9,-6,21,-5,28v15,-21,41,-34,65,-34v35,0,43,16,47,36v17,-24,41,-36,68,-36v51,0,51,37,43,74r-26,118r-21,0r27,-129v6,-27,1,-43,-30,-43v-76,0,-74,105,-91,172r-22,0r27,-129v6,-27,1,-43,-30,-43","w":299},"n":{"d":"141,-172v-82,0,-74,105,-93,172r-22,0r40,-186r21,0r-5,25v30,-33,92,-47,117,-4v11,57,-19,111,-25,165r-22,0r26,-122v7,-33,-2,-50,-37,-50"},"o":{"d":"99,5v-48,0,-80,-33,-66,-98v12,-54,50,-99,108,-99v58,0,77,44,65,99v-13,59,-55,98,-107,98xm183,-93v9,-44,0,-79,-46,-79v-45,0,-71,39,-80,79v-10,46,5,79,46,79v45,0,71,-39,80,-79"},"p":{"d":"70,-93v-9,42,7,79,46,79v78,0,125,-158,34,-158v-41,0,-71,34,-80,79xm57,-30r-22,103r-22,0r55,-259r22,0v-1,10,-7,24,-6,32v18,-24,48,-38,72,-38v60,0,76,43,64,98v-11,52,-47,99,-104,99v-26,0,-50,-12,-59,-35","w":219},"q":{"d":"190,-94v9,-42,-7,-78,-46,-78v-78,0,-125,158,-34,158v41,0,71,-35,80,-80xm202,-154v5,-8,5,-22,8,-32r21,0r-55,259r-22,0r22,-103v-19,23,-48,35,-74,35v-57,0,-73,-47,-62,-99v12,-55,45,-98,105,-98v24,0,49,14,57,38","w":219},"r":{"d":"146,-168v-83,0,-79,100,-97,168r-22,0r40,-186r21,0r-7,34v18,-30,39,-40,70,-40","w":119,"k":{"y":-6,"f":-6,",":33,".":33,"c":6,"d":6,"e":6,"m":-6,"n":-6,"o":6,"q":6,"t":-6,"-":20}},"s":{"d":"29,-58r22,0v0,32,15,44,47,44v31,0,49,-17,53,-35v12,-54,-117,-16,-101,-89v6,-31,36,-54,77,-54v40,0,63,17,59,59r-21,0v2,-29,-15,-39,-42,-39v-27,0,-45,13,-49,32v-11,51,115,19,100,91v-8,36,-44,54,-88,54v-44,0,-62,-28,-57,-63","w":180},"t":{"d":"95,-17r-4,18v-25,7,-60,8,-51,-33r29,-136r-26,0r4,-18r26,0r11,-52r22,0r-11,52r35,0r-4,18r-35,0r-27,127v-11,28,11,30,31,24","w":100},"u":{"d":"99,-14v73,-1,76,-107,93,-172r21,0r-39,186r-22,0r6,-26v-14,13,-34,31,-67,31v-50,0,-59,-30,-51,-69r26,-122r21,0r-26,122v-7,32,4,50,38,50"},"v":{"d":"77,0r-31,-186r23,0r27,159r94,-159r23,0r-111,186r-25,0","w":180,"k":{",":27,".":27}},"w":{"d":"182,-186r8,157r82,-157r22,0r-100,186r-23,0r-8,-157r-75,157r-26,0r-17,-186r22,0r14,159r77,-159r24,0","w":259,"k":{",":20,".":20}},"x":{"d":"147,0r-39,-81r-75,81r-27,0r93,-96r-47,-90r26,0r36,74r69,-74r27,0r-86,90r49,96r-26,0","w":180},"y":{"d":"9,71r5,-20v38,13,49,-29,64,-50r-32,-187r24,0r26,160r94,-160r23,0r-109,183v-34,54,-42,84,-95,74","w":180,"k":{",":33,".":33}},"z":{"d":"168,0r-156,0r4,-19r155,-149r-115,0r4,-18r143,0r-4,19r-155,149r128,0","w":180},"{":{"d":"37,-98v78,-16,15,-174,117,-167v-68,19,-25,146,-94,167v65,23,-42,142,26,167v-80,6,-34,-80,-28,-126v3,-22,2,-36,-21,-41","w":119},"|":{"d":"90,-295r18,0r0,393r-18,0r0,-393","w":144},"}":{"d":"75,-267v80,-6,34,79,28,125v-3,22,-2,37,21,42v-79,14,-14,174,-117,167v68,-19,24,-148,94,-167v-66,-24,45,-144,-26,-167","w":119},"~":{"d":"174,-71v-26,-1,-50,-25,-74,-25v-19,0,-35,19,-46,33r-8,-17v14,-15,32,-37,58,-37v24,0,54,26,74,26v16,0,32,-18,42,-31r12,12v-14,19,-34,39,-58,39","w":237},"'":{"d":"68,-178r18,-81r18,0r-17,81r-19,0","w":79},"\u201c":{"d":"123,-178v6,-34,13,-75,44,-81v-2,20,-21,23,-23,49r12,0r-7,32r-26,0xm69,-178v6,-33,12,-75,43,-81v-2,20,-22,22,-22,49r12,0r-7,32r-26,0","w":140},"\u2013":{"d":"202,-102r-4,16r-180,0r4,-16r180,0","w":180},"\u201d":{"d":"164,-259v-6,33,-12,75,-43,81v0,-23,23,-21,22,-50r-12,0r7,-31r26,0xm110,-259v-6,34,-13,75,-44,81v2,-21,22,-23,23,-50r-12,0r7,-31r26,0","w":140},"\u2026":{"d":"73,0r-26,0r7,-32r26,0xm193,0r-26,0r7,-32r26,0xm313,0r-26,0r7,-32r26,0","w":360},"`":{"d":"110,-207r-39,-50r28,0r29,50r-18,0","w":119},"\u2014":{"d":"378,-86r-360,0r4,-16r360,0","w":360},"\u2122":{"d":"364,-259r-32,151r-18,0r28,-135r-81,135r-13,0r-24,-135r-29,135r-18,0r32,-151r34,0r21,112r66,-112r34,0xm181,-259r-3,14r-48,0r-30,137r-18,0r29,-137r-48,0r3,-14r115,0","w":338},"\u00d7":{"d":"136,-78r-92,76r-11,-13r92,-76r-59,-76r15,-13r60,76r92,-76r11,13r-92,76r59,76r-16,13","w":237},"\u00a0":{"w":100}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1985, 1987, 1989, 1990, 1997, 1998, 1999, 2002 Adobe Systems
 * Incorporated.  All Rights Reserved. © 1981, 1999, 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:
 * HelveticaLTStd-BoldObl
 * 
 * Designer:
 * Max Miedinger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica LT Std","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 2 9 2 4","ascent":"258","descent":"-102","x-height":"6","bbox":"-30 -283 335 77","underline-thickness":"18","underline-position":"-18","slope":"-12","stemh":"40","stemv":"50","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"\u201c":54,"\u2018":36,"T":36,"V":18,"W":18,"Y":27,"A":18}},"!":{"d":"9,0r10,-50r53,0r-10,50r-53,0xm34,-77r20,-181r54,0r-47,181r-27,0","w":119},"\"":{"d":"106,-159r0,-99r38,0r0,99r-38,0xm34,-159r0,-99r38,0r0,99r-38,0","w":159},"#":{"d":"33,0r9,-68r-35,0r5,-36r36,0r6,-44r-35,0r5,-35r35,0r9,-68r36,0r-9,68r35,0r9,-68r36,0r-9,68r33,0r-4,35r-34,0r-7,44r33,0r-4,36r-34,0r-9,68r-36,0r9,-68r-35,0r-9,68r-36,0xm118,-104r7,-44r-35,0r-6,44r34,0"},"$":{"d":"131,-219r-13,71v49,25,67,40,67,76v1,45,-33,82,-94,78r-6,35r-20,0r7,-37v-43,-8,-65,-30,-64,-78r45,0v-1,23,9,38,25,42r14,-77v-42,-19,-62,-40,-62,-76v0,-38,27,-76,88,-72r4,-25r20,0r-4,27v44,4,59,36,59,76r-43,0v0,-29,-8,-35,-23,-40xm99,-155r13,-66v-24,-1,-40,9,-40,32v0,21,13,27,27,34xm111,-102r-13,72v15,0,42,-5,42,-38v0,-14,-10,-24,-29,-34"},"%":{"d":"247,-104v-22,0,-27,35,-29,61v0,13,3,21,15,21v22,0,28,-34,30,-61v0,-13,-4,-21,-16,-21xm252,-132v36,0,51,24,51,50v0,45,-22,88,-73,88v-35,0,-53,-20,-53,-51v0,-44,23,-87,75,-87xm76,6r143,-263r29,0r-143,263r-29,0xm96,-257v36,0,51,24,51,50v0,45,-23,87,-74,87v-35,0,-52,-20,-52,-51v0,-44,23,-86,75,-86xm91,-229v-22,0,-27,35,-29,61v0,13,3,20,15,20v22,0,30,-35,30,-60v0,-13,-4,-21,-16,-21","w":320},"&":{"d":"130,-52r-37,-62v-19,9,-37,23,-37,43v-1,41,52,45,74,19xm112,-167v28,-7,42,-54,7,-57v-28,3,-26,36,-7,57xm133,-135r29,48v9,-10,14,-23,18,-37r42,0v-4,31,-20,59,-37,75r30,49r-53,0r-11,-18v-47,44,-142,25,-142,-50v0,-40,31,-66,64,-80v-35,-41,-23,-114,47,-113v32,0,63,20,63,59v0,30,-17,52,-50,67","w":240},"\u2019":{"d":"33,-212r10,-46r49,0r-9,42v-8,41,-33,54,-60,57r4,-18v23,-5,31,-17,34,-35r-28,0","w":79,"k":{".":54,",":54,"\u2019":4,"v":-27,"A":54,"s":7,"t":-11,"d":14}},"(":{"d":"108,-258r40,0v-72,110,-98,186,-52,321r-36,0v-22,-45,-36,-88,-36,-138v0,-75,44,-141,84,-183","w":140},")":{"d":"28,63r-40,0v72,-110,98,-187,52,-321r36,0v22,45,36,87,36,137v0,75,-44,142,-84,184","w":140},"*":{"d":"32,-155r26,-35r-39,-12r9,-27r38,13r0,-42r28,0r0,42r37,-13r9,27r-38,12r25,35r-22,15r-25,-33r-26,33","w":140},"+":{"d":"88,-111r0,-71r40,0r0,71r71,0r0,40r-71,0r0,71r-40,0r0,-71r-71,0r0,-40r71,0","w":216},",":{"d":"5,0r11,-54r54,0r-10,50v-9,46,-40,61,-64,61r4,-18v21,-2,31,-19,36,-39r-31,0","w":100,"k":{"\u201d":72,"\u201c":72,"\u2018":72,"\u2019":72," ":36,"O":18}},"-":{"d":"8,-77r7,-47r88,0r-6,47r-89,0","w":119},".":{"d":"5,0r11,-54r54,0r-10,54r-55,0","w":100,"k":{"\u201d":72,"\u201c":72,"\u2018":72,"\u2019":72," ":18}},"\/":{"d":"-7,6r82,-271r39,0r-82,271r-39,0","w":100},"0":{"d":"192,-169v0,72,-24,175,-104,175v-52,0,-75,-36,-75,-86v0,-74,24,-177,104,-177v53,0,75,40,75,88xm88,-35v52,-3,55,-108,55,-145v0,-18,-8,-37,-29,-37v-51,0,-54,109,-54,148v0,23,11,34,28,34","k":{"1":20,"0":-14}},"1":{"d":"64,0r33,-188v-27,8,-34,8,-65,9r7,-33v30,0,64,-17,79,-45r41,0r-45,257r-50,0","k":{"9":20,"8":20,"7":20,"6":20,"5":20,"4":20,"3":20,"2":20,"1":34,"0":20,".":45,"-":27}},"2":{"d":"168,0r-165,0v2,-78,70,-109,116,-146v26,-21,27,-70,-10,-71v-24,0,-38,20,-38,45r-49,0v1,-42,27,-85,90,-85v36,0,77,20,77,74v0,55,-66,90,-102,117v-14,10,-19,16,-20,24r109,0"},"3":{"d":"7,-77r50,0v-2,27,11,42,36,42v18,0,38,-12,38,-41v0,-28,-17,-38,-46,-36r6,-35v28,0,53,-6,53,-41v0,-20,-16,-29,-30,-29v-24,0,-33,16,-36,38r-50,0v5,-47,37,-78,88,-78v94,0,97,112,32,128v64,40,33,135,-58,135v-58,0,-83,-28,-83,-83"},"4":{"d":"100,0r11,-58r-111,0r7,-49r125,-146r61,0r-27,154r27,0r-8,41r-26,0r-11,58r-48,0xm118,-99r18,-107r-90,107r72,0"},"5":{"d":"18,-113r32,-138r142,0r-10,42r-101,0r-11,50v15,-8,26,-10,41,-10v57,0,73,42,73,77v0,53,-33,98,-98,98v-50,0,-80,-26,-78,-75r48,0v-1,21,10,33,31,34v24,0,45,-11,45,-54v0,-52,-56,-52,-68,-23"},"6":{"d":"192,-188r-47,0v0,-15,-8,-29,-27,-29v-24,0,-41,23,-47,67v44,-39,115,-6,115,62v0,44,-26,94,-88,94v-42,0,-85,-23,-85,-98v0,-93,37,-165,105,-165v30,0,74,11,74,69xm62,-74v0,18,6,39,36,39v47,0,56,-93,2,-91v-18,0,-38,13,-38,52"},"7":{"d":"25,-209r7,-42r169,0r-7,38v-63,80,-97,135,-107,213r-51,0v6,-79,58,-151,104,-209r-115,0","k":{"6":14,"4":27,".":68,"-":34,",":68}},"8":{"d":"78,-181v0,16,9,33,33,33v41,0,46,-70,1,-69v-19,0,-34,13,-34,36xm9,-68v0,-40,25,-61,49,-70v-55,-37,-26,-119,54,-119v91,0,106,105,36,129v17,11,32,27,32,55v0,23,-12,79,-89,79v-50,0,-82,-32,-82,-74xm58,-68v0,14,9,33,35,33v44,1,55,-76,2,-78v-22,0,-37,18,-37,45"},"9":{"d":"13,-63r47,0v0,15,8,28,27,28v24,0,41,-22,47,-66v-45,37,-115,6,-115,-62v0,-44,26,-94,88,-94v42,0,85,23,85,98v0,93,-38,165,-106,165v-30,0,-73,-11,-73,-69xm143,-177v0,-18,-6,-40,-36,-40v-47,1,-56,94,-2,92v18,0,38,-13,38,-52"},":":{"d":"30,-130r10,-54r55,0r-11,54r-54,0xm5,0r11,-54r54,0r-10,54r-55,0","w":119,"k":{" ":36}},";":{"d":"5,0r11,-54r54,0r-10,50v-9,46,-40,61,-64,61r4,-18v21,-2,31,-19,36,-39r-31,0xm30,-130r10,-54r55,0r-11,54r-54,0","w":119,"k":{" ":36}},"<":{"d":"199,-36r0,39r-182,-78r0,-32r182,-78r0,39r-130,55","w":216},"=":{"d":"199,-151r0,40r-182,0r0,-40r182,0xm199,-72r0,41r-182,0r0,-41r182,0","w":216},">":{"d":"17,-36r130,-55r-130,-55r0,-39r182,78r0,32r-182,78r0,-39","w":216},"?":{"d":"63,-183r-48,0v4,-60,48,-82,90,-82v90,0,111,100,39,138v-16,14,-42,17,-41,48r-47,0v-2,-39,32,-62,64,-84v24,-17,20,-59,-18,-59v-25,0,-36,15,-39,39xm40,0r10,-50r53,0r-10,50r-53,0"},"@":{"d":"151,-162v-38,-3,-55,69,-11,72v43,3,59,-71,11,-72xm190,-177r5,-18r33,0r-21,101v0,5,2,9,7,9v16,0,36,-19,36,-59v0,-59,-42,-91,-98,-91v-62,0,-101,45,-101,106v0,95,115,135,179,79r34,0v-66,104,-250,51,-250,-79v0,-77,62,-136,139,-136v64,0,127,43,127,111v0,80,-70,105,-89,105v-15,1,-20,-8,-24,-19v-34,42,-96,9,-96,-49v0,-58,79,-115,119,-60","w":288},"A":{"d":"163,-95r-11,-109r-54,109r65,0xm-6,0r135,-258r63,0r33,258r-53,0r-5,-51r-91,0r-25,51r-57,0","w":240,"k":{"v":9,"w":5,"y":9,"C":5,"G":5,"O":5,"q":-5,"Q":5,"S":5,"T":23,"u":5,"U":5,"V":23,"W":18,"Y":25,"\u201c":18,"\u201d":18,"\u2018":18,"\u2019":14}},"B":{"d":"5,0r47,-258r101,0v66,0,90,25,90,67v0,27,-13,49,-42,59v19,10,31,24,31,50v0,52,-35,82,-97,82r-130,0xm80,-114r-13,69r67,0v33,0,44,-22,44,-38v1,-43,-58,-29,-98,-31xm98,-214r-11,57v41,-2,104,11,102,-32v-2,-38,-56,-22,-91,-25","w":259,"k":{"V":20,"W":14,"Y":27,"a":5,"A":18,"e":5,"o":5}},"C":{"d":"253,-172r-54,0v0,-31,-20,-48,-47,-48v-66,0,-83,73,-83,114v0,36,17,66,62,66v27,0,50,-13,59,-48r55,0v-14,59,-53,94,-116,94v-86,0,-114,-65,-114,-115v0,-74,44,-156,138,-156v59,0,100,32,100,93","w":259,"k":{"Y":22,"A":11}},"D":{"d":"100,-213r-29,165r46,0v58,0,77,-60,77,-104v0,-59,-37,-65,-94,-61xm8,0r46,-258r87,0v145,-14,126,201,40,241v-68,31,-98,13,-173,17","w":259,"k":{"u":4,"V":13,"W":13,"Y":23,"A":13,"e":-5,"o":-5,",":9,".":9}},"E":{"d":"5,0r47,-258r172,0r-8,44r-119,0r-10,57r109,0r-8,45r-108,0r-12,67r124,0r-8,45r-179,0","w":219,"k":{"G":5,"s":9}},"F":{"d":"4,0r48,-258r156,0r-7,45r-103,0r-11,60r94,0r-7,44r-97,0r-19,109r-54,0","k":{"u":20,"a":14,"A":34,"e":7,"o":7,",":76,".":76,"i":18,"J":58,"r":20}},"G":{"d":"260,-172r-53,0v-4,-32,-18,-48,-53,-48v-66,0,-82,75,-82,114v0,40,19,68,62,68v53,0,67,-49,69,-55r-67,0r7,-42r118,0r-23,135r-36,0r-1,-28v-21,27,-57,34,-80,34v-37,0,-103,-22,-103,-112v0,-85,47,-159,138,-159v59,0,104,30,104,93","w":280,"k":{"A":14}},"H":{"d":"5,0r48,-258r54,0r-18,98r101,0r18,-98r54,0r-47,258r-54,0r21,-116r-101,0r-22,116r-54,0","w":259},"I":{"d":"3,0r47,-258r54,0r-47,258r-54,0","w":100},"J":{"d":"96,-78r32,-180r54,0r-31,174v-8,46,-17,90,-83,90v-61,1,-80,-43,-66,-98r49,0v-7,30,-10,56,16,56v19,0,24,-14,29,-42","w":180,"k":{"a":7,"A":14}},"K":{"d":"9,0r47,-258r53,0r-20,102r98,-102r67,0r-108,110r76,148r-60,0r-53,-109r-33,33r-13,76r-54,0","w":240,"k":{"w":18,"y":27,"O":25,"u":14,"a":7,"e":14,"o":14}},"L":{"d":"188,-46r-8,46r-175,0r47,-258r53,0r-37,212r120,0","k":{"y":16,"O":27,"T":36,"V":36,"W":23,"Y":50,"\u201c":90,"\u201d":90,"\u2018":72,"\u2019":72,"a":-7,"-":27}},"M":{"d":"5,0r46,-258r79,0r11,191r79,-191r82,0r-47,258r-51,0r43,-221r-93,221r-48,0r-15,-221r-35,221r-51,0","w":299},"N":{"d":"109,-258r70,182r30,-182r52,0r-46,258r-56,0r-72,-183r-28,183r-54,0r48,-258r56,0","w":259},"O":{"d":"19,-109v0,-74,44,-156,138,-156v86,0,113,65,113,115v0,74,-44,156,-138,156v-86,0,-113,-65,-113,-115xm73,-106v0,48,29,68,61,68v66,0,82,-73,82,-114v0,-48,-29,-68,-61,-68v-66,0,-82,73,-82,114","w":280,"k":{"T":7,"V":13,"W":13,"Y":27,"A":11,"X":16}},"P":{"d":"5,0r47,-258r89,0v67,0,91,35,91,74v0,76,-66,102,-156,94r-17,90r-54,0xm98,-214r-14,79v47,4,101,-1,96,-44v7,-37,-44,-37,-82,-35","w":240,"k":{"u":7,"Y":13,"a":13,"A":41,"e":7,"o":11,",":76,".":76,"r":7}},"Q":{"d":"218,-25r26,32r-29,26r-30,-37v-15,7,-34,10,-53,10v-86,0,-113,-65,-113,-115v0,-74,44,-156,138,-156v148,0,134,169,61,240xm130,-71r31,-24r27,33v22,-25,28,-64,28,-90v0,-48,-29,-68,-61,-68v-66,0,-82,73,-82,114v1,56,37,76,81,65","w":280},"R":{"d":"100,-215r-13,72r52,0v38,0,51,-23,51,-42v0,-49,-50,-24,-90,-30xm9,0r46,-258v86,2,190,-17,188,74v0,36,-21,59,-48,67v9,4,24,9,24,40v0,22,-16,65,9,70r0,7r-63,0v-16,-37,27,-100,-39,-100r-46,0r-17,100r-54,0","w":259,"k":{"y":9,"C":7,"G":7,"O":7,"S":7,"T":11,"u":14,"U":7,"V":14,"W":11,"Y":20,"a":7,"A":7,"e":7,"o":7}},"S":{"d":"214,-184r-52,0v0,-18,-8,-36,-42,-36v-21,0,-38,9,-38,29v0,14,5,21,50,38v43,17,67,39,67,78v0,50,-34,81,-97,81v-57,0,-96,-27,-96,-87r52,0v-4,56,89,56,89,11v0,-19,-9,-27,-52,-44v-39,-15,-65,-34,-65,-73v0,-54,43,-78,91,-78v90,0,92,62,93,81","w":219,"k":{"v":9,"w":9,"y":9,"T":7,"V":5,"Y":14,"A":9,",":-9,".":-9}},"T":{"d":"51,0r39,-214r-68,0r8,-44r183,0r-8,44r-61,0r-39,214r-54,0","k":{"w":41,"y":41,"O":9,"u":43,"V":5,"W":5,"Y":5,"a":47,"A":41,"e":41,"o":41,"h":9,",":47,".":47,"i":9,"J":36,"r":43,"-":49,":":47,";":47}},"U":{"d":"51,-258r54,0r-27,149v-2,11,-3,25,-3,31v0,34,28,39,44,39v47,0,54,-37,62,-79r26,-140r53,0v-28,107,-7,264,-146,264v-57,0,-102,-42,-88,-121","w":259,"k":{"A":18}},"V":{"d":"101,-74r79,-184r58,0r-122,258r-51,0r-39,-258r54,0","w":219,"k":{"C":9,"G":9,"O":9,"u":14,"a":27,"A":43,"e":27,"o":27,",":49,".":49,"i":9,"-":11,":":20,";":20}},"W":{"d":"33,-258r52,0r3,178r68,-178r54,0r3,177r67,-177r55,0r-111,258r-50,0r-2,-191r-73,191r-49,0","w":320,"k":{"y":9,"O":9,"u":14,"a":23,"A":45,"e":23,"o":23,"h":9,",":41,".":41,"i":9,"r":14,"-":7,":":14,";":14}},"X":{"d":"-8,0r92,-136r-56,-122r57,0r33,75r51,-75r62,0r-87,127r60,131r-57,0r-39,-84r-54,84r-62,0","w":219,"k":{"y":20,"C":18,"O":20,"e":9}},"Y":{"d":"23,-258r58,0r37,103r57,-103r59,0r-94,160r-17,98r-54,0r18,-100","w":219,"k":{"C":22,"O":22,"S":5,"u":27,"a":45,"A":43,"e":45,"o":45,",":58,".":58,"i":18,"-":41,":":41,";":41}},"Z":{"d":"225,-258r-5,39r-143,174r122,0r-7,45r-192,0r7,-42r143,-172r-117,0r8,-44r184,0","w":219},"[":{"d":"3,63r56,-321r87,0r-6,35r-40,0r-44,250r38,0r-6,36r-85,0","w":140},"\\":{"d":"72,6r-82,-271r38,0r83,271r-39,0","w":100},"]":{"d":"36,27r44,-250r-38,0r6,-35r86,0r-57,321r-87,0r6,-36r40,0","w":140},"^":{"d":"29,-123r65,-135r36,0r64,135r-39,0r-43,-95r-44,95r-39,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"\u2018":{"d":"20,-159r8,-43v8,-41,34,-53,61,-56r-4,17v-23,5,-32,17,-35,35r28,0r-9,47r-49,0","w":79,"k":{"\u2018":4,".":54,",":54,"A":36}},"a":{"d":"24,-139v5,-35,38,-59,83,-58v58,1,82,28,73,78r-17,100v-1,10,5,12,6,19r-53,0v-1,-6,2,-16,-1,-21v-23,43,-110,34,-110,-31v0,-44,39,-66,96,-69v19,-2,31,-5,31,-19v-1,-26,-56,-28,-59,1r-49,0xm55,-57v0,15,10,22,24,22v23,0,43,-17,45,-54v-24,6,-69,2,-69,32"},"b":{"d":"4,0r47,-258r51,0r-19,93v12,-18,29,-32,55,-32v51,0,68,43,68,84v0,55,-32,118,-93,118v-32,0,-51,-21,-54,-47r-6,42r-49,0xm119,-157v-42,0,-50,64,-50,76v0,23,11,43,36,43v43,0,50,-64,50,-78v0,-23,-13,-41,-36,-41","w":219,"k":{"y":7}},"c":{"d":"135,-68r51,0v-8,43,-41,74,-90,74v-58,0,-88,-33,-88,-91v0,-49,24,-112,101,-112v44,0,80,24,82,72r-52,0v-1,-19,-11,-32,-34,-32v-29,0,-47,32,-47,77v0,26,12,45,36,45v22,0,35,-16,41,-33","k":{"y":7,"h":4,"k":4,",":-14,".":-14}},"d":{"d":"129,0r8,-36v-13,25,-30,41,-65,41v-46,0,-64,-41,-64,-81v0,-50,27,-122,91,-122v41,0,53,37,53,43r19,-103r51,0r-47,258r-46,0xm144,-112v0,-23,-10,-42,-35,-42v-41,0,-50,58,-50,77v0,36,23,42,35,42v36,0,50,-45,50,-77","w":219},"e":{"d":"187,-78r-130,0v-4,22,6,42,35,43v16,0,28,-8,34,-19r56,0v-10,30,-41,60,-93,60v-53,0,-83,-35,-83,-93v0,-49,32,-110,101,-110v54,0,96,50,80,119xm60,-113r80,0v1,-25,-7,-44,-37,-44v-26,0,-39,23,-43,44","k":{",":-11,".":-11,"x":7}},"f":{"d":"44,-192v4,-57,34,-82,89,-70r-6,40v-22,-10,-33,9,-33,30r28,0r-6,36r-29,0r-28,156r-50,0r28,-156r-27,0r7,-36r27,0","w":119,"k":{"\u201d":-18,"\u2019":-18,"a":11,"e":11,"o":11,",":9,".":9,"f":18,"i":14,"l":14,"t":18}},"g":{"d":"155,-153r6,-39r48,0r-32,180v-10,56,-27,89,-98,89v-71,0,-80,-45,-80,-59r52,0v1,6,4,22,30,22v28,0,41,-16,50,-73v-12,21,-31,33,-54,33v-50,0,-69,-40,-69,-85v0,-49,31,-112,90,-112v42,0,52,29,57,44xm59,-84v0,24,9,43,36,43v53,1,71,-111,13,-113v-34,0,-49,42,-49,70","w":219,"k":{"a":5,"e":4,"o":4}},"h":{"d":"3,0r47,-258r51,0r-19,93v19,-39,118,-50,117,20v-1,54,-16,96,-23,145r-51,0r23,-130v0,-19,-14,-24,-23,-24v-66,1,-56,98,-71,154r-51,0","w":219,"k":{"y":7,"\u2019":7}},"i":{"d":"5,0r35,-192r50,0r-35,192r-50,0xm46,-220r8,-45r50,0r-8,45r-50,0","w":100,"k":{"v":-7,"j":4}},"j":{"d":"90,-192r-35,192v-10,59,-27,81,-85,75r6,-40v17,3,23,0,27,-22r37,-205r50,0xm46,-220r8,-45r50,0r-8,45r-50,0","w":100},"k":{"d":"142,-191r65,0r-78,77r41,114r-52,0r-28,-84r-26,25r-10,59r-51,0r47,-258r50,0r-25,135","k":{"a":14,"e":14,"o":14,"g":14}},"l":{"d":"5,0r46,-258r51,0r-47,258r-50,0","w":100},"m":{"d":"39,-192r46,0r-7,33v10,-15,31,-38,62,-38v28,0,41,14,49,35v14,-29,112,-73,112,19v0,50,-16,96,-24,143r-50,0r24,-135v0,-11,-9,-20,-21,-20v-32,0,-43,38,-47,62r-17,93r-50,0r23,-135v0,-11,-8,-20,-20,-20v-58,0,-50,102,-65,155r-49,0","w":320,"k":{"y":7}},"n":{"d":"3,0r34,-192r47,0r-8,35v16,-24,38,-40,68,-40v41,0,61,40,52,89r-20,108r-51,0r23,-130v0,-19,-14,-24,-23,-24v-66,1,-56,98,-71,154r-51,0","w":219,"k":{"v":7,"w":7,"y":7}},"o":{"d":"60,-83v0,32,17,48,40,48v30,0,55,-28,55,-73v0,-32,-17,-49,-40,-49v-30,0,-55,29,-55,74xm8,-84v0,-40,26,-113,111,-113v50,0,88,28,88,89v0,40,-26,114,-111,114v-48,0,-88,-31,-88,-90","w":219,"k":{"v":7,"y":14,"x":14}},"p":{"d":"-8,76r48,-268r45,0v-2,12,-8,27,-7,38v14,-28,33,-43,64,-43v23,0,65,15,65,80v0,42,-21,123,-93,123v-33,1,-45,-24,-52,-41r-20,111r-50,0xm70,-80v0,31,16,43,35,43v55,2,76,-120,17,-120v-47,0,-52,65,-52,77","w":219,"k":{"y":7}},"q":{"d":"204,-192r-48,266r-50,0r20,-102v-12,18,-28,32,-56,32v-50,0,-67,-43,-67,-84v0,-55,32,-118,93,-118v32,0,51,21,54,47r6,-41r48,0xm90,-36v42,0,50,-64,50,-76v0,-23,-11,-43,-36,-43v-43,0,-50,64,-50,78v0,23,13,41,36,41","w":219},"r":{"d":"75,-153v24,-37,34,-45,69,-44r-8,53v-35,-8,-56,-3,-66,57r-15,87r-51,0r34,-192r47,0","w":140,"k":{"q":7,"u":11,"\u2019":-14,"a":7,"e":7,"o":7,"h":11,"k":11,",":34,".":34,"s":7,"i":11,"l":11,"r":11,"g":7,"-":20,"c":7,"d":7,"m":11,"n":11,"p":11}},"s":{"d":"5,-64r48,0v2,18,7,32,34,32v17,0,30,-5,30,-19v0,-37,-96,-16,-96,-87v0,-30,25,-59,74,-59v68,0,79,37,80,64r-48,0v-3,-17,-8,-27,-33,-27v-19,0,-25,9,-25,17v0,31,96,16,96,87v0,31,-24,62,-80,62v-42,0,-80,-17,-80,-70","w":180,"k":{"w":-4,"\u2019":-11,",":-18,".":-18}},"t":{"d":"45,-192r10,-55r50,0r-10,55r27,0r-6,36r-28,0r-18,107v0,14,23,8,31,6r-6,41v-39,15,-84,1,-74,-56r17,-98r-28,0r8,-36r27,0","w":119,"k":{"w":-7,"y":-7,"u":11,"\u2019":-18,"e":7,"o":7,"t":11}},"u":{"d":"209,-192r-34,192r-47,0r8,-35v-16,24,-38,40,-68,40v-40,0,-61,-40,-52,-88r20,-109r51,0r-23,130v0,19,14,25,23,25v65,-2,56,-99,71,-155r51,0","w":219,"k":{"\u2019":-11}},"v":{"d":"130,-192r54,0r-91,192r-55,0r-24,-192r50,0r10,136","w":180,"k":{"a":7,"e":7,"o":7,",":34,".":34,"c":7}},"w":{"d":"120,-192r52,0r6,134r53,-134r53,0r-88,192r-52,0r-6,-137r-54,137r-52,0r-20,-192r49,0r8,135","w":280,"k":{"a":7,"e":7,"o":4,",":27,".":27,"-":-14,"c":7,"d":7}},"x":{"d":"-7,0r68,-95r-48,-97r55,0r24,58r34,-58r56,0r-66,97r49,95r-55,0r-24,-55r-34,55r-59,0","w":180,"k":{"a":4,"e":7,"o":14,"-":20,"c":14}},"y":{"d":"44,9r-27,-201r50,0r13,139r56,-139r54,0r-101,214v-19,44,-40,61,-87,51r4,-40v22,4,40,-4,38,-24","w":180,"k":{"\u2019":-27,"a":7,"e":4,"o":7,",":27,".":27,"s":7,"-":-7,"c":7,"d":7}},"z":{"d":"27,-192r143,0r-6,39r-95,112r92,0r-8,41r-152,0r6,-38r94,-113r-80,0","w":180,"k":{"e":7,"o":7}},"{":{"d":"-5,-81r5,-33v10,0,35,-5,39,-25r12,-73v8,-45,45,-49,94,-46r-5,30v-24,-3,-45,5,-44,23r-12,70v-5,28,-32,34,-44,37v14,-4,36,13,31,41r-13,75v-2,15,21,15,37,14r-5,31v-47,4,-89,-4,-77,-54v6,-23,10,-45,11,-69v0,-17,-20,-21,-29,-21","w":140},"|":{"d":"30,77r0,-360r41,0r0,360r-41,0","w":100},"}":{"d":"141,-114r-5,33v-10,0,-34,4,-38,24r-13,73v-8,45,-44,50,-94,47r5,-31v24,3,45,-5,44,-23r12,-69v5,-28,32,-35,44,-38v-14,4,-41,-15,-30,-41r12,-75v2,-15,-21,-15,-37,-14r5,-30v46,-4,90,2,77,53v-6,23,-10,45,-11,69v0,17,20,22,29,22","w":140},"~":{"d":"70,-123v24,0,56,23,77,24v14,0,23,-13,31,-26r13,35v-11,15,-23,31,-45,31v-36,0,-90,-50,-108,2r-13,-36v8,-15,21,-30,45,-30","w":216},"'":{"d":"30,-159r0,-99r40,0r0,99r-40,0","w":100},"\u201c":{"d":"23,-159r9,-43v8,-41,33,-53,60,-56r-4,17v-23,5,-31,17,-34,35r27,0r-9,47r-49,0xm98,-159r8,-43v8,-41,33,-53,60,-56r-3,17v-23,5,-32,17,-35,35r28,0r-9,47r-49,0","w":159,"k":{".":108,",":108," ":54,"A":45}},"\u2013":{"d":"-4,-79r7,-38r201,0r-6,38r-202,0"},"\u201d":{"d":"110,-212r10,-46r48,0r-8,42v-8,41,-33,54,-60,57r3,-18v23,-5,32,-17,35,-35r-28,0xm36,-212r9,-46r49,0r-9,42v-8,41,-33,54,-60,57r4,-18v23,-5,31,-17,34,-35r-27,0","w":159,"k":{".":108,",":108," ":54,"A":54,"o":9}},"\u2026":{"d":"13,0r11,-54r54,0r-10,54r-55,0xm133,0r11,-54r54,0r-10,54r-55,0xm253,0r11,-54r54,0r-11,54r-54,0","w":360},"`":{"d":"58,-220r-51,-52r55,0r31,52r-35,0","w":100},"\u2014":{"d":"41,-79r8,-38r266,0r-8,38r-266,0","w":360},"\u2122":{"d":"35,-236r0,-22r105,0r0,22r-39,0r0,107r-27,0r0,-107r-39,0xm166,-129r0,-129r39,0r24,101r23,-101r39,0r0,129r-25,0r0,-108r-24,108r-27,0r-24,-108r0,108r-25,0","w":360},"\u00d7":{"d":"96,-91r-49,-62r34,-29r50,62r75,-62r23,29r-76,62r49,62r-35,29r-49,-63r-75,63r-22,-29","w":210},"\u00a0":{"w":100,"k":{"\u201c":54,"\u2018":36,"T":36,"V":18,"W":18,"Y":27,"A":18}}}});
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																						/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.88 (08-JUN-2010)
 * Dual licensed under the MIT and GPL licenses.
 * http://jquery.malsup.com/license.html
 * Requires: jQuery v1.2.6 or later
 */
(function($){var ver="2.88";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,(!opts2.rev&&!opts.backwards));},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,(!opts.rev&&!opts.backwards));}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=false;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing; currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while((t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#eeeeee";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,onPrevNextEvent:null,prevNextEvent:"click.cycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null,backwards:false};})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version:	 2.72
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);

/*!
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.9993 (26-MAY-2011)
 * Dual licensed under the MIT and GPL licenses.
 * http://jquery.malsup.com/license.html
 * Requires: jQuery v1.3.2 or later
 */
;(function($) {

var ver = '2.9992';

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

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


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

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

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

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

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

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

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

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

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

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

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

// process the args that were passed to the plugin fn
function handleArguments(cont, options, arg2) {
	if (cont.cycleStop == undefined)
		cont.cycleStop = 0;
	if (options === undefined || options === null)
		options = {};
	if (options.constructor == String) {
		switch(options) {
		case 'destroy':
		case 'stop':
			var opts = $(cont).data('cycle.opts');
			if (!opts)
				return false;
			cont.cycleStop++; // callbacks look for change
			if (cont.cycleTimeout)
				clearTimeout(cont.cycleTimeout);
			cont.cycleTimeout = 0;
			opts.elements && $(opts.elements).stop();
			$(cont).removeData('cycle.opts');
			if (options == 'destroy')
				destroy(opts);
			return false;
		case 'toggle':

			cont.cyclePause = (cont.cyclePause === 1) ? 0 : 1;
			checkInstantResume(cont.cyclePause, arg2, cont);
			triggerPause(cont);
			return false;
		case 'pause':
			cont.cyclePause = 1;
			triggerPause(cont);
			return false;
		case 'resume':
			cont.cyclePause = 0;
			checkInstantResume(false, arg2, cont);
			triggerPause(cont);
			return false;
		case 'prev':
		case 'next':
			var opts = $(cont).data('cycle.opts');
			if (!opts) {
				log('options not found, "prev/next" ignored');
				return false;
			}
			$.fn.cycle[options](opts);
			return false;
		default:
			options = { fx: options };
		};
		return options;
	}
	else if (options.constructor == Number) {
		// go to the requested slide
		var num = options;
		options = $(cont).data('cycle.opts');
		if (!options) {
			log('options not found, can not advance slide');
			return false;
		}
		if (num < 0 || num >= options.elements.length) {
			log('invalid slide index: ' + num);
			return false;
		}
		options.nextSlide = num;
		if (cont.cycleTimeout) {
			clearTimeout(cont.cycleTimeout);
			cont.cycleTimeout = 0;
		}
		if (typeof arg2 == 'string')
			options.oneTimeFx = arg2;
		go(options.elements, options, 1, num >= options.currSlide);
		return false;
	}
	return options;
	
	function checkInstantResume(isPaused, arg2, cont) {
		if (!isPaused && arg2 === true) { // resume now!
			var options = $(cont).data('cycle.opts');
			if (!options) {
				log('options not found, can not resume');
				return false;
			}
			if (cont.cycleTimeout) {
				clearTimeout(cont.cycleTimeout);
				cont.cycleTimeout = 0;
			}
			go(options.elements, options, 1, !options.backwards);
		}
	}
};

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

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

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

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

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

	saveOriginalOpts(opts);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	if (requeue)
		return false;

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

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

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

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

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

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

	exposeAddSlide(opts, els);

	return opts;
};

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

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

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

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

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

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

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

		$s.css(opts.cssBefore);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

})(jQuery);


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

})(jQuery);




/* Hero Fade */

$(document).ready(function() {
$('#hero').cycle({ 
	fx: 'fade',
	timeout:  5000 
 });
}); 


/* Cufon Styles  */																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																	Cufon.replace('#nav ul li, h1, h2, h3, h4, h5, h6, #newslettersignup p', {hover: 'true'});


/* Colorbox  */

$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$("a[rel='box']").colorbox();
			$("a[class='overlay']").colorbox({iframe:true, innerWidth:560, innerHeight:340});
});
