/* PLUGINS INCLUDED:
 *
 * CurvyCorners 2.0.4
 * Bgiframe (Fixes IE6 Form Select Z-index issue)
 * PikaChoose
 * jCarousel
 * jQuery Blend
 * Cufon
 * Cufon register font (Goudy Bookletter)
 * Cufon register font (Bitstream Vera Sans)
 *
 */
 
//CUFON YUI
 /*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());


//CURVY CORNERS
function browserdetect(){var A=navigator.userAgent.toLowerCase();this.isIE=A.indexOf("msie")>-1;this.ieVer=this.isIE?/msie\s(\d\.\d)/.exec(A)[1]:0;this.isMoz=A.indexOf("firefox")!=-1;this.isSafari=A.indexOf("safari")!=-1;this.quirksMode=this.isIE&&(!document.compatMode||document.compatMode.indexOf("BackCompat")>-1);this.isOp="opera" in window;this.isWebKit=A.indexOf("webkit")!=-1;if(this.isIE){this.get_style=function(D,F){if(!(F in D.currentStyle)){return""}var C=/^([\d.]+)(\w*)/.exec(D.currentStyle[F]);if(!C){return D.currentStyle[F]}if(C[1]==0){return"0"}if(C[2]&&C[2]!=="px"){var B=D.style.left;var E=D.runtimeStyle.left;D.runtimeStyle.left=D.currentStyle.left;D.style.left=C[1]+C[2];C[0]=D.style.pixelLeft;D.style.left=B;D.runtimeStyle.left=E}return C[0]}}else{this.get_style=function(B,C){C=C.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();return document.defaultView.getComputedStyle(B,"").getPropertyValue(C)}}}var curvyBrowser=new browserdetect;if(curvyBrowser.isIE){try{document.execCommand("BackgroundImageCache",false,true)}catch(e){}}function curvyCnrSpec(A){this.selectorText=A;this.tlR=this.trR=this.blR=this.brR=0;this.tlu=this.tru=this.blu=this.bru="";this.antiAlias=true}curvyCnrSpec.prototype.setcorner=function(B,C,A,D){if(!B){this.tlR=this.trR=this.blR=this.brR=parseInt(A);this.tlu=this.tru=this.blu=this.bru=D}else{propname=B.charAt(0)+C.charAt(0);this[propname+"R"]=parseInt(A);this[propname+"u"]=D}};curvyCnrSpec.prototype.get=function(D){if(/^(t|b)(l|r)(R|u)$/.test(D)){return this[D]}if(/^(t|b)(l|r)Ru$/.test(D)){var C=D.charAt(0)+D.charAt(1);return this[C+"R"]+this[C+"u"]}if(/^(t|b)Ru?$/.test(D)){var B=D.charAt(0);B+=this[B+"lR"]>this[B+"rR"]?"l":"r";var A=this[B+"R"];if(D.length===3&&D.charAt(2)==="u"){A+=this[B="u"]}return A}throw new Error("Don't recognize property "+D)};curvyCnrSpec.prototype.radiusdiff=function(A){if(A!=="t"&&A!=="b"){throw new Error("Param must be 't' or 'b'")}return Math.abs(this[A+"lR"]-this[A+"rR"])};curvyCnrSpec.prototype.setfrom=function(A){this.tlu=this.tru=this.blu=this.bru="px";if("tl" in A){this.tlR=A.tl.radius}if("tr" in A){this.trR=A.tr.radius}if("bl" in A){this.blR=A.bl.radius}if("br" in A){this.brR=A.br.radius}if("antiAlias" in A){this.antiAlias=A.antiAlias}};curvyCnrSpec.prototype.cloneOn=function(G){var E=["tl","tr","bl","br"];var H=0;var C,A;for(C in E){if(!isNaN(C)){A=this[E[C]+"u"];if(A!==""&&A!=="px"){H=new curvyCnrSpec;break}}}if(!H){H=this}else{var B,D,F=curvyBrowser.get_style(G,"left");for(C in E){if(!isNaN(C)){B=E[C];A=this[B+"u"];D=this[B+"R"];if(A!=="px"){var F=G.style.left;G.style.left=D+A;D=G.style.pixelLeft;G.style.left=F}H[B+"R"]=D;H[B+"u"]="px"}}G.style.left=F}return H};curvyCnrSpec.prototype.radiusSum=function(A){if(A!=="t"&&A!=="b"){throw new Error("Param must be 't' or 'b'")}return this[A+"lR"]+this[A+"rR"]};curvyCnrSpec.prototype.radiusCount=function(A){var B=0;if(this[A+"lR"]){++B}if(this[A+"rR"]){++B}return B};curvyCnrSpec.prototype.cornerNames=function(){var A=[];if(this.tlR){A.push("tl")}if(this.trR){A.push("tr")}if(this.blR){A.push("bl")}if(this.brR){A.push("br")}return A};function operasheet(C){var A=document.styleSheets.item(C).ownerNode.text;A=A.replace(/\/\*(\n|\r|.)*?\*\//g,"");var D=new RegExp("^s*([\\w.#][-\\w.#, ]+)[\\n\\s]*\\{([^}]+border-((top|bottom)-(left|right)-)?radius[^}]*)\\}","mg");var G;this.rules=[];while((G=D.exec(A))!==null){var F=new RegExp("(..)border-((top|bottom)-(left|right)-)?radius:\\s*([\\d.]+)(in|em|px|ex|pt)","g");var E,B=new curvyCnrSpec(G[1]);while((E=F.exec(G[2]))!==null){if(E[1]!=="z-"){B.setcorner(E[3],E[4],E[5],E[6])}}this.rules.push(B)}}operasheet.contains_border_radius=function(A){return/border-((top|bottom)-(left|right)-)?radius/.test(document.styleSheets.item(A).ownerNode.text)};function curvyCorners(){var G,D,E,B,J;if(typeof arguments[0]!=="object"){throw curvyCorners.newError("First parameter of curvyCorners() must be an object.")}if(arguments[0] instanceof curvyCnrSpec){B=arguments[0];if(!B.selectorText&&typeof arguments[1]==="string"){B.selectorText=arguments[1]}}else{if(typeof arguments[1]!=="object"&&typeof arguments[1]!=="string"){throw curvyCorners.newError("Second parameter of curvyCorners() must be an object or a class name.")}D=arguments[1];if(typeof D!=="string"){D=""}if(D!==""&&D.charAt(0)!=="."&&"autoPad" in arguments[0]){D="."+D}B=new curvyCnrSpec(D);B.setfrom(arguments[0])}if(B.selectorText){J=0;var I=B.selectorText.replace(/\s+$/,"").split(/,\s*/);E=new Array;function A(M){var L=M.split("#");return(L.length===2?"#":"")+L.pop()}for(G=0;G<I.length;++G){var K=A(I[G]);var H=K.split(" ");switch(K.charAt(0)){case"#":D=H.length===1?K:H[0];D=document.getElementById(D.substr(1));if(D===null){curvyCorners.alert("No object with ID "+K+" exists yet.\nCall curvyCorners(settings, obj) when it is created.")}else{if(H.length===1){E.push(D)}else{E=E.concat(curvyCorners.getElementsByClass(H[1],D))}}break;default:if(H.length===1){E=E.concat(curvyCorners.getElementsByClass(K))}else{var C=curvyCorners.getElementsByClass(H[0]);for(D=0;D<C.length;++D){E=E.concat(curvyCorners.getElementsByClass(H[1],C))}}}}}else{J=1;E=arguments}for(G=J,D=E.length;G<D;++G){if(E[G]&&(!("IEborderRadius" in E[G].style)||E[G].style.IEborderRadius!="set")){if(E[G].className&&E[G].className.indexOf("curvyRedraw")!==-1){if(typeof curvyCorners.redrawList==="undefined"){curvyCorners.redrawList=new Array}curvyCorners.redrawList.push({node:E[G],spec:B,copy:E[G].cloneNode(false)})}E[G].style.IEborderRadius="set";var F=new curvyObject(B,E[G]);F.applyCorners()}}}curvyCorners.prototype.applyCornersToAll=function(){curvyCorners.alert("This function is now redundant. Just call curvyCorners(). See documentation.")};curvyCorners.redraw=function(){if(!curvyBrowser.isOp&&!curvyBrowser.isIE){return}if(!curvyCorners.redrawList){throw curvyCorners.newError("curvyCorners.redraw() has nothing to redraw.")}var E=curvyCorners.bock_redraw;curvyCorners.block_redraw=true;for(var A in curvyCorners.redrawList){if(isNaN(A)){continue}var D=curvyCorners.redrawList[A];if(!D.node.clientWidth){continue}var B=D.copy.cloneNode(false);for(var C=D.node.firstChild;C!=null;C=C.nextSibling){if(C.className==="autoPadDiv"){break}}if(!C){curvyCorners.alert("Couldn't find autoPad DIV");break}D.node.parentNode.replaceChild(B,D.node);while(C.firstChild){B.appendChild(C.removeChild(C.firstChild))}D=new curvyObject(D.spec,D.node=B);D.applyCorners()}curvyCorners.block_redraw=E};curvyCorners.adjust=function(obj,prop,newval){if(curvyBrowser.isOp||curvyBrowser.isIE){if(!curvyCorners.redrawList){throw curvyCorners.newError("curvyCorners.adjust() has nothing to adjust.")}var i,j=curvyCorners.redrawList.length;for(i=0;i<j;++i){if(curvyCorners.redrawList[i].node===obj){break}}if(i===j){throw curvyCorners.newError("Object not redrawable")}obj=curvyCorners.redrawList[i].copy}if(prop.indexOf(".")===-1){obj[prop]=newval}else{eval("obj."+prop+"='"+newval+"'")}};curvyCorners.handleWinResize=function(){if(!curvyCorners.block_redraw){curvyCorners.redraw()}};curvyCorners.setWinResize=function(A){curvyCorners.block_redraw=!A};curvyCorners.newError=function(A){return new Error("curvyCorners Error:\n"+A)};curvyCorners.alert=function(A){if(typeof curvyCornersVerbose==="undefined"||curvyCornersVerbose){alert(A)}};function curvyObject(){var U;this.box=arguments[1];this.settings=arguments[0];this.topContainer=this.bottomContainer=this.shell=U=null;var K=this.box.clientWidth;if(!K&&curvyBrowser.isIE){this.box.style.zoom=1;K=this.box.clientWidth}if(!K){if(!this.box.parentNode){throw this.newError("box has no parent!")}for(U=this.box;;U=U.parentNode){if(!U||U.tagName==="BODY"){this.applyCorners=function(){};curvyCorners.alert(this.errmsg("zero-width box with no accountable parent","warning"));return}if(U.style.display==="none"){break}}U.style.display="block";K=this.box.clientWidth}if(arguments[0] instanceof curvyCnrSpec){this.spec=arguments[0].cloneOn(this.box)}else{this.spec=new curvyCnrSpec("");this.spec.setfrom(this.settings)}var b=curvyBrowser.get_style(this.box,"borderTopWidth");var J=curvyBrowser.get_style(this.box,"borderBottomWidth");var D=curvyBrowser.get_style(this.box,"borderLeftWidth");var B=curvyBrowser.get_style(this.box,"borderRightWidth");var I=curvyBrowser.get_style(this.box,"borderTopColor");var G=curvyBrowser.get_style(this.box,"borderBottomColor");var A=curvyBrowser.get_style(this.box,"borderLeftColor");var E=curvyBrowser.get_style(this.box,"backgroundColor");var C=curvyBrowser.get_style(this.box,"backgroundImage");var Y=curvyBrowser.get_style(this.box,"backgroundRepeat");if(this.box.currentStyle&&this.box.currentStyle.backgroundPositionX){var R=curvyBrowser.get_style(this.box,"backgroundPositionX");var P=curvyBrowser.get_style(this.box,"backgroundPositionY")}else{var R=curvyBrowser.get_style(this.box,"backgroundPosition");R=R.split(" ");var P=R[1];R=R[0]}var O=curvyBrowser.get_style(this.box,"position");var Z=curvyBrowser.get_style(this.box,"paddingTop");var c=curvyBrowser.get_style(this.box,"paddingBottom");var Q=curvyBrowser.get_style(this.box,"paddingLeft");var a=curvyBrowser.get_style(this.box,"paddingRight");var S=curvyBrowser.get_style(this.box,"border");filter=curvyBrowser.ieVer>7?curvyBrowser.get_style(this.box,"filter"):null;var H=this.spec.get("tR");var M=this.spec.get("bR");var W=function(f){if(typeof f==="number"){return f}if(typeof f!=="string"){throw new Error("unexpected styleToNPx type "+typeof f)}var d=/^[-\d.]([a-z]+)$/.exec(f);if(d&&d[1]!="px"){throw new Error("Unexpected unit "+d[1])}if(isNaN(f=parseInt(f))){f=0}return f};var T=function(d){return d<=0?"0":d+"px"};try{this.borderWidth=W(b);this.borderWidthB=W(J);this.borderWidthL=W(D);this.borderWidthR=W(B);this.boxColour=curvyObject.format_colour(E);this.topPadding=W(Z);this.bottomPadding=W(c);this.leftPadding=W(Q);this.rightPadding=W(a);this.boxWidth=K;this.boxHeight=this.box.clientHeight;this.borderColour=curvyObject.format_colour(I);this.borderColourB=curvyObject.format_colour(G);this.borderColourL=curvyObject.format_colour(A);this.borderString=this.borderWidth+"px solid "+this.borderColour;this.borderStringB=this.borderWidthB+"px solid "+this.borderColourB;this.backgroundImage=((C!="none")?C:"");this.backgroundRepeat=Y}catch(X){throw this.newError("getMessage" in X?X.getMessage():X.message)}var F=this.boxHeight;var V=K;if(curvyBrowser.isOp){R=W(R);P=W(P);if(R){var N=V+this.borderWidthL+this.borderWidthR;if(R>N){R=N}R=(N/R*100)+"%"}if(P){var N=F+this.borderWidth+this.borderWidthB;if(P>N){P=N}P=(N/P*100)+"%"}}if(curvyBrowser.quirksMode){}else{this.boxWidth-=this.leftPadding+this.rightPadding;this.boxHeight-=this.topPadding+this.bottomPadding}this.contentContainer=document.createElement("div");if(filter){this.contentContainer.style.filter=filter}while(this.box.firstChild){this.contentContainer.appendChild(this.box.removeChild(this.box.firstChild))}if(O!="absolute"){this.box.style.position="relative"}this.box.style.padding="0";this.box.style.border=this.box.style.backgroundImage="none";this.box.style.backgroundColor="transparent";this.box.style.width=(V+this.borderWidthL+this.borderWidthR)+"px";this.box.style.height=(F+this.borderWidth+this.borderWidthB)+"px";var L=document.createElement("div");L.style.position="absolute";if(filter){L.style.filter=filter}if(curvyBrowser.quirksMode){L.style.width=(V+this.borderWidthL+this.borderWidthR)+"px"}else{L.style.width=V+"px"}L.style.height=T(F+this.borderWidth+this.borderWidthB-H-M);L.style.padding="0";L.style.top=H+"px";L.style.left="0";if(this.borderWidthL){L.style.borderLeft=this.borderWidthL+"px solid "+this.borderColourL}if(this.borderWidth&&!H){L.style.borderTop=this.borderWidth+"px solid "+this.borderColour}if(this.borderWidthR){L.style.borderRight=this.borderWidthR+"px solid "+this.borderColourL}if(this.borderWidthB&&!M){L.style.borderBottom=this.borderWidthB+"px solid "+this.borderColourB}L.style.backgroundColor=E;L.style.backgroundImage=this.backgroundImage;L.style.backgroundRepeat=this.backgroundRepeat;this.shell=this.box.appendChild(L);K=curvyBrowser.get_style(this.shell,"width");if(K===""||K==="auto"||K.indexOf("%")!==-1){throw this.newError("Shell width is "+K)}this.boxWidth=(K!=""&&K!="auto"&&K.indexOf("%")==-1)?parseInt(K):this.shell.clientWidth;this.applyCorners=function(){if(this.backgroundObject){var w=function(AO,i,t){if(AO===0){return 0}var k;if(AO==="right"||AO==="bottom"){return t-i}if(AO==="center"){return(t-i)/2}if(AO.indexOf("%")>0){return(t-i)*100/parseInt(AO)}return W(AO)};this.backgroundPosX=w(R,this.backgroundObject.width,V);this.backgroundPosY=w(P,this.backgroundObject.height,F)}else{if(this.backgroundImage){this.backgroundPosX=W(R);this.backgroundPosY=W(P)}}if(H){v=document.createElement("div");v.style.width=this.boxWidth+"px";v.style.fontSize="1px";v.style.overflow="hidden";v.style.position="absolute";v.style.paddingLeft=this.borderWidth+"px";v.style.paddingRight=this.borderWidth+"px";v.style.height=H+"px";v.style.top=-H+"px";v.style.left=-this.borderWidthL+"px";this.topContainer=this.shell.appendChild(v)}if(M){var v=document.createElement("div");v.style.width=this.boxWidth+"px";v.style.fontSize="1px";v.style.overflow="hidden";v.style.position="absolute";v.style.paddingLeft=this.borderWidthB+"px";v.style.paddingRight=this.borderWidthB+"px";v.style.height=M+"px";v.style.bottom=-M+"px";v.style.left=-this.borderWidthL+"px";this.bottomContainer=this.shell.appendChild(v)}var AG=this.spec.cornerNames();for(var AK in AG){if(!isNaN(AK)){var AC=AG[AK];var AD=this.spec[AC+"R"];var AE,AH,j,AF;if(AC=="tr"||AC=="tl"){AE=this.borderWidth;AH=this.borderColour;AF=this.borderWidth}else{AE=this.borderWidthB;AH=this.borderColourB;AF=this.borderWidthB}j=AD-AF;var u=document.createElement("div");u.style.height=this.spec.get(AC+"Ru");u.style.width=this.spec.get(AC+"Ru");u.style.position="absolute";u.style.fontSize="1px";u.style.overflow="hidden";var r,q,p;var n=filter?parseInt(/alpha\(opacity.(\d+)\)/.exec(filter)[1]):100;for(r=0;r<AD;++r){var m=(r+1>=j)?-1:Math.floor(Math.sqrt(Math.pow(j,2)-Math.pow(r+1,2)))-1;if(j!=AD){var h=(r>=j)?-1:Math.ceil(Math.sqrt(Math.pow(j,2)-Math.pow(r,2)));var f=(r+1>=AD)?-1:Math.floor(Math.sqrt(Math.pow(AD,2)-Math.pow((r+1),2)))-1}var d=(r>=AD)?-1:Math.ceil(Math.sqrt(Math.pow(AD,2)-Math.pow(r,2)));if(m>-1){this.drawPixel(r,0,this.boxColour,n,(m+1),u,true,AD)}if(j!=AD){if(this.spec.antiAlias){for(q=m+1;q<h;++q){if(this.backgroundImage!=""){var g=curvyObject.pixelFraction(r,q,j)*100;this.drawPixel(r,q,AH,n,1,u,g>=30,AD)}else{if(this.boxColour!=="transparent"){var AB=curvyObject.BlendColour(this.boxColour,AH,curvyObject.pixelFraction(r,q,j));this.drawPixel(r,q,AB,n,1,u,false,AD)}else{this.drawPixel(r,q,AH,n>>1,1,u,false,AD)}}}if(f>=h){if(h==-1){h=0}this.drawPixel(r,h,AH,n,(f-h+1),u,false,0)}p=AH;q=f}else{if(f>m){this.drawPixel(r,(m+1),AH,n,(f-m),u,false,0)}}}else{p=this.boxColour;q=m}if(this.spec.antiAlias){while(++q<d){this.drawPixel(r,q,p,(curvyObject.pixelFraction(r,q,AD)*n),1,u,AF<=0,AD)}}}for(var y=0,AJ=u.childNodes.length;y<AJ;++y){var s=u.childNodes[y];var AI=parseInt(s.style.top);var AM=parseInt(s.style.left);var AN=parseInt(s.style.height);if(AC=="tl"||AC=="bl"){s.style.left=(AD-AM-1)+"px"}if(AC=="tr"||AC=="tl"){s.style.top=(AD-AN-AI)+"px"}s.style.backgroundRepeat=this.backgroundRepeat;if(this.backgroundImage){switch(AC){case"tr":s.style.backgroundPosition=(this.backgroundPosX-this.borderWidthL+AD-V-AM)+"px "+(this.backgroundPosY+AN+AI+this.borderWidth-AD)+"px";break;case"tl":s.style.backgroundPosition=(this.backgroundPosX-AD+AM+this.borderWidthL)+"px "+(this.backgroundPosY-AD+AN+AI+this.borderWidth)+"px";break;case"bl":s.style.backgroundPosition=(this.backgroundPosX-AD+AM+1+this.borderWidthL)+"px "+(this.backgroundPosY-F-this.borderWidth+(curvyBrowser.quirksMode?AI:-AI)+AD)+"px";break;case"br":if(curvyBrowser.quirksMode){s.style.backgroundPosition=(this.backgroundPosX+this.borderWidthL-V+AD-AM)+"px "+(this.backgroundPosY-F-this.borderWidth+AI+AD)+"px"}else{s.style.backgroundPosition=(this.backgroundPosX-this.borderWidthL-V+AD-AM)+"px "+(this.backgroundPosY-F-this.borderWidth+AD-AI)+"px"}}}}switch(AC){case"tl":u.style.top=u.style.left="0";this.topContainer.appendChild(u);break;case"tr":u.style.top=u.style.right="0";this.topContainer.appendChild(u);break;case"bl":u.style.bottom=u.style.left="0";this.bottomContainer.appendChild(u);break;case"br":u.style.bottom=u.style.right="0";this.bottomContainer.appendChild(u)}}}var x={t:this.spec.radiusdiff("t"),b:this.spec.radiusdiff("b")};for(z in x){if(typeof z==="function"){continue}if(!this.spec.get(z+"R")){continue}if(x[z]){if(this.backgroundImage&&this.spec.radiusSum(z)!==x[z]){curvyCorners.alert(this.errmsg("Not supported: unequal non-zero top/bottom radii with background image"))}var AL=(this.spec[z+"lR"]<this.spec[z+"rR"])?z+"l":z+"r";var l=document.createElement("div");l.style.height=x[z]+"px";l.style.width=this.spec.get(AL+"Ru");l.style.position="absolute";l.style.fontSize="1px";l.style.overflow="hidden";l.style.backgroundColor=this.boxColour;switch(AL){case"tl":l.style.bottom=l.style.left="0";l.style.borderLeft=this.borderString;this.topContainer.appendChild(l);break;case"tr":l.style.bottom=l.style.right="0";l.style.borderRight=this.borderString;this.topContainer.appendChild(l);break;case"bl":l.style.top=l.style.left="0";l.style.borderLeft=this.borderStringB;this.bottomContainer.appendChild(l);break;case"br":l.style.top=l.style.right="0";l.style.borderRight=this.borderStringB;this.bottomContainer.appendChild(l)}}var o=document.createElement("div");if(filter){o.style.filter=filter}o.style.position="relative";o.style.fontSize="1px";o.style.overflow="hidden";o.style.width=this.fillerWidth(z);o.style.backgroundColor=this.boxColour;o.style.backgroundImage=this.backgroundImage;o.style.backgroundRepeat=this.backgroundRepeat;switch(z){case"t":if(this.topContainer){if(curvyBrowser.quirksMode){o.style.height=100+H+"px"}else{o.style.height=100+H-this.borderWidth+"px"}o.style.marginLeft=this.spec.tlR?(this.spec.tlR-this.borderWidthL)+"px":"0";o.style.borderTop=this.borderString;if(this.backgroundImage){var AA=this.spec.tlR?(this.backgroundPosX-(H-this.borderWidthL))+"px ":"0 ";o.style.backgroundPosition=AA+this.backgroundPosY+"px";this.shell.style.backgroundPosition=this.backgroundPosX+"px "+(this.backgroundPosY-H+this.borderWidthL)+"px"}this.topContainer.appendChild(o)}break;case"b":if(this.bottomContainer){if(curvyBrowser.quirksMode){o.style.height=M+"px"}else{o.style.height=M-this.borderWidthB+"px"}o.style.marginLeft=this.spec.blR?(this.spec.blR-this.borderWidthL)+"px":"0";o.style.borderBottom=this.borderStringB;if(this.backgroundImage){var AA=this.spec.blR?(this.backgroundPosX+this.borderWidthL-M)+"px ":this.backgroundPosX+"px ";o.style.backgroundPosition=AA+(this.backgroundPosY-F-this.borderWidth+M)+"px"}this.bottomContainer.appendChild(o)}}}this.contentContainer.style.position="absolute";this.contentContainer.className="autoPadDiv";this.contentContainer.style.left=this.borderWidthL+"px";this.contentContainer.style.paddingTop=this.topPadding+"px";this.contentContainer.style.top=this.borderWidth+"px";this.contentContainer.style.paddingLeft=this.leftPadding+"px";this.contentContainer.style.paddingRight=this.rightPadding+"px";z=V;if(!curvyBrowser.quirksMode){z-=this.leftPadding+this.rightPadding}this.contentContainer.style.width=z+"px";this.contentContainer.style.textAlign=curvyBrowser.get_style(this.box,"textAlign");this.box.style.textAlign="left";this.box.appendChild(this.contentContainer);if(U){U.style.display="none"}};if(this.backgroundImage){R=this.backgroundCheck(R);P=this.backgroundCheck(P);if(this.backgroundObject){this.backgroundObject.holdingElement=this;this.dispatch=this.applyCorners;this.applyCorners=function(){if(this.backgroundObject.complete){this.dispatch()}else{this.backgroundObject.onload=new Function("curvyObject.dispatch(this.holdingElement);")}}}}}curvyObject.prototype.backgroundCheck=function(B){if(B==="top"||B==="left"||parseInt(B)===0){return 0}if(!(/^[-\d.]+px$/.test(B))&&!this.backgroundObject){this.backgroundObject=new Image;var A=function(D){var C=/url\("?([^'"]+)"?\)/.exec(D);return(C?C[1]:D)};this.backgroundObject.src=A(this.backgroundImage)}return B};curvyObject.dispatch=function(A){if("dispatch" in A){A.dispatch()}else{throw A.newError("No dispatch function")}};curvyObject.prototype.drawPixel=function(J,G,A,F,H,I,C,E){var B=document.createElement("div");B.style.height=H+"px";B.style.width="1px";B.style.position="absolute";B.style.fontSize="1px";B.style.overflow="hidden";var D=this.spec.get("tR");B.style.backgroundColor=A;if(C&&this.backgroundImage!=""){B.style.backgroundImage=this.backgroundImage;B.style.backgroundPosition="-"+(this.boxWidth-(E-J)+this.borderWidth)+"px -"+((this.boxHeight+D+G)-this.borderWidth)+"px"}if(F!=100){curvyObject.setOpacity(B,F)}B.style.top=G+"px";B.style.left=J+"px";I.appendChild(B)};curvyObject.prototype.fillerWidth=function(A){var B=curvyBrowser.quirksMode?0:this.spec.radiusCount(A)*this.borderWidthL;return(this.boxWidth-this.spec.radiusSum(A)+B)+"px"};curvyObject.prototype.errmsg=function(C,D){var B="\ntag: "+this.box.tagName;if(this.box.id){B+="\nid: "+this.box.id}if(this.box.className){B+="\nclass: "+this.box.className}var A;if((A=this.box.parentNode)===null){B+="\n(box has no parent)"}else{B+="\nParent tag: "+A.tagName;if(A.id){B+="\nParent ID: "+A.id}if(A.className){B+="\nParent class: "+A.className}}if(D===undefined){D="warning"}return"curvyObject "+D+":\n"+C+B};curvyObject.prototype.newError=function(A){return new Error(this.errmsg(A,"exception"))};curvyObject.IntToHex=function(B){var A=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"];return A[B>>>4]+""+A[B&15]};curvyObject.BlendColour=function(L,J,G){if(L==="transparent"||J==="transparent"){throw this.newError("Cannot blend with transparent")}if(L.charAt(0)!=="#"){L=curvyObject.format_colour(L)}if(J.charAt(0)!=="#"){J=curvyObject.format_colour(J)}var D=parseInt(L.substr(1,2),16);var K=parseInt(L.substr(3,2),16);var F=parseInt(L.substr(5,2),16);var C=parseInt(J.substr(1,2),16);var I=parseInt(J.substr(3,2),16);var E=parseInt(J.substr(5,2),16);if(G>1||G<0){G=1}var H=Math.round((D*G)+(C*(1-G)));if(H>255){H=255}if(H<0){H=0}var B=Math.round((K*G)+(I*(1-G)));if(B>255){B=255}if(B<0){B=0}var A=Math.round((F*G)+(E*(1-G)));if(A>255){A=255}if(A<0){A=0}return"#"+curvyObject.IntToHex(H)+curvyObject.IntToHex(B)+curvyObject.IntToHex(A)};curvyObject.pixelFraction=function(H,G,A){var J;var E=A*A;var B=new Array(2);var F=new Array(2);var I=0;var C="";var D=Math.sqrt(E-Math.pow(H,2));if(D>=G&&D<(G+1)){C="Left";B[I]=0;F[I]=D-G;++I}D=Math.sqrt(E-Math.pow(G+1,2));if(D>=H&&D<(H+1)){C+="Top";B[I]=D-H;F[I]=1;++I}D=Math.sqrt(E-Math.pow(H+1,2));if(D>=G&&D<(G+1)){C+="Right";B[I]=1;F[I]=D-G;++I}D=Math.sqrt(E-Math.pow(G,2));if(D>=H&&D<(H+1)){C+="Bottom";B[I]=D-H;F[I]=0}switch(C){case"LeftRight":J=Math.min(F[0],F[1])+((Math.max(F[0],F[1])-Math.min(F[0],F[1]))/2);break;case"TopRight":J=1-(((1-B[0])*(1-F[1]))/2);break;case"TopBottom":J=Math.min(B[0],B[1])+((Math.max(B[0],B[1])-Math.min(B[0],B[1]))/2);break;case"LeftBottom":J=F[0]*B[1]/2;break;default:J=1}return J};curvyObject.rgb2Array=function(A){var B=A.substring(4,A.indexOf(")"));return B.split(", ")};curvyObject.rgb2Hex=function(B){try{var C=curvyObject.rgb2Array(B);var G=parseInt(C[0]);var E=parseInt(C[1]);var A=parseInt(C[2]);var D="#"+curvyObject.IntToHex(G)+curvyObject.IntToHex(E)+curvyObject.IntToHex(A)}catch(F){var H="getMessage" in F?F.getMessage():F.message;throw new Error("Error ("+H+") converting RGB value to Hex in rgb2Hex")}return D};curvyObject.setOpacity=function(F,C){C=(C==100)?99.999:C;if(curvyBrowser.isSafari&&F.tagName!="IFRAME"){var B=curvyObject.rgb2Array(F.style.backgroundColor);var E=parseInt(B[0]);var D=parseInt(B[1]);var A=parseInt(B[2]);F.style.backgroundColor="rgba("+E+", "+D+", "+A+", "+C/100+")"}else{if(typeof F.style.opacity!=="undefined"){F.style.opacity=C/100}else{if(typeof F.style.MozOpacity!=="undefined"){F.style.MozOpacity=C/100}else{if(typeof F.style.filter!="undefined"){F.style.filter="alpha(opacity="+C+")"}else{if(typeof F.style.KHTMLOpacity!="undefined"){F.style.KHTMLOpacity=C/100}}}}}};function addEvent(D,C,B,A){if(D.addEventListener){D.addEventListener(C,B,A);return true}if(D.attachEvent){return D.attachEvent("on"+C,B)}D["on"+C]=B;return false}curvyObject.getComputedColour=function(E){var F=document.createElement("DIV");F.style.backgroundColor=E;document.body.appendChild(F);if(window.getComputedStyle){var D=document.defaultView.getComputedStyle(F,null).getPropertyValue("background-color");F.parentNode.removeChild(F);if(D.substr(0,3)==="rgb"){D=curvyObject.rgb2Hex(D)}return D}else{var A=document.body.createTextRange();A.moveToElementText(F);A.execCommand("ForeColor",false,E);var B=A.queryCommandValue("ForeColor");var C="rgb("+(B&255)+", "+((B&65280)>>8)+", "+((B&16711680)>>16)+")";F.parentNode.removeChild(F);A=null;return curvyObject.rgb2Hex(C)}};curvyObject.format_colour=function(A){if(A!=""&&A!="transparent"){if(A.substr(0,3)==="rgb"){A=curvyObject.rgb2Hex(A)}else{if(A.charAt(0)!=="#"){A=curvyObject.getComputedColour(A)}else{if(A.length===4){A="#"+A.charAt(1)+A.charAt(1)+A.charAt(2)+A.charAt(2)+A.charAt(3)+A.charAt(3)}}}}return A};curvyCorners.getElementsByClass=function(H,F){var E=new Array;if(F===undefined){F=document}H=H.split(".");var A="*";if(H.length===1){A=H[0];H=false}else{if(H[0]){A=H[0]}H=H[1]}var D,C,B;if(A.charAt(0)==="#"){C=document.getElementById(A.substr(1));if(C){E.push(C)}}else{C=F.getElementsByTagName(A);B=C.length;if(H){var G=new RegExp("(^|\\s)"+H+"(\\s|$)");for(D=0;D<B;++D){if(G.test(C[D].className)){E.push(C[D])}}}else{for(D=0;D<B;++D){E.push(C[D])}}}return E};if(curvyBrowser.isMoz||curvyBrowser.isWebKit){var curvyCornersNoAutoScan=true}else{curvyCorners.scanStyles=function(){function B(F){var G=/^[\d.]+(\w+)$/.exec(F);return G[1]}var E,D,C;if(curvyBrowser.isIE){function A(L){var J=L.style;if(curvyBrowser.ieVer>6){var H=J["-webkit-border-radius"]||0;var K=J["-webkit-border-top-right-radius"]||0;var F=J["-webkit-border-top-left-radius"]||0;var G=J["-webkit-border-bottom-right-radius"]||0;var M=J["-webkit-border-bottom-left-radius"]||0}else{var H=J["webkit-border-radius"]||0;var K=J["webkit-border-top-right-radius"]||0;var F=J["webkit-border-top-left-radius"]||0;var G=J["webkit-border-bottom-right-radius"]||0;var M=J["webkit-border-bottom-left-radius"]||0}if(H||F||K||G||M){var I=new curvyCnrSpec(L.selectorText);if(H){I.setcorner(null,null,parseInt(H),B(H))}else{if(K){I.setcorner("t","r",parseInt(K),B(K))}if(F){I.setcorner("t","l",parseInt(F),B(F))}if(M){I.setcorner("b","l",parseInt(M),B(M))}if(G){I.setcorner("b","r",parseInt(G),B(G))}}curvyCorners(I)}}for(E=0;E<document.styleSheets.length;++E){if(document.styleSheets[E].imports){for(D=0;D<document.styleSheets[E].imports.length;++D){for(C=0;C<document.styleSheets[E].imports[D].rules.length;++C){A(document.styleSheets[E].imports[D].rules[C])}}}for(D=0;D<document.styleSheets[E].rules.length;++D){A(document.styleSheets[E].rules[D])}}}else{if(curvyBrowser.isOp){for(E=0;E<document.styleSheets.length;++E){if(operasheet.contains_border_radius(E)){C=new operasheet(E);for(D in C.rules){if(!isNaN(D)){curvyCorners(C.rules[D])}}}}}else{curvyCorners.alert("Scanstyles does nothing in Webkit/Firefox")}}};curvyCorners.init=function(){if(arguments.callee.done){return}arguments.callee.done=true;if(curvyBrowser.isWebKit&&curvyCorners.init.timer){clearInterval(curvyCorners.init.timer);curvyCorners.init.timer=null}curvyCorners.scanStyles()}}if(typeof curvyCornersNoAutoScan==="undefined"||curvyCornersNoAutoScan===false){if(curvyBrowser.isOp){document.addEventListener("DOMContentLoaded",curvyCorners.init,false)}else{addEvent(window,"load",curvyCorners.init,false)}};

//BGIFRAME
/* Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
 * Licensed under the MIT License (LICENSE.txt).
 *
 * Version 2.1.2
 */
(function(a){a.fn.bgiframe=(a.browser.msie&&/msie 6\.0/i.test(navigator.userAgent)?function(d){d=a.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:true,src:"javascript:false;"},d);var c='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+d.src+'"style="display:block;position:absolute;z-index:-1;'+(d.opacity!==false?"filter:Alpha(Opacity='0');":"")+"top:"+(d.top=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":b(d.top))+";left:"+(d.left=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":b(d.left))+";width:"+(d.width=="auto"?"expression(this.parentNode.offsetWidth+'px')":b(d.width))+";height:"+(d.height=="auto"?"expression(this.parentNode.offsetHeight+'px')":b(d.height))+';"/>';return this.each(function(){if(a(this).children("iframe.bgiframe").length===0){this.insertBefore(document.createElement(c),this.firstChild)}})}:function(){return this});a.fn.bgIframe=a.fn.bgiframe;function b(c){return c&&c.constructor===Number?c+"px":c}})(jQuery);

//PIKACHOOSE
/*    08/24/2010
		PikaChoose
	Jquery plugin for photo galleries
    Copyright (C) 2010 Jeremy Fry

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
(function($) {
    /**
     * Creates a slideshow for all matched elements.
     *
     * @example $("#pikame").PikaChoose();
     * @input needed <ul id="pikame"><li><img src="first.jpg"><span>Caption</span></li><li><img src="second.jpg"><span>Caption</span></li></ul>
     *
     * @method PikaChoose
     * @return $
     * @param o {Hash|String} A set of key/value pairs to set as configuration properties or a method name to call on a formerly created instance.
     */
 	var defaults = {
		autoPlay: true,
		speed: 10000,
		text: { play: "", stop: "", previous: "Previous", next: "Next" },
		transition:[0],
		showCaption: true,
		IESafe: true
	};
   
    $.fn.PikaChoose = function(o) {
		return this.each(function() {
			$(this).data('pikachoose', new $pc(this, o));
		});
	}
	
	/**
     * The PikaChoose object.
     *
     * @constructor
     * @class pikachoose
     * @param e {HTMLElement} The element to create the carousel for.
     * @param o {Object} A set of key/value pairs to set as configuration properties.
     * @cat Plugins/PikaChoose
     */
    $.PikaChoose = function(e, o) {
		this.options    = $.extend({}, defaults, o || {});
		this.list     	= null;
		this.image  	= null;
		this.anchor		= null;
		this.caption	= null;
		this.imgNav		= null;
		this.imgPlay 	= null;
		this.imgPrev	= null;
		this.imgNext 	= null;
		this.textNext	= null;
		this.textPrev	= null;
		this.previous  = null;
		this.next 		= null;
		this.aniDiv		= null;
		this.thumbs		= null;
		this.transition= null;
		this.active		= null;
		this.animating	= false;
		if (e.nodeName == 'UL' || e.nodeName == 'OL') {
            this.list = $(e);
            this.build();
            this.bindEvents();
        }else{
        	return;
        }
		
		var y = 0;
		var x = 0;
		for(var t = 0; t<25;t++)
		{
			var a = '<div col="'+y+'" row="'+x+'"></div>';
			this.aniDiv.append(a);
			y++
			if(y == 5)
			{
				x++;
				y=0;
			}
		}

    }//end PikaChoose function(e, o)
    
    var $pc = $.PikaChoose;
        $pc.fn = $pc.prototype = {
        pikachoose: '4.0.3'
    };

    $pc.fn.extend = $pc.extend = $.extend;

    $pc.fn.extend({
        /**
         * Builds the gallery structure.
         *
         * @method build
         * @return undefined
         */
        build: function() {
        	this.step 		= 0; //transition step count
       	//create the structure for pikachoose
			this.wrap 		= $("<div class='pika-image'></div>").insertBefore(this.list);
			this.image 		= $("<img>").appendTo(this.wrap);
			this.anchor		= this.image.wrap("<a>").parent();
			this.imgNav 	= $("<div class='pika-imgnav'></div>").insertAfter(this.anchor);
			this.imgPlay 	= $("<a></a>").appendTo(this.imgNav);
			if(this.options.autoPlay){ this.imgPlay.addClass('pause'); }else{ this.imgPlay.addClass('play'); }
			this.imgPrev 	= $("<a class='previous'></a>").insertAfter(this.imgPlay);
			this.imgNext 	= $("<a class='next'></a>").insertAfter(this.imgPrev);
			this.caption 	= $("<div class='caption'></div>").insertAfter(this.imgNav);
			if(!this.options.showCaption){ this.caption.hide(); }
			this.aniDiv		= $("<div class='animation'></div>").insertAfter(this.caption);
			this.textNav 	= $("<div class='pika-textnav'></div>").insertAfter(this.aniDiv);
			this.textPrev 	= $("<a class='previous'>"+this.options.text.previous+"</a>").appendTo(this.textNav);
			this.textNext	= $("<a class='next'>"+this.options.text.next+"</a>").appendTo(this.textNav);
			this.list.addClass('pika-thumbs');
        	this.list.children('li').wrapInner("<div class='clip' />");
			this.thumbs = this.list.find('img');
			this.active		= this.thumbs.eq(0);

			//fill in info for first image
			this.finishAnimating({'source':this.active.attr('ref') || this.active.attr('src'),'caption':this.active.parents('li:first').find('span:first').html(), 'clickThrough':this.active.parent().attr('href') || ""});
		
			//process all the thumbnails
			this.thumbs.each(this.createThumb);
        }, //end setup
        /**
         * proccesses thumbnails
         *
         * @method createThumb
         * @return undefined
         */
        createThumb: function() {
        	var self = $(this);
        	$(this).hide();
        	//store all the data with the image
        	$.data(this,'clickThrough',$(this).parent('a').attr('href') || "#");
        	if($(this).parent('a').length > 0){ $(this).unwrap(); }
        	$.data(this,'caption',$(this).next('span').html() || "");
        	$(this).next('span').remove();
        	$.data(this,'source',$(this).attr('ref') || $(this).attr('src'));
    		$.data(this,'order',$("ul li").index($(this).parents('li')));
    		//pass data so it can enter the load scope
    		var data = $.data(this);
    		$('<img />').bind('load',{data:data},function(){
    			//in this scope self refers to the image
				var img = $(this);
				var w = img.width();
				var h = img.height();
				if(w===0){w = img.attr("width");}
				if(h===0){h = img.attr("height");}
				//grab a ratio for image to user defined settings
				var rw = parseInt(self.parents('.clip').css('width').slice(0,-2))/w;
				var rh = parseInt(self.parents('.clip').css('height').slice(0,-2))/h;
				//determine which has the smallest ratio (thus needing
				//to be the side we use to scale so our whole thumb is filled)
				var ratio;
				if(rw<rh){
					//we'll use ratio later to scale and not distort
					ratio = rh;
					var left = ((w*ratio- parseInt(self.parents('.clip').css('width').slice(0,-2)))/2)*-1;
					left = Math.round(left);
					self.css({left:left});
				}else{
					ratio = rw;
					self.css({top:0});
				}
				//use those ratios to calculate scale
				var width = Math.round(w*ratio);
				var height = Math.round(h*ratio);
				self.css("position","relative");
				var imgcss={
					width: width+"px",
					height: height+"px"
				};
				self.css(imgcss);
				self.hover(
					function(){$(this).stop(true,true).fadeTo(250,1);},
					function(){if(!$(this).hasClass("active")){$(this).stop(true,true).fadeTo(250,0.4);}}
				);
				
				if(data.order == 0)
				{
					self.fadeTo(250,1);
					self.addClass('active');
				}else{
					self.fadeTo(250,0.4);
				}
    		}).attr('src',$(this).attr('src'));
        },//end createThumb
        /**
         * proccesses thumbnails
         *
         * @method bindEvents
         * @return undefined
         */
        bindEvents: function() {
        	this.thumbs.bind('click',{self:this},this.imgClick);
        	this.imgNext.bind('click',{self:this},this.nextClick);
        	this.textNext.bind('click',{self:this},this.nextClick);
        	this.imgPrev.bind('click',{self:this},this.prevClick);
        	this.textPrev.bind('click',{self:this},this.prevClick);
        	this.imgPlay.bind('click',{self:this},this.playClick);
        	this.wrap.bind('mouseenter',{self:this},function(e){
        		e.data.self.imgPlay.stop(true,true).fadeIn('fast');
        	});
        	this.wrap.bind('mouseleave',{self:this},function(e){
        		e.data.self.imgPlay.stop(true,true).fadeOut('fast');        	
        	});
        },//end bind event
        /**
         * handles gallery after aclick occurs. and sets active classes
         *
         * @method imgClick
         * @return undefined
         */
	     imgClick: function(e,x) {
	     	var self = e.data.self;
	     	if(self.animating){return;}
			self.caption.fadeOut('slow');
     		if(typeof(x) == 'undefined' || x.how != "auto")
     		{
	     		//arrive here if natural click
	     		if(self.options.autoPlay)
	     		{
	     			self.imgPlay.trigger('click');
	     		}
			}
	     	self.animating = true;
	     	self.active.fadeTo(300,0.4).removeClass('active');
	     	self.active = $(this);
	     	self.active.addClass('active').fadeTo(200,1);
	     	var data = $.data(this);
	 		$('<img />').bind('load', {self:self,data:data}, function()
			{
				//in this scope self referes to the PikaChoose object
				self.aniDiv.css({height:self.image.height(),width:self.image.width()}).fadeIn('fast');
				self.aniDiv.children('div').css({'width':'20%','height':'20%','float':'left'});
		
				//decide our transition
				var n = 0;
				if(self.options.transition[0] == -1)
				{	//random
					n = Math.floor(Math.random()*6);
				}else{
					n = self.options.transition[self.step];
					self.step++;
					if(self.step >= self.options.transition.length){self.step=0;}
				}
				if(self.options.IESafe && $.browser.msie){ n = 0; }
				self.doAnimation(n,data);
				
			}).attr('src',$.data(this).source);//end image preload
	     },//end bindEvents
	     
	     
	     doAnimation: function(n,data)
	     {
	     	
	     		var self = this; //self in this scope refers to PikaChoose object. Needed for callbacks on animations
				var aWidth = self.aniDiv.children('div').eq(0).width();
				var aHeight = self.aniDiv.children('div').eq(0).height();
				self.aniDiv.children().each(function()
				{
					//position myself absolutely
					var div = $(this);
					var xOffset = Math.floor(div.parent().width()/5)*div.attr('col');
					var yOffset = Math.floor(div.parent().height()/5)*div.attr('row');
					div.css({
						'background':'url('+data.source+') -'+xOffset+'px -'+yOffset+'px',
						'width':'0px',
						'height':'0px',
						'position':'absolute',
						'top':yOffset+'px',
						'left':xOffset+'px',
						'float':'none'
					});
				});//end ani_divs.children.each

	     		switch(n)
				{
					case 0:
						//full frame fade
						self.aniDiv.height(self.image.height()).hide().css({'background':'url('+data.source+') top left no-repeat'});
						self.aniDiv.children('div').hide();
						self.aniDiv.fadeIn('slow',function(){
							self.finishAnimating(data);
							self.aniDiv.css({'background':'transparent'});
						});
	
						break;
					case 1:
						self.aniDiv.children().hide().each(function(index)
						{  
							//animate out as blocks 
							var delay = index*30;
							$(this).css({opacity: 0.1}).delay(delay).animate({opacity: 1,"width":aWidth,"height":aHeight},200,'linear',function()
							{
								if($(".animation div").index(this) == 24)
								{
									self.finishAnimating(data);
								}
							});
						});
						break;
					case 2:
						self.aniDiv.children().hide().each(function(index)
						{
							var delay = $(this).attr('row')*30;
							$(this).css({opacity:0.1,"width":aWidth}).delay(delay).animate({opacity:1,"height":aHeight},500,'linear',function()
							{
								if($(".animation div").index(this) == 24)
								{
									self.finishAnimating(data);
								}
							});
						});
						break;						
					case 3:
						self.aniDiv.children().hide().each(function(index)
						{
							var delay = $(this).attr('col')*10;
							aHeight = self.gapper($(this), aHeight);
							$(this).css({opacity:0.1,"height":aHeight}).delay(delay).animate({opacity:1,"width":aWidth},800,'linear',function()
							{
								if($(".animation div").index(this) == 24)
								{
									self.finishAnimating(data);
								}
							});
						});
						break;
					case 4:
						self.aniDiv.children().show().each(function(index)
						{
							var delay = index*Math.floor(Math.random()*5)*10;
							aHeight = self.gapper($(this), aHeight);
							
							if($(".animation div").index(this) == 24)
							{
								delay = 800;
							}
							$(this).css({"height":aHeight,"width":aWidth,"opacity":.01}).delay(delay).animate({"opacity":1},800,function()
							{
								if($(".animation div").index(this) == 24)
								{
									self.finishAnimating(data);
								}
							});
						});
						break;
					case 5:
						//full frame slide
						self.aniDiv.height(self.image.height()).hide().css({'background':'url('+data.source+') top left no-repeat'});
						self.aniDiv.children('div').hide();
						self.aniDiv.css({width:0}).animate({width:self.image.width()},'slow',function(){
							self.finishAnimating(data);
							self.aniDiv.css({'background':'transparent'});
						});
	
						break;
					case 6:
						//fade out then in
						self.aniDiv.hide();
						self.image.fadeOut('slow',function(){
							self.image.attr('src',data.source).fadeIn('slow',function()
							{
								self.finishAnimating(data);
							});
						});
	
						break;
				}

	     },//end doAnimation
	     finishAnimating: function(data)
	     {
     		this.animating = false;
     		this.image.attr('src',data.source);
     		this.aniDiv.hide();
     		this.anchor.attr('href',data.clickThrough);
     		if(this.options.showCaption)
     		{
     			this.caption.html(data.caption).fadeIn('slow');
     		}
     		if(this.options.autoPlay == true)
     		{
     			var self = this;
     			this.image.delay(this.options.speed).fadeIn(0,function(){ if(self.options.autoPlay){ self.nextClick(); } });
     		}
	     },//end finishedAnimating
		 gapper: function(ele, aHeight)
 		 {
			if(ele.attr('row') == 9 && ele.attr('col') == 0)
			{
				//last row, check the gap and fix it!
				var gap = ani_divs.height()-(aHeight*9);
				return gap;
			}
			return aHeight;
		 },
		 nextClick : function(e)
		 {
		 	var how = "natural";
		 	try{
				var self = e.data.self;
			}catch(err)
			{
				var self = this;
				how = "auto";
			}
			var next = self.active.parents('li:first').next().find('img');
			if(next.length == 0){next = self.list.find('img').eq(0);};
		 	next.trigger('click',{how:how});
		 },
		 prevClick : function(e)
		 {
			var self = e.data.self;
			var prev = self.active.parents('li:first').prev().find('img');
			if(prev.length == 0){prev = self.list.find('img:last');};
		 	prev.trigger('click');
		 },
		 playClick: function(e)
		 {
		 	var self = e.data.self;
		 	self.options.autoPlay = !self.options.autoPlay;
			self.imgPlay.toggleClass('play').toggleClass('pause');
			if(self.options.autoPlay){ self.nextClick(); }
		 }
	}); //end extend

})(jQuery);

/*!
 * jCarousel - Riding carousels with jQuery
 *   http://sorgalla.com/jcarousel/
 *
 * Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Built on top of the jQuery library
 *   http://jquery.com
 *
 * Inspired by the "Carousel Component" by Bill Scott
 *   http://billwscott.com/carousel/
 */

(function(i){var q={vertical:false,rtl:false,start:1,offset:1,size:null,scroll:3,visible:null,animation:"normal",easing:"swing",auto:0,wrap:null,initCallback:null,reloadCallback:null,itemLoadCallback:null,itemFirstInCallback:null,itemFirstOutCallback:null,itemLastInCallback:null,itemLastOutCallback:null,itemVisibleInCallback:null,itemVisibleOutCallback:null,buttonNextHTML:"<div></div>",buttonPrevHTML:"<div></div>",buttonNextEvent:"click",buttonPrevEvent:"click",buttonNextCallback:null,buttonPrevCallback:null, itemFallbackDimension:null},r=false;i(window).bind("load.jcarousel",function(){r=true});i.jcarousel=function(a,c){this.options=i.extend({},q,c||{});this.autoStopped=this.locked=false;this.buttonPrevState=this.buttonNextState=this.buttonPrev=this.buttonNext=this.list=this.clip=this.container=null;if(!c||c.rtl===undefined)this.options.rtl=(i(a).attr("dir")||i("html").attr("dir")||"").toLowerCase()=="rtl";this.wh=!this.options.vertical?"width":"height";this.lt=!this.options.vertical?this.options.rtl? "right":"left":"top";for(var b="",d=a.className.split(" "),f=0;f<d.length;f++)if(d[f].indexOf("jcarousel-skin")!=-1){i(a).removeClass(d[f]);b=d[f];break}if(a.nodeName.toUpperCase()=="UL"||a.nodeName.toUpperCase()=="OL"){this.list=i(a);this.container=this.list.parent();if(this.container.hasClass("jcarousel-clip")){if(!this.container.parent().hasClass("jcarousel-container"))this.container=this.container.wrap("<div></div>");this.container=this.container.parent()}else if(!this.container.hasClass("jcarousel-container"))this.container= this.list.wrap("<div></div>").parent()}else{this.container=i(a);this.list=this.container.find("ul,ol").eq(0)}b!==""&&this.container.parent()[0].className.indexOf("jcarousel-skin")==-1&&this.container.wrap('<div class=" '+b+'"></div>');this.clip=this.list.parent();if(!this.clip.length||!this.clip.hasClass("jcarousel-clip"))this.clip=this.list.wrap("<div></div>").parent();this.buttonNext=i(".jcarousel-next",this.container);if(this.buttonNext.size()===0&&this.options.buttonNextHTML!==null)this.buttonNext= this.clip.after(this.options.buttonNextHTML).next();this.buttonNext.addClass(this.className("jcarousel-next"));this.buttonPrev=i(".jcarousel-prev",this.container);if(this.buttonPrev.size()===0&&this.options.buttonPrevHTML!==null)this.buttonPrev=this.clip.after(this.options.buttonPrevHTML).next();this.buttonPrev.addClass(this.className("jcarousel-prev"));this.clip.addClass(this.className("jcarousel-clip")).css({overflow:"hidden",position:"relative"});this.list.addClass(this.className("jcarousel-list")).css({overflow:"hidden", position:"relative",top:0,margin:0,padding:0}).css(this.options.rtl?"right":"left",0);this.container.addClass(this.className("jcarousel-container")).css({position:"relative"});!this.options.vertical&&this.options.rtl&&this.container.addClass("jcarousel-direction-rtl").attr("dir","rtl");var j=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null;b=this.list.children("li");var e=this;if(b.size()>0){var g=0,k=this.options.offset;b.each(function(){e.format(this,k++);g+=e.dimension(this, j)});this.list.css(this.wh,g+100+"px");if(!c||c.size===undefined)this.options.size=b.size()}this.container.css("display","block");this.buttonNext.css("display","block");this.buttonPrev.css("display","block");this.funcNext=function(){e.next()};this.funcPrev=function(){e.prev()};this.funcResize=function(){e.reload()};this.options.initCallback!==null&&this.options.initCallback(this,"init");if(!r&&i.browser.safari){this.buttons(false,false);i(window).bind("load.jcarousel",function(){e.setup()})}else this.setup()}; var h=i.jcarousel;h.fn=h.prototype={jcarousel:"0.2.6"};h.fn.extend=h.extend=i.extend;h.fn.extend({setup:function(){this.prevLast=this.prevFirst=this.last=this.first=null;this.animating=false;this.tail=this.timer=null;this.inTail=false;if(!this.locked){this.list.css(this.lt,this.pos(this.options.offset)+"px");var a=this.pos(this.options.start,true);this.prevFirst=this.prevLast=null;this.animate(a,false);i(window).unbind("resize.jcarousel",this.funcResize).bind("resize.jcarousel",this.funcResize)}}, reset:function(){this.list.empty();this.list.css(this.lt,"0px");this.list.css(this.wh,"10px");this.options.initCallback!==null&&this.options.initCallback(this,"reset");this.setup()},reload:function(){this.tail!==null&&this.inTail&&this.list.css(this.lt,h.intval(this.list.css(this.lt))+this.tail);this.tail=null;this.inTail=false;this.options.reloadCallback!==null&&this.options.reloadCallback(this);if(this.options.visible!==null){var a=this,c=Math.ceil(this.clipping()/this.options.visible),b=0,d=0; this.list.children("li").each(function(f){b+=a.dimension(this,c);if(f+1<a.first)d=b});this.list.css(this.wh,b+"px");this.list.css(this.lt,-d+"px")}this.scroll(this.first,false)},lock:function(){this.locked=true;this.buttons()},unlock:function(){this.locked=false;this.buttons()},size:function(a){if(a!==undefined){this.options.size=a;this.locked||this.buttons()}return this.options.size},has:function(a,c){if(c===undefined||!c)c=a;if(this.options.size!==null&&c>this.options.size)c=this.options.size;for(var b= a;b<=c;b++){var d=this.get(b);if(!d.length||d.hasClass("jcarousel-item-placeholder"))return false}return true},get:function(a){return i(".jcarousel-item-"+a,this.list)},add:function(a,c){var b=this.get(a),d=0,f=i(c);if(b.length===0){var j,e=h.intval(a);for(b=this.create(a);;){j=this.get(--e);if(e<=0||j.length){e<=0?this.list.prepend(b):j.after(b);break}}}else d=this.dimension(b);if(f.get(0).nodeName.toUpperCase()=="LI"){b.replaceWith(f);b=f}else b.empty().append(c);this.format(b.removeClass(this.className("jcarousel-item-placeholder")), a);f=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null;d=this.dimension(b,f)-d;a>0&&a<this.first&&this.list.css(this.lt,h.intval(this.list.css(this.lt))-d+"px");this.list.css(this.wh,h.intval(this.list.css(this.wh))+d+"px");return b},remove:function(a){var c=this.get(a);if(!(!c.length||a>=this.first&&a<=this.last)){var b=this.dimension(c);a<this.first&&this.list.css(this.lt,h.intval(this.list.css(this.lt))+b+"px");c.remove();this.list.css(this.wh,h.intval(this.list.css(this.wh))- b+"px")}},next:function(){this.tail!==null&&!this.inTail?this.scrollTail(false):this.scroll((this.options.wrap=="both"||this.options.wrap=="last")&&this.options.size!==null&&this.last==this.options.size?1:this.first+this.options.scroll)},prev:function(){this.tail!==null&&this.inTail?this.scrollTail(true):this.scroll((this.options.wrap=="both"||this.options.wrap=="first")&&this.options.size!==null&&this.first==1?this.options.size:this.first-this.options.scroll)},scrollTail:function(a){if(!(this.locked|| this.animating||!this.tail)){this.stopAuto();var c=h.intval(this.list.css(this.lt));c=!a?c-this.tail:c+this.tail;this.inTail=!a;this.prevFirst=this.first;this.prevLast=this.last;this.animate(c)}},scroll:function(a,c){if(!(this.locked||this.animating)){this.stopAuto();this.animate(this.pos(a),c)}},pos:function(a,c){var b=h.intval(this.list.css(this.lt));if(this.locked||this.animating)return b;if(this.options.wrap!="circular")a=a<1?1:this.options.size&&a>this.options.size?this.options.size:a;for(var d= this.first>a,f=this.options.wrap!="circular"&&this.first<=1?1:this.first,j=d?this.get(f):this.get(this.last),e=d?f:f-1,g=null,k=0,l=false,m=0;d?--e>=a:++e<a;){g=this.get(e);l=!g.length;if(g.length===0){g=this.create(e).addClass(this.className("jcarousel-item-placeholder"));j[d?"before":"after"](g);if(this.first!==null&&this.options.wrap=="circular"&&this.options.size!==null&&(e<=0||e>this.options.size)){j=this.get(this.index(e));if(j.length)g=this.add(e,j.clone(true))}}j=g;m=this.dimension(g);if(l)k+= m;if(this.first!==null&&(this.options.wrap=="circular"||e>=1&&(this.options.size===null||e<=this.options.size)))b=d?b+m:b-m}f=this.clipping();var p=[],o=0,n=0;j=this.get(a-1);for(e=a;++o;){g=this.get(e);l=!g.length;if(g.length===0){g=this.create(e).addClass(this.className("jcarousel-item-placeholder"));j.length===0?this.list.prepend(g):j[d?"before":"after"](g);if(this.first!==null&&this.options.wrap=="circular"&&this.options.size!==null&&(e<=0||e>this.options.size)){j=this.get(this.index(e));if(j.length)g= this.add(e,j.clone(true))}}j=g;m=this.dimension(g);if(m===0)throw Error("jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...");if(this.options.wrap!="circular"&&this.options.size!==null&&e>this.options.size)p.push(g);else if(l)k+=m;n+=m;if(n>=f)break;e++}for(g=0;g<p.length;g++)p[g].remove();if(k>0){this.list.css(this.wh,this.dimension(this.list)+k+"px");if(d){b-=k;this.list.css(this.lt,h.intval(this.list.css(this.lt))-k+"px")}}k=a+o-1;if(this.options.wrap!="circular"&& this.options.size&&k>this.options.size)k=this.options.size;if(e>k){o=0;e=k;for(n=0;++o;){g=this.get(e--);if(!g.length)break;n+=this.dimension(g);if(n>=f)break}}e=k-o+1;if(this.options.wrap!="circular"&&e<1)e=1;if(this.inTail&&d){b+=this.tail;this.inTail=false}this.tail=null;if(this.options.wrap!="circular"&&k==this.options.size&&k-o+1>=1){d=h.margin(this.get(k),!this.options.vertical?"marginRight":"marginBottom");if(n-d>f)this.tail=n-f-d}if(c&&a===this.options.size&&this.tail){b-=this.tail;this.inTail= true}for(;a-- >e;)b+=this.dimension(this.get(a));this.prevFirst=this.first;this.prevLast=this.last;this.first=e;this.last=k;return b},animate:function(a,c){if(!(this.locked||this.animating)){this.animating=true;var b=this,d=function(){b.animating=false;a===0&&b.list.css(b.lt,0);if(!b.autoStopped&&(b.options.wrap=="circular"||b.options.wrap=="both"||b.options.wrap=="last"||b.options.size===null||b.last<b.options.size))b.startAuto();b.buttons();b.notify("onAfterAnimation");if(b.options.wrap=="circular"&& b.options.size!==null)for(var f=b.prevFirst;f<=b.prevLast;f++)if(f!==null&&!(f>=b.first&&f<=b.last)&&(f<1||f>b.options.size))b.remove(f)};this.notify("onBeforeAnimation");if(!this.options.animation||c===false){this.list.css(this.lt,a+"px");d()}else this.list.animate(!this.options.vertical?this.options.rtl?{right:a}:{left:a}:{top:a},this.options.animation,this.options.easing,d)}},startAuto:function(a){if(a!==undefined)this.options.auto=a;if(this.options.auto===0)return this.stopAuto();if(this.timer=== null){this.autoStopped=false;var c=this;this.timer=window.setTimeout(function(){c.next()},this.options.auto*1E3)}},stopAuto:function(){if(this.timer!==null){window.clearTimeout(this.timer);this.timer=null;this.autoStopped=true}},buttons:function(a,c){if(a==null){a=!this.locked&&this.options.size!==0&&(this.options.wrap&&this.options.wrap!="first"||this.options.size===null||this.last<this.options.size);if(!this.locked&&(!this.options.wrap||this.options.wrap=="first")&&this.options.size!==null&&this.last>= this.options.size)a=this.tail!==null&&!this.inTail}if(c==null){c=!this.locked&&this.options.size!==0&&(this.options.wrap&&this.options.wrap!="last"||this.first>1);if(!this.locked&&(!this.options.wrap||this.options.wrap=="last")&&this.options.size!==null&&this.first==1)c=this.tail!==null&&this.inTail}var b=this;if(this.buttonNext.size()>0){this.buttonNext.unbind(this.options.buttonNextEvent+".jcarousel",this.funcNext);a&&this.buttonNext.bind(this.options.buttonNextEvent+".jcarousel",this.funcNext); this.buttonNext[a?"removeClass":"addClass"](this.className("jcarousel-next-disabled")).attr("disabled",a?false:true);this.options.buttonNextCallback!==null&&this.buttonNext.data("jcarouselstate")!=a&&this.buttonNext.each(function(){b.options.buttonNextCallback(b,this,a)}).data("jcarouselstate",a)}else this.options.buttonNextCallback!==null&&this.buttonNextState!=a&&this.options.buttonNextCallback(b,null,a);if(this.buttonPrev.size()>0){this.buttonPrev.unbind(this.options.buttonPrevEvent+".jcarousel", this.funcPrev);c&&this.buttonPrev.bind(this.options.buttonPrevEvent+".jcarousel",this.funcPrev);this.buttonPrev[c?"removeClass":"addClass"](this.className("jcarousel-prev-disabled")).attr("disabled",c?false:true);this.options.buttonPrevCallback!==null&&this.buttonPrev.data("jcarouselstate")!=c&&this.buttonPrev.each(function(){b.options.buttonPrevCallback(b,this,c)}).data("jcarouselstate",c)}else this.options.buttonPrevCallback!==null&&this.buttonPrevState!=c&&this.options.buttonPrevCallback(b,null, c);this.buttonNextState=a;this.buttonPrevState=c},notify:function(a){var c=this.prevFirst===null?"init":this.prevFirst<this.first?"next":"prev";this.callback("itemLoadCallback",a,c);if(this.prevFirst!==this.first){this.callback("itemFirstInCallback",a,c,this.first);this.callback("itemFirstOutCallback",a,c,this.prevFirst)}if(this.prevLast!==this.last){this.callback("itemLastInCallback",a,c,this.last);this.callback("itemLastOutCallback",a,c,this.prevLast)}this.callback("itemVisibleInCallback",a,c,this.first, this.last,this.prevFirst,this.prevLast);this.callback("itemVisibleOutCallback",a,c,this.prevFirst,this.prevLast,this.first,this.last)},callback:function(a,c,b,d,f,j,e){if(!(this.options[a]==null||typeof this.options[a]!="object"&&c!="onAfterAnimation")){var g=typeof this.options[a]=="object"?this.options[a][c]:this.options[a];if(i.isFunction(g)){var k=this;if(d===undefined)g(k,b,c);else if(f===undefined)this.get(d).each(function(){g(k,this,d,b,c)});else{a=function(m){k.get(m).each(function(){g(k, this,m,b,c)})};for(var l=d;l<=f;l++)l!==null&&!(l>=j&&l<=e)&&a(l)}}}},create:function(a){return this.format("<li></li>",a)},format:function(a,c){a=i(a);for(var b=a.get(0).className.split(" "),d=0;d<b.length;d++)b[d].indexOf("jcarousel-")!=-1&&a.removeClass(b[d]);a.addClass(this.className("jcarousel-item")).addClass(this.className("jcarousel-item-"+c)).css({"float":this.options.rtl?"right":"left","list-style":"none"}).attr("jcarouselindex",c);return a},className:function(a){return a+" "+a+(!this.options.vertical? "-horizontal":"-vertical")},dimension:function(a,c){var b=a.jquery!==undefined?a[0]:a,d=!this.options.vertical?(b.offsetWidth||h.intval(this.options.itemFallbackDimension))+h.margin(b,"marginLeft")+h.margin(b,"marginRight"):(b.offsetHeight||h.intval(this.options.itemFallbackDimension))+h.margin(b,"marginTop")+h.margin(b,"marginBottom");if(c==null||d==c)return d;d=!this.options.vertical?c-h.margin(b,"marginLeft")-h.margin(b,"marginRight"):c-h.margin(b,"marginTop")-h.margin(b,"marginBottom");i(b).css(this.wh, d+"px");return this.dimension(b)},clipping:function(){return!this.options.vertical?this.clip[0].offsetWidth-h.intval(this.clip.css("borderLeftWidth"))-h.intval(this.clip.css("borderRightWidth")):this.clip[0].offsetHeight-h.intval(this.clip.css("borderTopWidth"))-h.intval(this.clip.css("borderBottomWidth"))},index:function(a,c){if(c==null)c=this.options.size;return Math.round(((a-1)/c-Math.floor((a-1)/c))*c)+1}});h.extend({defaults:function(a){return i.extend(q,a||{})},margin:function(a,c){if(!a)return 0; var b=a.jquery!==undefined?a[0]:a;if(c=="marginRight"&&i.browser.safari){var d={display:"block","float":"none",width:"auto"},f,j;i.swap(b,d,function(){f=b.offsetWidth});d.marginRight=0;i.swap(b,d,function(){j=b.offsetWidth});return j-f}return h.intval(i.css(b,c))},intval:function(a){a=parseInt(a,10);return isNaN(a)?0:a}});i.fn.jcarousel=function(a){if(typeof a=="string"){var c=i(this).data("jcarousel"),b=Array.prototype.slice.call(arguments,1);return c[a].apply(c,b)}else return this.each(function(){i(this).data("jcarousel", new h(this,a))})}})(jQuery);

//JQUERY BLEND
// Blend 2.1 for jQuery 1.3+
// Copyright (c) 2010 Jack Moore - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
(function(a,b){a.fn.blend=function(f,c){var e=this,d=["backgroundColor","backgroundImage","backgroundRepeat","backgroundAttachment","backgroundPosition","backgroundPositionX","backgroundPositionY","paddingTop","paddingLeft","paddingRight","paddingBottom","width","height"];f=parseInt(f,10)||a.fn.blend.speed;c=c||a.fn.blend.callback;e[0]&&!e.find(".jsblend")[0]&&!(a.browser.mozilla&&parseFloat(a.browser.version)<1.9)&&e.each(function(){var g='<span style="position:absolute;top:0;left:0;display:block"/>',h=this,e,k=h.currentStyle||b.getComputedStyle(h,null),i=a(g),j=a(g);if(h.style.position!=="absolute")h.style.position="relative";for(e=0;d[e];e+=1)if(k[d[e]])j[0].style[d[e]]=i[0].style[d[e]]=k[d[e]];i[0].style.backgroundImage=i[0].style.backgroundColor="";a(h).wrapInner(i).addClass("hover").prepend(j);a(h).bind("mouseenter mouseleave",function(a){a.type==="mouseenter"?j.stop().fadeTo(f,0,function(){c&&typeof c==="function"&&c()}):j.stop().fadeTo(f,1)})});return e};a.fn.blend.speed=400;a.fn.blend.callback=null})(jQuery,this)

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.
 * 
 * Trademark:
 * Bitstream Vera is a trademark of Bitstream, Inc.
 * 
 * Manufacturer:
 * Bitstream Inc.
 * 
 * Vendor URL:
 * http://www.bitstream.com
 */
Cufon.registerFont({"w":250,"face":{"font-family":"VeraB","font-weight":700,"font-style":"oblique","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 3 3 3 4 11 2 4","ascent":"274","descent":"-86","x-height":"5","bbox":"-60 -288 412 85","underline-thickness":"45.3516","underline-position":"-17.2266","slope":"-11","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":125},"!":{"d":"76,-262r63,0v-11,61,-23,121,-42,174r-46,0v2,-65,13,-119,25,-174xm37,-63r63,0r-12,63r-63,0","w":164},"\"":{"d":"153,-262r0,97r-41,0r0,-97r41,0xm76,-262r0,97r-42,0r0,-97r42,0","w":187},"#":{"d":"180,-153r-46,0r-13,48r47,0xm160,-258r-17,67r47,0r17,-67r39,0r-17,67r52,0r-10,38r-52,0r-12,48r52,0r-9,38r-52,0r-17,67r-39,0r17,-67r-46,0r-17,67r-39,0r16,-67r-50,0r10,-38r49,0r12,-48r-49,0r9,-38r50,0r17,-67r39,0"},"$":{"d":"143,-143v41,8,72,19,73,59v2,56,-43,83,-101,84r-10,53r-29,0r11,-53v-29,-1,-55,-7,-77,-15r8,-46v20,11,46,21,76,21r11,-55v-43,-7,-69,-17,-70,-59v-1,-51,44,-78,97,-79r8,-41r28,0r-8,40v25,2,47,6,67,12r-9,45v-16,-9,-39,-15,-65,-16xm124,-193v-30,-2,-48,44,-9,46xm123,-40v37,5,52,-48,10,-50"},"%":{"d":"297,-78v0,-18,-6,-30,-22,-30v-23,0,-36,26,-35,53v0,18,6,30,22,30v23,-1,35,-26,35,-53xm196,-50v0,-51,35,-88,84,-88v35,-1,61,22,61,55v0,51,-34,88,-84,88v-35,0,-61,-20,-61,-55xm94,5r-44,0r218,-272r43,0xm20,-179v0,-51,34,-88,84,-88v35,0,61,21,61,55v0,51,-35,88,-84,88v-35,0,-61,-20,-61,-55xm86,-154v35,0,53,-84,13,-84v-23,0,-34,27,-34,53v0,18,5,31,21,31","w":360},"&":{"d":"223,-208v-25,-23,-111,-25,-84,24v17,31,46,60,67,89v15,-16,26,-37,32,-62r55,0v-11,42,-29,75,-57,100r45,57r-77,0r-15,-19v-56,41,-183,30,-179,-54v2,-47,31,-69,69,-91v-41,-79,68,-127,153,-93xm72,-85v-1,44,59,58,89,30r-60,-76v-15,10,-28,25,-29,46","w":313},"'":{"d":"76,-262r0,97r-42,0r0,-97r42,0","w":110},"(":{"d":"168,-273v-64,77,-106,203,-62,320r-51,0v-57,-111,-11,-248,62,-320r51,0","w":164},")":{"d":"-10,47v66,-76,107,-203,63,-320r51,0v57,111,11,249,-62,320r-52,0","w":164},"*":{"d":"181,-214r-58,30r58,31r-13,25r-59,-32r0,60r-30,0r0,-60r-58,32r-14,-25r59,-31r-59,-30r14,-25r58,32r0,-60r30,0r0,60r59,-32","w":188},"+":{"d":"172,-226r0,92r91,0r0,42r-91,0r0,92r-42,0r0,-92r-92,0r0,-42r92,0r0,-92r42,0","w":301},",":{"d":"29,-68r63,0r-10,54r-57,65r-37,0v17,-36,35,-72,41,-119","w":136},"-":{"d":"19,-129r111,0r-10,51r-111,0","w":149,"k":{"Y":60,"X":36,"W":16,"V":26,"T":53}},".":{"d":"30,-68r63,0r-13,68r-63,0","w":136},"\/":{"d":"115,-262r41,0r-150,295r-41,0","w":131},"0":{"d":"143,-221v-57,0,-65,84,-65,142v0,24,8,38,30,38v57,0,58,-83,64,-142v2,-24,-7,-38,-29,-38xm149,-267v58,-1,91,35,89,94v-3,95,-40,176,-136,178v-60,1,-89,-35,-89,-95v0,-95,40,-175,136,-177"},"1":{"d":"25,-47r60,0r32,-169r-63,12r9,-46v38,-9,78,-14,127,-12r-41,215r59,0r-9,47r-184,0"},"2":{"d":"52,-250v61,-25,178,-31,178,47v0,57,-25,67,-75,104r-66,49r114,0r-10,50r-190,0r10,-50v45,-38,102,-68,139,-113v20,-26,8,-61,-28,-58v-31,2,-56,13,-83,27"},"3":{"d":"229,-208v0,37,-24,60,-59,66v25,6,42,24,42,53v3,92,-128,111,-212,81r10,-52v34,24,133,34,135,-22v1,-34,-42,-32,-79,-31r8,-44v42,2,88,-2,88,-37v0,-44,-83,-26,-112,-12r9,-50v60,-16,171,-25,170,48"},"4":{"d":"148,-205r-93,108r72,0xm147,-262r77,0r-33,165r38,0r-10,49r-37,0r-10,48r-64,0r10,-48r-118,0r11,-58"},"5":{"d":"152,-94v-2,-51,-79,-37,-117,-21r29,-147r168,0r-10,49r-114,0r-8,41v56,-13,118,6,118,65v0,104,-123,136,-213,95r10,-54v38,33,140,40,137,-28"},"6":{"d":"160,-95v0,-21,-9,-35,-30,-35v-28,0,-45,28,-45,60v0,20,10,33,29,33v27,0,47,-28,46,-58xm18,-92v-1,-124,93,-204,220,-164r-10,49v-52,-33,-136,-10,-135,51v45,-34,132,-15,132,51v0,64,-49,110,-113,110v-61,0,-94,-37,-94,-97"},"7":{"d":"52,-262r198,0r-8,38r-146,224r-68,0r139,-213r-124,0"},"8":{"d":"106,-37v48,7,72,-80,15,-80v-47,-6,-70,79,-15,80xm8,-60v0,-44,32,-70,70,-80v-23,-9,-37,-22,-38,-51v0,-53,51,-76,110,-76v49,0,87,16,87,59v0,38,-27,60,-61,68v26,11,42,25,42,58v-1,59,-52,87,-118,87v-52,0,-92,-19,-92,-65xm172,-198v0,-17,-11,-25,-28,-27v-42,-4,-58,65,-11,65v24,0,40,-15,39,-38"},"9":{"d":"235,-170v2,124,-93,205,-220,164r9,-48v31,17,85,23,111,-2v13,-12,21,-29,24,-50v-45,35,-132,16,-132,-50v0,-64,49,-112,114,-111v60,1,94,37,94,97xm92,-167v0,21,9,35,30,35v45,0,69,-89,16,-92v-27,-2,-47,28,-46,57"},":":{"d":"53,-197r63,0r-13,68r-63,0xm28,-68r63,0r-13,68r-63,0","w":143},";":{"d":"28,-68r63,0r-10,54r-56,65r-38,0v18,-36,36,-71,41,-119xm53,-197r63,0r-13,68r-63,0","w":143},"<":{"d":"263,-171r-169,58r169,58r0,44r-225,-81r0,-42r225,-81r0,44","w":301},"=":{"d":"38,-173r225,0r0,41r-225,0r0,-41xm38,-94r225,0r0,42r-225,0r0,-42","w":301},">":{"d":"38,-171r0,-44r225,81r0,42r-225,81r0,-44r170,-58","w":301},"?":{"d":"50,-63r63,0r-12,63r-64,0xm50,-253v54,-22,148,-24,150,42v2,65,-69,69,-82,122r-63,0v2,-56,71,-61,82,-111v-9,-42,-74,-12,-97,2","w":208},"@":{"d":"209,-109v0,-19,-8,-32,-27,-32v-39,0,-72,93,-18,93v26,0,45,-31,45,-61xm334,-140v2,77,-57,128,-138,125r6,-28v-24,46,-104,32,-104,-35v0,-48,38,-95,84,-95v20,0,36,11,40,26r4,-23r36,0r-23,122v36,-5,63,-46,62,-87v0,-53,-46,-87,-104,-85v-88,3,-144,56,-148,142v-3,62,43,109,104,108v32,-1,60,-13,80,-30r19,27v-29,19,-60,35,-101,35v-85,0,-135,-54,-135,-138v0,-107,72,-177,181,-177v77,0,135,39,137,113","w":360},"A":{"d":"177,-48r-105,0r-26,48r-69,0r148,-262r77,0r47,262r-65,0xm98,-95r70,0r-16,-102","w":278,"k":{"y":26,"w":16,"v":20,"t":20,"d":11,"c":11,"Y":41,"W":20,"V":24,"U":16,"T":34,"O":11,"C":11,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"144,-161v38,7,56,-58,11,-55r-38,0r-11,55r38,0xm172,-89v0,-33,-42,-25,-75,-26r-13,69v45,2,88,2,88,-43xm252,-206v1,33,-22,59,-48,66v22,5,36,23,36,50v1,102,-126,92,-232,90r51,-262v77,4,192,-21,193,56","w":274,"k":{"Y":20,"W":20,"V":15}},"C":{"d":"84,-109v0,79,96,75,146,39r-12,58v-84,38,-205,13,-205,-89v0,-130,128,-200,248,-147r-11,55v-20,-16,-40,-24,-71,-25v-56,-1,-95,51,-95,109","w":264,"k":{"S":13}},"D":{"d":"212,-149v1,-52,-39,-66,-95,-62r-32,160v77,7,126,-30,127,-98xm283,-156v-6,112,-71,162,-204,156r-71,0r51,-262v118,-3,230,-5,224,106","w":298,"k":{"Y":28,"-":-7}},"E":{"d":"59,-262r182,0r-10,51r-115,0r-9,49r108,0r-10,51r-108,0r-12,60r119,0r-10,51r-186,0","w":245},"F":{"d":"59,-262r182,0r-10,51r-115,0r-9,49r108,0r-10,51r-108,0r-22,111r-67,0","w":245,"k":{"y":33,"u":34,"r":40,"o":28,"e":28,"a":41,"A":46,";":20,":":20,".":79,"-":18,",":78}},"G":{"d":"84,-110v0,56,49,77,103,61r10,-51r-41,0r9,-46r105,0r-25,126v-32,16,-66,25,-112,25v-71,1,-120,-38,-120,-106v0,-138,139,-199,267,-147r-10,55v-24,-14,-49,-25,-83,-25v-61,-1,-103,46,-103,108","w":295,"k":{"Y":15,"T":6}},"H":{"d":"59,-262r67,0r-19,100r100,0r19,-100r68,0r-51,262r-68,0r22,-111r-100,0r-22,111r-67,0","w":301},"I":{"d":"59,-262r67,0r-51,262r-67,0","w":133},"J":{"d":"59,-262r67,0r-46,237v-14,71,-54,99,-140,97r10,-51v37,3,57,-15,63,-46","w":133},"K":{"d":"59,-262r67,0r-18,94r112,-94r81,0r-150,127r113,135r-79,0r-88,-110r-22,110r-67,0","w":278,"k":{"y":36,"u":20,"o":20,"e":20,"W":10,"U":13,"O":23,"C":23,"-":44}},"L":{"d":"59,-262r67,0r-41,211r119,0r-10,51r-186,0","w":229,"k":{"y":44,"Y":56,"W":31,"V":50,"U":20,"T":60,"O":13}},"M":{"d":"59,-262r83,0r34,139r88,-139r87,0r-51,262r-65,0r38,-194r-91,144r-37,0r-36,-144r-37,194r-64,0","w":358},"N":{"d":"59,-262r75,0r60,181r36,-181r64,0r-51,262r-76,0r-60,-182r-35,182r-64,0","w":301},"O":{"d":"137,-44v60,0,82,-51,84,-111v1,-40,-16,-63,-54,-63v-50,0,-84,54,-83,110v1,38,17,64,53,64xm13,-100v3,-102,60,-165,164,-167v67,-1,118,41,116,105v-3,102,-60,165,-164,167v-67,1,-118,-41,-116,-105","w":306,"k":{"Y":26,"X":13,"V":13,".":8,"-":-7,",":8}},"P":{"d":"259,-191v-3,84,-70,107,-166,100r-18,91r-67,0r51,-262v88,1,203,-17,200,71xm189,-184v0,-34,-38,-30,-72,-29r-14,73v45,2,86,1,86,-44","w":263,"k":{"u":13,"s":13,"r":11,"e":10,"a":23,"A":33,".":93,"-":6,",":93}},"Q":{"d":"293,-162v0,78,-42,135,-101,157r40,58r-65,0r-33,-48v-75,2,-121,-38,-121,-105v0,-101,59,-166,164,-167v67,-1,116,41,116,105xm137,-44v60,0,82,-51,84,-111v1,-40,-16,-63,-54,-63v-50,0,-84,54,-83,110v1,38,17,64,53,64","w":306,"k":{"-":-7}},"R":{"d":"179,-188v0,-30,-33,-25,-62,-25r-13,67v41,2,75,-2,75,-42xm247,-199v1,42,-27,74,-66,76v45,13,44,81,62,123r-68,0v-18,-42,-8,-111,-80,-99r-20,99r-67,0r51,-262v80,2,188,-17,188,63","w":277,"k":{"y":23,"u":20,"o":18,"e":18,"Y":33,"T":16,".":-7,",":-7}},"S":{"d":"49,-134v-45,-65,21,-133,101,-133v32,0,62,5,89,13r-10,55v-23,-11,-48,-17,-77,-19v-34,-2,-67,18,-48,44v45,19,121,19,121,85v0,99,-138,111,-220,75r11,-57v27,15,54,25,89,27v32,2,66,-22,46,-49v-24,-15,-85,-18,-102,-41","w":259,"k":{"S":13}},"T":{"d":"27,-262r242,0r-10,51r-87,0r-41,211r-68,0r41,-211r-87,0","w":245,"k":{"y":60,"w":50,"u":46,"s":43,"r":40,"o":46,"e":46,"c":46,"a":43,"T":-8,"A":28,";":20,":":20,".":61,"-":53,",":58}},"U":{"d":"211,-21v-60,51,-206,35,-183,-84r31,-157r67,0r-34,183v-4,39,57,45,75,21v35,-46,33,-139,50,-204r68,0v-21,81,-21,196,-74,241","w":292,"k":{"A":16}},"V":{"d":"27,-262r65,0r32,196r109,-196r69,0r-148,262r-81,0","w":278,"k":{"u":26,"o":26,"i":6,"e":26,"a":28,"O":6,"A":24,";":16,":":16,".":56,"-":26,",":56}},"W":{"d":"38,-262r63,0r8,190r83,-190r64,0r9,190r79,-190r68,0r-114,262r-76,0r-9,-200r-85,200r-78,0","w":397,"k":{"r":21,"o":20,"e":23,"a":24,"A":13,";":11,":":11,".":31,"-":16,",":31}},"X":{"d":"179,-133r64,133r-69,0r-43,-88r-76,88r-73,0r118,-135r-63,-127r70,0r40,82r72,-82r73,0","w":277,"k":{"e":23,"O":13,"C":13,"-":43}},"Y":{"d":"23,-262r67,0r45,97r78,-97r78,0r-129,152r-22,110r-67,0r21,-110","w":260,"k":{"u":40,"o":46,"e":46,"a":43,"O":13,"C":13,"A":34,";":31,":":31,".":60,"-":53,",":60}},"Z":{"d":"46,-262r220,0r-8,41r-170,170r141,0r-10,51r-228,0r8,-42r170,-169r-133,0","w":261,"k":{"-":26}},"[":{"d":"59,-274r109,0r-8,40r-49,0r-47,242r49,0r-8,39r-109,0","w":164},"\\":{"d":"60,33r-35,-295r40,0r34,295r-39,0","w":131},"]":{"d":"99,47r-109,0r8,-39r49,0r47,-242r-49,0r7,-40r109,0","w":164},"^":{"d":"172,-262r93,97r-42,0r-72,-52r-72,52r-43,0r93,-97r43,0","w":301},"_":{"d":"184,40r0,45r-188,0r0,-45r188,0","w":180},"`":{"d":"97,-288r37,66r-35,0r-52,-66r50,0","w":180},"a":{"d":"71,-60v-1,29,43,28,59,12v10,-10,15,-24,19,-41v-35,-1,-77,-3,-78,29xm50,-192v74,-18,188,-24,167,80r-22,112r-63,0r5,-29v-27,45,-133,49,-131,-20v1,-69,71,-81,150,-77v12,-39,-46,-38,-80,-30v-12,3,-24,7,-35,12","w":242,"k":{"y":11}},"b":{"d":"179,-119v0,-23,-11,-37,-33,-37v-37,0,-56,39,-55,81v0,21,13,34,33,34v36,0,55,-39,55,-78xm138,5v-30,0,-46,-12,-58,-33r-6,28r-63,0r53,-274r63,0r-20,106v17,-20,34,-33,65,-34v45,-1,74,33,72,79v-3,69,-39,128,-106,128","w":257},"c":{"d":"13,-75v5,-97,96,-150,196,-116r-10,52v-45,-39,-119,-8,-119,56v0,53,72,51,103,26r-10,51v-65,24,-164,10,-160,-69","w":213},"d":{"d":"78,-77v-1,24,11,36,33,36v36,0,54,-39,54,-80v0,-22,-12,-35,-32,-35v-36,0,-55,40,-55,79xm118,-202v30,0,46,13,59,34r20,-106r64,0r-54,274r-63,0r6,-28v-35,55,-144,37,-137,-45v6,-70,38,-129,105,-129","w":257},"e":{"d":"144,-202v67,-2,101,54,80,121r-147,0v-4,70,96,41,134,21r-10,48v-67,29,-194,28,-188,-64v5,-77,52,-123,131,-126xm167,-120v11,-38,-36,-51,-62,-30v-9,7,-14,17,-19,30r81,0","w":244},"f":{"d":"194,-274r-8,42v-35,-1,-66,-4,-65,35r53,0r-8,45r-54,0r-29,152r-63,0r29,-152r-31,0r9,-45r31,0v3,-69,59,-82,136,-77","w":156,"k":{".":20,"-":6,",":20}},"g":{"d":"17,17v25,20,81,27,108,6v14,-11,22,-32,25,-56v-36,56,-145,35,-137,-47v6,-65,39,-121,105,-121v31,0,47,11,59,33r5,-29r64,0v-32,117,-12,282,-170,275v-27,-1,-48,-5,-69,-12xm165,-118v0,-24,-10,-37,-32,-38v-34,0,-54,36,-54,74v0,23,10,36,32,36v33,0,54,-35,54,-72","w":257},"h":{"d":"107,-168v33,-45,144,-49,128,33r-26,135r-63,0r24,-131v1,-32,-43,-26,-57,-8v-25,31,-27,93,-39,139r-63,0r53,-274r63,0","w":256},"i":{"d":"49,-197r64,0r-39,197r-63,0xm64,-274r63,0r-10,52r-63,0","w":123},"j":{"d":"49,-197r64,0r-38,193v-10,62,-47,88,-121,82r8,-42v35,1,44,-8,50,-40xm64,-274r63,0r-10,52r-63,0","w":123},"k":{"d":"64,-274r63,0r-28,149r85,-72r74,0r-115,91r83,106r-71,0r-64,-85r-17,85r-63,0","w":239,"k":{"o":13,"e":13}},"l":{"d":"64,-274r63,0r-53,274r-63,0","w":123},"m":{"d":"173,-202v26,0,49,16,53,38v27,-51,142,-53,127,29r-25,135r-64,0r25,-133v2,-29,-38,-25,-51,-6v-23,33,-25,94,-37,139r-64,0r25,-133v1,-30,-37,-24,-51,-6v-24,33,-25,94,-37,139r-63,0r38,-197r64,0r-6,29v17,-18,36,-33,66,-34","w":375},"n":{"d":"107,-168v33,-45,144,-49,128,33r-26,135r-63,0r24,-131v1,-32,-43,-26,-57,-8v-25,31,-27,93,-39,139r-63,0r38,-197r64,0","w":256},"o":{"d":"168,-119v0,-24,-11,-38,-33,-38v-34,0,-56,39,-56,79v0,23,11,38,33,38v36,0,56,-38,56,-79xm13,-78v3,-75,50,-122,127,-124v55,-1,97,31,94,84v-4,74,-49,121,-127,123v-55,1,-96,-30,-94,-83","w":247},"p":{"d":"138,5v-30,0,-46,-12,-58,-33r-20,103r-64,0r53,-272r64,0r-6,29v17,-20,34,-33,65,-34v45,-1,74,33,72,79v-3,69,-39,128,-106,128xm179,-119v0,-23,-11,-37,-33,-37v-37,0,-56,39,-55,81v0,21,13,34,33,34v36,0,55,-39,55,-78","w":257},"q":{"d":"118,-202v30,0,46,13,59,34r5,-29r64,0r-53,272r-64,0r20,-103v-34,56,-143,36,-136,-45v6,-70,38,-129,105,-129xm78,-77v-1,24,11,36,33,36v36,0,54,-39,54,-80v0,-22,-12,-35,-32,-35v-36,0,-55,40,-55,79","w":257},"r":{"d":"106,-163v17,-26,48,-45,90,-37r-11,57v-43,-23,-85,10,-93,52r-18,91r-63,0r38,-197r64,0","w":177,"k":{".":51,",":53}},"s":{"d":"41,-95v-41,-50,10,-114,81,-107v29,3,55,4,80,11r-10,49v-21,-10,-44,-16,-71,-18v-22,-2,-51,12,-33,27v39,16,102,13,102,65v0,81,-116,84,-186,60r9,-49v20,13,46,18,76,20v25,2,51,-10,35,-28v-21,-9,-71,-15,-83,-30","w":214},"t":{"d":"139,0v-62,3,-122,2,-109,-68r16,-84r-31,0r9,-45r31,0r11,-56r64,0r-11,56r64,0r-9,45r-64,0r-18,92v1,21,34,13,56,15","w":172},"u":{"d":"149,-29v-30,46,-143,51,-127,-33r25,-135r64,0r-25,131v0,31,43,27,58,8v25,-32,26,-93,38,-139r63,0r-38,197r-63,0","w":256},"v":{"d":"23,-197r58,0r25,138r74,-138r64,0r-116,197r-66,0","w":234,"k":{".":29,",":29}},"w":{"d":"31,-197r58,0r7,135r60,-135r49,0r8,135r59,-135r62,0r-90,197r-67,0r-7,-135r-60,135r-65,0","w":332,"k":{".":23,",":23}},"x":{"d":"80,-101r-53,-96r66,0r29,58r51,-58r69,0r-90,96r55,101r-66,0r-31,-62r-56,62r-69,0","w":232},"y":{"d":"24,-197r59,0r27,137r70,-137r67,0r-124,216v-27,50,-51,62,-123,59r7,-42v36,3,56,-7,64,-34","w":234,"k":{".":33,",":28}},"z":{"d":"39,-197r172,0r-9,44r-122,108r101,0r-8,45r-176,0r8,-44r123,-108r-97,0","w":209},"{":{"d":"122,-108v73,19,-42,143,62,127r-8,40v-58,4,-115,-3,-99,-65v9,-36,24,-92,-39,-81r8,-39v88,15,51,-99,98,-132v21,-15,59,-17,97,-16r-8,40v-94,-18,-33,111,-111,126","w":256},"|":{"d":"86,-275r0,360r-40,0r0,-360r40,0","w":131},"}":{"d":"182,-230v-3,47,-37,113,36,104r-8,39v-87,-15,-51,98,-97,130v-21,15,-59,17,-97,16r7,-40v94,17,35,-110,112,-127v-46,-9,-18,-66,-16,-105v1,-23,-22,-20,-46,-21r7,-40v50,-1,104,-2,102,44","w":256},"~":{"d":"201,-121v27,-1,43,-12,62,-28r0,42v-30,28,-75,33,-118,13v-44,-21,-79,-8,-107,18r0,-43v22,-15,37,-25,67,-26v28,-2,70,25,96,24","w":301},"\u00a0":{"w":125}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.
 * 
 * Trademark:
 * Bitstream Vera is a trademark of Bitstream, Inc.
 * 
 * Manufacturer:
 * Bitstream Inc.
 * 
 * Vendor URL:
 * http://www.bitstream.com
 */
Cufon.registerFont({"w":250,"face":{"font-family":"Bitstream Vera Sans","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 3 3 6 4 2 2 4","ascent":"274","descent":"-86","x-height":"5","bbox":"-20 -288 386 85","underline-thickness":"45.3516","underline-position":"-17.2266","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":125},"!":{"d":"50,-262r64,0v1,62,0,122,-9,174r-46,0v-9,-52,-10,-112,-9,-174xm50,-63r64,0r0,63r-64,0r0,-63","w":164},"\"":{"d":"153,-262r0,97r-41,0r0,-97r41,0xm76,-262r0,97r-42,0r0,-97r42,0","w":187},"#":{"d":"160,-258r-17,67r47,0r17,-67r39,0r-17,67r48,0r0,38r-58,0r-12,48r50,0r0,38r-59,0r-17,67r-39,0r17,-67r-46,0r-17,67r-39,0r16,-67r-49,0r0,-38r58,0r12,-48r-49,0r0,-38r59,0r17,-67r39,0xm180,-153r-46,0r-13,48r47,0","w":301},"$":{"d":"226,-70v0,49,-34,67,-86,70r0,53r-29,0r0,-53v-31,-2,-58,-7,-83,-16r0,-46v23,12,51,22,83,22r0,-55v-49,-8,-83,-20,-83,-70v0,-45,34,-67,83,-68r0,-41r29,0r0,40v25,2,48,7,70,13r0,44v-21,-9,-44,-14,-70,-16r0,50v52,10,86,20,86,73xm111,-193v-22,-2,-36,25,-20,39v5,4,11,6,20,7r0,-46xm140,-41v27,4,39,-25,23,-41v-5,-4,-12,-7,-23,-8r0,49"},"%":{"d":"279,-25v36,0,35,-83,0,-83v-34,0,-36,83,0,83xm208,-67v0,-43,28,-71,71,-71v43,0,70,28,70,71v0,43,-27,72,-70,72v-44,0,-71,-28,-71,-72xm118,5r-39,0r164,-272r39,0xm12,-196v0,-44,26,-71,70,-71v44,0,70,28,70,71v0,43,-26,72,-70,72v-44,0,-71,-28,-70,-72xm82,-154v34,0,37,-84,0,-84v-19,1,-27,19,-27,42v0,23,8,42,27,42","w":360},"&":{"d":"152,-225v-36,-1,-30,31,-12,51r72,79v12,-16,18,-36,20,-62r55,0v-4,42,-17,76,-40,100r52,57r-75,0r-17,-19v-60,45,-190,26,-185,-63v3,-44,21,-63,53,-84v-37,-45,5,-101,68,-101v26,0,47,5,69,10r0,49v-18,-10,-36,-17,-60,-17xm105,-131v-49,28,-9,113,50,87v7,-3,13,-6,19,-11","w":313},"'":{"d":"76,-262r0,97r-42,0r0,-97r42,0","w":110},"(":{"d":"136,-273v-57,86,-58,234,0,320r-53,0v-29,-49,-52,-94,-52,-160v0,-66,23,-111,52,-160r53,0","w":164},")":{"d":"134,-113v0,66,-24,111,-53,160r-52,0v57,-86,58,-234,0,-320r52,0v30,49,53,93,53,160","w":164},"*":{"d":"181,-214r-58,30r58,31r-13,25r-59,-32r0,60r-30,0r0,-60r-58,32r-14,-25r59,-31r-59,-30r14,-25r58,32r0,-60r30,0r0,60r59,-32","w":188},"+":{"d":"172,-226r0,92r91,0r0,42r-91,0r0,92r-42,0r0,-92r-92,0r0,-42r92,0r0,-92r42,0","w":301},",":{"d":"37,-68r63,0r0,54r-43,65r-38,0v10,-35,22,-69,18,-119","w":136},"-":{"d":"20,-129r110,0r0,51r-110,0r0,-51","w":149,"k":{"Y":53,"X":29,"W":16,"V":26,"T":53}},".":{"d":"37,-68r63,0r0,68r-63,0r0,-68","w":136},"\/":{"d":"92,-262r39,0r-92,295r-39,0","w":131},"0":{"d":"125,-41v39,-4,41,-39,41,-90v0,-52,-1,-85,-41,-90v-40,5,-40,38,-40,90v0,52,0,86,40,90xm125,-267v74,0,108,56,108,136v0,79,-34,136,-108,136v-75,0,-108,-57,-108,-136v0,-80,33,-136,108,-136"},"1":{"d":"42,-47r60,0r0,-169r-61,12r0,-46v37,-9,77,-14,125,-12r0,215r60,0r0,47r-184,0r0,-47"},"2":{"d":"29,-252v70,-26,193,-25,188,63v-3,47,-20,57,-57,90r-56,49r115,0r0,50r-191,0r0,-50v37,-36,87,-64,115,-107v19,-29,-3,-66,-39,-64v-29,2,-53,13,-75,27r0,-58"},"3":{"d":"216,-200v0,33,-18,52,-48,58v33,9,53,29,54,67v4,87,-125,92,-198,67r0,-52v35,19,130,38,130,-17v0,-37,-44,-37,-85,-36r0,-44v37,0,80,3,79,-32v-2,-48,-82,-32,-113,-17r0,-50v66,-18,183,-22,181,56"},"4":{"d":"133,-207r-75,110r75,0r0,-110xm121,-262r76,0r0,165r37,0r0,49r-37,0r0,48r-64,0r0,-48r-117,0r0,-58"},"5":{"d":"158,-86v0,-57,-81,-47,-120,-29r0,-147r168,0r0,49r-114,0r0,41v69,-15,133,15,133,86v0,94,-123,108,-197,74r0,-54v35,27,130,45,130,-20"},"6":{"d":"166,-83v0,-28,-10,-47,-36,-47v-26,0,-35,20,-35,47v0,27,10,45,35,46v26,0,36,-19,36,-46xm145,-267v26,0,48,4,69,11r0,49v-51,-30,-130,-15,-127,51v53,-41,144,-5,144,68v0,57,-41,93,-101,93v-73,0,-108,-54,-108,-132v0,-82,44,-141,123,-140"},"7":{"d":"24,-262r198,0r0,38r-102,224r-66,0r96,-213r-126,0r0,-49"},"8":{"d":"164,-77v0,-26,-13,-40,-39,-40v-26,0,-39,14,-39,40v0,25,14,40,39,40v25,0,39,-15,39,-40xm22,-74v0,-37,22,-57,54,-66v-29,-9,-48,-25,-48,-59v0,-49,41,-68,97,-68v57,0,98,18,98,68v0,33,-20,50,-49,59v33,9,54,27,54,66v-1,57,-41,79,-103,79v-63,0,-103,-22,-103,-79xm125,-225v-21,0,-33,12,-33,33v0,20,12,32,33,32v21,0,33,-12,33,-32v0,-21,-12,-33,-33,-33"},"9":{"d":"227,-134v0,110,-90,165,-191,128r0,-48v52,29,130,14,127,-52v-53,41,-144,8,-144,-67v0,-58,42,-95,101,-94v72,1,107,55,107,133xm84,-178v0,28,10,46,36,46v25,0,35,-19,35,-46v0,-27,-9,-46,-35,-46v-27,0,-36,19,-36,46"},":":{"d":"40,-197r64,0r0,68r-64,0r0,-68xm40,-68r64,0r0,68r-64,0r0,-68","w":143},";":{"d":"40,-68r64,0r0,54r-44,65r-37,0v10,-35,21,-70,17,-119xm40,-197r64,0r0,68r-64,0r0,-68","w":143},"<":{"d":"263,-171r-169,58r169,58r0,44r-225,-81r0,-42r225,-81r0,44","w":301},"=":{"d":"38,-173r225,0r0,41r-225,0r0,-41xm38,-94r225,0r0,42r-225,0r0,-42","w":301},">":{"d":"38,-171r0,-44r225,81r0,42r-225,81r0,-44r170,-58","w":301},"?":{"d":"25,-253v59,-25,160,-23,160,54v0,57,-59,57,-60,110r-64,0v-6,-56,52,-59,61,-106v-6,-45,-74,-21,-97,-3r0,-55xm61,-63r64,0r0,63r-64,0r0,-63","w":208},"@":{"d":"180,-141v-22,0,-35,21,-34,46v0,26,10,47,34,47v23,0,35,-22,35,-47v-1,-25,-12,-46,-35,-46xm335,-115v0,67,-45,103,-117,100r0,-27v-29,57,-123,14,-112,-52v-10,-65,80,-109,112,-53r0,-23r37,0r0,122v30,-4,47,-32,47,-66v0,-68,-50,-106,-117,-106v-78,0,-124,49,-128,125v-6,110,133,159,207,94r19,28v-26,20,-59,36,-101,36v-95,0,-158,-62,-158,-158v0,-95,64,-158,158,-158v89,0,153,50,153,138","w":360},"A":{"d":"192,-48r-106,0r-16,48r-68,0r97,-262r81,0r97,262r-68,0xm103,-97r72,0r-36,-104","w":278,"k":{"y":13,"v":13,"Y":34,"W":16,"V":24,"U":11,"T":28,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"171,-189v0,-32,-38,-27,-70,-27r0,55v33,0,70,5,70,-28xm181,-81v0,-38,-42,-35,-80,-34r0,69v39,0,80,5,80,-35xm238,-193v0,28,-14,45,-35,53v28,8,46,30,46,65v2,94,-123,73,-216,75r0,-262v87,4,205,-21,205,69","w":274,"k":{"Y":20,"W":20,"V":15}},"C":{"d":"166,-44v32,-1,53,-10,75,-25r0,55v-95,49,-223,0,-223,-117v0,-117,126,-166,223,-117r0,55v-22,-15,-43,-24,-75,-25v-50,0,-78,35,-78,87v0,52,28,87,78,87","w":264,"k":{"S":-7,"-":-8}},"D":{"d":"210,-131v0,-61,-42,-86,-109,-80r0,160v66,5,109,-19,109,-80xm280,-131v4,127,-110,137,-247,131r0,-262r71,0v115,-4,173,31,176,131","w":298,"k":{"Y":26,"-":-7}},"E":{"d":"33,-262r183,0r0,51r-115,0r0,49r108,0r0,51r-108,0r0,60r119,0r0,51r-187,0r0,-262","w":245},"F":{"d":"33,-262r183,0r0,51r-115,0r0,49r108,0r0,51r-108,0r0,111r-68,0r0,-262","w":245,"k":{"y":20,"u":18,"r":23,"o":15,"e":15,"a":21,"A":41,";":20,":":20,".":53,"-":11,",":58}},"G":{"d":"88,-131v0,68,53,101,117,82r0,-51r-42,0r0,-46r106,0r0,126v-31,15,-66,25,-109,25v-85,0,-142,-51,-142,-136v0,-86,58,-137,146,-136v36,0,69,7,95,19r0,55v-26,-14,-51,-25,-87,-25v-54,-1,-84,32,-84,87","w":295,"k":{"Y":8,"T":6}},"H":{"d":"33,-262r68,0r0,100r100,0r0,-100r67,0r0,262r-67,0r0,-111r-100,0r0,111r-68,0r0,-262","w":301},"I":{"d":"33,-262r68,0r0,262r-68,0r0,-262","w":133},"J":{"d":"-20,21v35,3,53,-13,53,-46r0,-237r68,0r0,237v0,73,-44,100,-121,97r0,-51","w":133},"K":{"d":"33,-262r68,0r0,95r97,-95r79,0r-127,124r140,138r-85,0r-104,-103r0,103r-68,0r0,-262","w":278,"k":{"y":23,"u":6,"o":6,"e":6,"U":6,"O":16,"C":16,"-":31}},"L":{"d":"33,-262r68,0r0,211r119,0r0,51r-187,0r0,-262","w":229,"k":{"y":24,"Y":56,"W":28,"V":50,"U":13,"T":60,"O":13}},"M":{"d":"33,-262r86,0r60,140r60,-140r86,0r0,262r-64,0r0,-192r-60,142r-43,0r-61,-142r0,192r-64,0r0,-262","w":358},"N":{"d":"33,-262r76,0r95,180r0,-180r64,0r0,262r-75,0r-96,-180r0,180r-64,0r0,-262","w":301},"O":{"d":"218,-131v0,-51,-19,-87,-65,-87v-46,0,-65,37,-65,87v0,51,19,87,65,87v46,0,65,-37,65,-87xm18,-131v0,-85,51,-136,135,-136v84,0,135,52,135,136v0,84,-51,136,-135,136v-84,0,-135,-52,-135,-136","w":306,"k":{"Y":13,"X":13,"V":10,"A":10,".":8,"-":-7,",":8}},"P":{"d":"249,-177v1,75,-66,92,-148,86r0,91r-68,0r0,-262r112,0v62,-1,104,27,104,85xm179,-177v0,-39,-39,-37,-78,-36r0,73v39,1,78,3,78,-37","w":263,"k":{"y":-7,"s":6,"a":10,"A":33,".":66,"-":6,",":66}},"Q":{"d":"288,-131v0,63,-29,103,-73,124r53,60r-65,0r-43,-48v-89,2,-142,-49,-142,-136v0,-85,51,-136,135,-136v85,0,135,52,135,136xm218,-131v0,-51,-19,-87,-65,-87v-46,0,-65,37,-65,87v0,50,18,87,65,87v46,0,65,-37,65,-87","w":306,"k":{"-":-7}},"R":{"d":"169,-180v0,-37,-33,-33,-68,-33r0,67v36,0,68,3,68,-34xm237,-190v-1,37,-19,58,-51,67v47,17,58,82,84,123r-72,0v-27,-38,-25,-108,-97,-99r0,99r-68,0r0,-262v89,2,207,-19,204,72","w":277,"k":{"y":16,"Y":20,"T":16,".":-7,",":-7}},"S":{"d":"26,-186v0,-92,116,-91,190,-68r0,55v-24,-10,-52,-17,-81,-19v-35,-2,-62,20,-40,44v52,23,138,15,138,93v0,103,-133,96,-205,67r0,-57v28,14,57,24,94,27v35,3,59,-24,38,-47v-47,-24,-134,-19,-134,-95","w":259,"k":{"S":16}},"T":{"d":"2,-262r242,0r0,51r-87,0r0,211r-68,0r0,-211r-87,0r0,-51","w":245,"k":{"y":43,"w":40,"u":40,"s":48,"r":40,"o":48,"e":48,"c":48,"a":46,"T":-8,"A":28,";":20,":":20,".":55,"-":53,",":51}},"U":{"d":"146,5v-75,0,-113,-35,-113,-110r0,-157r68,0r0,157v0,41,9,60,45,60v36,0,45,-20,46,-60r0,-157r67,0r0,157v0,75,-38,110,-113,110","w":292,"k":{"A":11}},"V":{"d":"2,-262r68,0r69,193r70,-193r68,0r-97,262r-81,0","w":278,"k":{"u":13,"o":20,"i":6,"e":20,"a":20,"O":6,"A":24,";":16,":":16,".":46,"-":26,",":46}},"W":{"d":"11,-262r65,0r45,190r45,-190r65,0r45,190r46,-190r64,0r-62,262r-78,0r-48,-200r-47,200r-78,0","w":397,"k":{"r":6,"o":13,"e":13,"a":13,"A":16,";":11,":":11,".":29,"-":16,",":29}},"X":{"d":"179,-134r91,134r-70,0r-61,-90r-61,90r-71,0r91,-134r-88,-128r71,0r58,84r57,-84r71,0","w":277,"k":{"e":10,"O":13,"C":13,"-":29}},"Y":{"d":"-4,-262r74,0r60,93r60,-93r74,0r-100,151r0,111r-67,0r0,-111","w":260,"k":{"u":26,"o":33,"e":33,"a":33,"O":13,"C":13,"A":34,";":31,":":31,".":60,"-":53,",":60}},"Z":{"d":"20,-262r221,0r0,41r-141,170r145,0r0,51r-229,0r0,-41r141,-170r-137,0r0,-51","w":261,"k":{"-":6}},"[":{"d":"31,-274r109,0r0,40r-49,0r0,242r49,0r0,39r-109,0r0,-321","w":164},"\\":{"d":"92,33r-92,-295r39,0r92,295r-39,0","w":131},"]":{"d":"134,47r-110,0r0,-39r50,0r0,-242r-50,0r0,-40r110,0r0,321","w":164},"^":{"d":"172,-262r93,97r-42,0r-72,-52r-72,52r-43,0r93,-97r43,0","w":301},"_":{"d":"180,52r0,33r-180,0r0,-33r180,0","w":180},"`":{"d":"66,-288r50,66r-35,0r-64,-66r49,0","w":180},"a":{"d":"109,-37v27,0,45,-21,42,-52v-32,0,-72,-5,-72,27v0,16,13,25,30,25xm114,-202v69,0,101,23,101,90r0,112r-64,0r0,-29v-26,54,-136,41,-136,-30v0,-66,65,-69,136,-67v2,-53,-90,-34,-118,-18r0,-48v24,-5,52,-10,81,-10","w":242,"k":{"y":11}},"b":{"d":"93,-98v0,33,12,57,42,57v30,0,41,-23,41,-57v0,-34,-11,-58,-41,-58v-30,0,-42,24,-42,58xm158,5v-32,-1,-49,-13,-65,-33r0,28r-63,0r0,-274r63,0r0,106v16,-20,34,-34,65,-34v51,0,84,49,84,104v0,55,-33,103,-84,103","w":257},"c":{"d":"15,-98v0,-88,94,-124,174,-93r0,52v-36,-31,-114,-20,-108,41v-7,60,73,72,108,41r0,51v-79,30,-174,-3,-174,-92","w":213},"d":{"d":"99,-202v32,0,48,14,65,34r0,-106r63,0r0,274r-63,0r0,-28v-16,22,-32,33,-65,33v-50,0,-83,-48,-83,-103v0,-55,32,-104,83,-104xm81,-98v0,33,12,57,42,57v30,0,41,-23,41,-57v0,-34,-11,-58,-41,-58v-30,0,-42,24,-42,58","w":257},"e":{"d":"125,-202v67,0,108,47,102,121r-147,0v5,65,99,45,137,21r0,48v-80,36,-208,18,-202,-86v4,-65,43,-104,110,-104xm162,-120v4,-37,-43,-52,-67,-30v-8,7,-13,17,-15,30r82,0","w":244},"f":{"d":"38,-197v-8,-74,49,-81,122,-77r0,42v-32,1,-68,-9,-59,35r54,0r0,45r-54,0r0,152r-63,0r0,-152r-31,0r0,-45r31,0","w":156,"k":{".":20,"-":6,",":20}},"g":{"d":"40,17v43,29,139,31,124,-50v-16,20,-32,32,-65,33v-50,1,-83,-48,-83,-101v0,-53,33,-101,83,-100v33,1,49,12,65,33r0,-29r63,0r0,177v7,94,-107,115,-187,86r0,-49xm164,-101v0,-31,-12,-55,-41,-55v-29,0,-42,23,-42,55v0,33,12,54,42,55v29,1,41,-25,41,-55","w":257},"h":{"d":"159,-202v91,-3,66,116,69,202r-63,0r0,-91v0,-39,2,-63,-30,-63v-60,0,-38,94,-42,154r-63,0r0,-274r63,0r0,106v16,-20,36,-32,66,-34","w":256},"i":{"d":"30,-197r63,0r0,197r-63,0r0,-197xm30,-274r63,0r0,52r-63,0r0,-52","w":123},"j":{"d":"-12,36v32,1,42,-5,42,-40r0,-193r63,0r0,193v1,63,-37,89,-105,82r0,-42xm30,-274r63,0r0,52r-63,0r0,-52","w":123},"k":{"d":"30,-274r63,0r0,149r73,-72r73,0r-96,90r103,107r-76,0r-77,-82r0,82r-63,0r0,-274","w":239,"k":{"o":10,"e":10}},"l":{"d":"30,-274r63,0r0,274r-63,0r0,-274","w":123},"m":{"d":"93,-168v21,-43,104,-45,120,4v14,-22,34,-37,64,-38v92,-3,67,115,70,202r-64,0r1,-114v0,-25,-4,-40,-26,-40v-57,0,-33,96,-38,154r-63,0r0,-103v-2,-35,1,-51,-26,-51v-57,0,-33,96,-38,154r-63,0r0,-197r63,0r0,29","w":375},"n":{"d":"159,-202v91,-3,66,116,69,202r-63,0r0,-92v0,-39,1,-62,-30,-62v-60,0,-38,94,-42,154r-63,0r0,-197r63,0r0,29v16,-20,36,-32,66,-34","w":256},"o":{"d":"166,-98v0,-34,-11,-59,-42,-59v-32,0,-43,25,-43,59v0,34,12,58,43,58v31,0,42,-24,42,-58xm15,-98v0,-65,43,-104,109,-104v66,0,108,39,108,104v0,65,-42,103,-108,103v-67,0,-109,-38,-109,-103","w":247},"p":{"d":"158,5v-32,-1,-49,-13,-65,-33r0,103r-63,0r0,-272r63,0r0,29v16,-20,34,-34,65,-34v51,0,84,49,84,104v0,55,-33,103,-84,103xm176,-98v0,-34,-11,-58,-41,-58v-30,0,-42,24,-42,58v0,33,12,57,42,57v30,0,41,-23,41,-57","w":257},"q":{"d":"164,-98v0,-34,-11,-58,-41,-58v-30,0,-42,24,-42,58v0,33,12,57,42,57v30,0,41,-23,41,-57xm99,-201v33,1,49,12,65,33r0,-29r63,0r0,272r-63,0r0,-103v-16,22,-32,33,-65,33v-50,0,-83,-48,-83,-103v0,-55,32,-103,83,-103","w":257},"r":{"d":"93,-165v16,-27,42,-42,83,-35r0,57v-40,-21,-83,2,-83,52r0,91r-63,0r0,-197r63,0r0,32","w":177,"k":{".":51,",":53}},"s":{"d":"19,-140v0,-77,104,-67,165,-51r0,48v-21,-10,-47,-16,-74,-17v-25,-1,-47,14,-29,30v48,17,116,5,116,72v0,77,-113,69,-175,51r0,-48v23,11,46,18,78,18v27,0,47,-15,31,-33v-47,-13,-112,-8,-112,-70","w":214},"t":{"d":"158,0v-68,2,-122,4,-122,-68r0,-84r-31,0r0,-45r31,0r0,-56r63,0r0,56r65,0r0,45r-65,0r0,84v-4,32,33,21,59,23r0,45","w":172},"u":{"d":"98,5v-92,3,-67,-115,-70,-202r63,0r0,92v-1,38,0,62,30,62v60,0,38,-94,42,-154r63,0r0,197r-63,0r0,-28v-16,19,-34,32,-65,33","w":256},"v":{"d":"5,-197r63,0r49,136r49,-136r63,0r-77,197r-69,0","w":234,"k":{".":29,",":29}},"w":{"d":"13,-197r61,0r33,136r33,-136r53,0r33,134r33,-134r61,0r-52,197r-68,0r-34,-135r-33,135r-68,0","w":332,"k":{".":23,",":23}},"x":{"d":"80,-101r-71,-96r67,0r40,58r41,-58r66,0r-71,96r75,101r-67,0r-44,-62r-44,62r-67,0","w":232},"y":{"d":"4,-197r63,0r53,134r45,-134r63,0r-83,216v-15,49,-45,64,-109,59r0,-42v31,2,52,-1,56,-28","w":234,"k":{".":33,",":28}},"z":{"d":"21,-197r171,0r0,44r-103,108r103,0r0,45r-176,0r0,-44r104,-108r-99,0r0,-45","w":209},"{":{"d":"124,-108v74,8,-13,149,87,127r0,40v-63,2,-114,-2,-111,-65v2,-50,2,-89,-55,-81r0,-39v56,8,57,-31,55,-83v-3,-63,48,-67,111,-65r0,40v-37,0,-53,1,-52,40v1,43,4,83,-35,86","w":256},"|":{"d":"86,-275r0,360r-40,0r0,-360r40,0","w":131},"}":{"d":"157,-40v7,81,-28,108,-112,99r0,-40v37,0,53,-1,52,-40v-2,-44,-1,-81,35,-87v-38,-4,-36,-43,-35,-86v1,-39,-15,-40,-52,-40r0,-40v63,-2,114,3,112,65v-2,49,-4,92,54,83r0,39v-39,-1,-58,7,-54,47","w":256},"~":{"d":"201,-121v27,-1,43,-12,62,-28r0,42v-30,28,-75,33,-118,13v-44,-21,-79,-8,-107,18r0,-43v22,-15,37,-25,67,-26v28,-2,70,25,96,24","w":301},"\u00a0":{"w":125}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * This font has been released into the public domain by its author, Barry
 * Schwartz. This applies worldwide.
 * 
 * In some countries this may not be legally possible; if so:
 * 
 * Barry Schwartz grants anyone the right to use this work for any purpose,
 * without any conditions, unless such conditions are required by law.
 */
Cufon.registerFont({"w":81,"face":{"font-family":"Goudy Bookletter 1911","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"265","descent":"-95","x-height":"7","bbox":"-29.8037 -268 360 85.6319","underline-thickness":"16.2","underline-position":"-32.4","stemh":"18","stemv":"24","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90},"!":{"d":"39,-220v4,-14,38,-25,31,-23v4,-1,3,12,3,18v-4,86,-6,142,-22,155v-7,0,-5,-10,-5,-17v-2,-80,-7,-133,-7,-133xm60,-31v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-19,-8,-19,-19v0,-11,9,-18,19,-18","w":117},"\"":{"d":"67,-244v-11,28,-35,75,-46,79v-4,0,-7,-3,-7,-8v0,-3,0,-2,21,-64v0,-17,29,-30,32,-7xm127,-244v-12,28,-34,76,-47,79v-4,0,-7,-3,-7,-8v0,-3,1,-2,22,-64v0,-17,30,-30,32,-7","w":140},"#":{"d":"118,-76v3,-40,12,-46,4,-51v-13,1,-31,-3,-41,2v0,20,-12,50,-4,52v13,-2,33,4,41,-3xm128,-146v17,-80,-3,-70,20,-75v4,0,6,1,6,4v2,6,-14,71,-8,74v12,2,34,-6,33,9v0,17,-28,0,-38,9v-1,20,-11,50,-5,52v14,3,43,-9,43,8v0,17,-30,4,-44,8v-4,0,-4,2,-4,4v-15,74,2,60,-18,68v-5,0,-7,-2,-7,-5v-2,-6,15,-67,6,-67v-9,0,-42,-3,-41,3v-15,76,4,61,-18,69v-4,0,-7,-1,-7,-5v-2,-5,15,-66,6,-67v-11,-1,-32,5,-33,-6v-2,-18,27,-7,39,-10v1,-20,12,-52,4,-54v-15,-3,-41,8,-43,-8v2,-19,38,0,49,-11v16,-81,-2,-69,19,-75v3,0,7,0,7,4v2,5,-16,74,-7,74v13,-2,33,4,41,-3","w":198},"$":{"d":"135,-191v0,9,-5,16,-14,16v-23,2,-15,-45,-39,-39v6,30,-17,77,17,80v40,21,46,32,46,66v0,40,-30,62,-60,67v-11,6,7,36,-10,36v-14,0,-6,-20,-8,-32v0,-3,0,-3,-3,-3v-36,-1,-58,-29,-58,-48v0,-23,32,-27,33,-3v-10,21,16,43,28,34v-2,-32,4,-72,-3,-98v-66,-13,-62,-108,0,-114v8,-2,-4,-18,11,-18v11,0,3,12,9,17v32,4,51,24,51,39xm66,-216v-6,0,-30,11,-30,35v0,26,28,38,31,32xm120,-62v0,-32,-33,-50,-38,-41v2,53,-6,68,2,87v5,0,36,-14,36,-46","w":173},"%":{"d":"85,40v-4,8,-22,2,-16,-7v142,-243,142,-243,143,-244v5,-6,23,-4,18,7v-144,243,-143,242,-145,244xm69,-75v30,0,29,-27,29,-50v0,-28,-12,-60,-34,-60v-23,0,-28,32,-28,49v0,20,8,61,33,61xm69,-199v20,0,50,14,50,64v0,44,-22,74,-55,74v-20,0,-49,-15,-49,-64v0,-50,25,-74,54,-74xm231,19v29,-4,28,-27,28,-50v0,-28,-11,-60,-33,-60v-22,-1,-31,34,-28,49v-1,19,8,64,33,61xm231,-104v20,0,49,14,49,64v0,43,-21,73,-54,73v-20,0,-50,-14,-50,-63v0,-50,26,-74,55,-74","w":295},"&":{"d":"168,-74v0,-4,-17,-5,-15,-17v0,-7,6,-13,14,-13v10,0,21,9,21,21v0,14,-13,28,-31,28v-19,0,-35,-17,-35,-37v3,-82,154,-34,154,-113v0,-27,-24,-48,-45,-35v8,4,8,27,-9,27v-9,0,-16,-9,-16,-18v0,-15,15,-26,32,-26v26,0,53,24,53,60v0,39,-35,69,-75,70v-15,4,7,14,7,44v0,48,-48,91,-107,91v-60,0,-105,-45,-105,-96v1,-42,23,-55,25,-64v0,-4,-15,-14,-15,-38v0,-32,30,-62,63,-62v13,0,38,5,38,22v0,9,-8,16,-16,16v-15,0,-15,-18,-31,-18v-15,0,-38,16,-38,42v0,42,11,20,53,20v18,0,32,8,32,20v0,12,-16,20,-34,20v-20,0,-31,-8,-34,-8v-12,8,-14,28,-15,42v-2,32,26,78,97,77v58,0,75,-38,75,-63v0,-24,-14,-43,-37,-43v-21,0,-39,17,-39,35v0,17,24,30,33,16xm63,-150v8,10,40,15,46,1v0,-4,-2,-9,-15,-9v-18,0,-31,5,-31,8","w":298},"'":{"d":"67,-244v-11,28,-35,75,-46,79v-4,0,-7,-4,-7,-8v0,-2,0,-2,21,-64v0,-17,29,-30,32,-7","w":80},"(":{"d":"106,70v-115,-68,-121,-258,1,-328v10,-1,7,13,2,15v-80,62,-88,228,-1,296v6,3,9,17,-2,17","w":130},")":{"d":"25,-260v113,68,121,259,-1,329v-10,0,-9,-13,-2,-16v36,-33,65,-84,65,-148v0,-59,-24,-111,-64,-148v-7,-2,-8,-18,2,-17","w":130},"*":{"d":"116,-222v0,15,-34,18,-34,23v0,6,33,3,33,24v0,37,-38,-12,-44,-2v5,18,5,40,-12,39v-17,3,-10,-32,-12,-41v-6,4,-41,28,-42,3v0,-16,33,-20,33,-26v0,-7,-32,-4,-32,-23v8,-32,35,13,44,4v-4,-10,-6,-44,11,-39v20,-2,12,32,10,41v6,-4,45,-33,45,-3","w":120},"+":{"d":"27,-83v-7,1,-9,-5,-8,-13v0,-8,5,-8,9,-8r88,0r0,-89v-1,-7,4,-9,12,-8v8,0,9,6,9,10r0,87r89,0v7,0,9,5,8,12v0,8,-5,9,-10,9r-87,0r0,89v1,7,-5,9,-13,8v-8,0,-8,-5,-8,-9r0,-88r-89,0","w":252},",":{"d":"49,16v0,-21,-33,-7,-35,-32v0,-12,11,-20,22,-20v17,0,32,18,32,41v0,32,-29,48,-37,48v-4,0,-7,-2,-7,-6v0,-5,30,-22,25,-31"},"-":{"d":"72,-121v8,1,7,23,-1,25v-53,37,-55,41,-60,41v-10,-3,-11,-21,0,-25v55,-38,57,-41,61,-41"},".":{"d":"41,-36v12,0,21,9,21,21v0,11,-9,21,-21,21v-11,0,-22,-8,-22,-21v0,-13,11,-21,22,-21"},"\/":{"d":"18,66v-4,2,-15,2,-16,-4v0,-2,0,-2,136,-268v3,-6,15,-3,16,4","w":156},"0":{"d":"85,-158v44,0,79,36,79,82v0,45,-36,82,-80,82v-43,0,-80,-36,-80,-82v0,-46,37,-82,81,-82xm84,-139v-31,0,-56,29,-56,62v0,34,25,62,57,62v29,0,57,-24,57,-61v0,-36,-28,-63,-58,-63","w":171},"1":{"d":"15,-153v7,6,100,-11,93,8v0,8,-5,7,-27,8v-4,0,-5,2,-5,6r0,109v0,4,1,8,6,8v26,2,32,0,32,10v-5,14,-17,4,-50,4v-32,0,-46,11,-49,-5v3,-15,44,-3,34,-16r0,-110v0,-5,-3,-6,-6,-6v-28,-1,-34,1,-34,-10v0,-4,2,-6,6,-6","w":128},"2":{"d":"122,-100v0,29,-29,49,-54,76v24,6,59,7,72,-28v1,-6,9,-5,11,1v0,2,0,1,-13,46v-2,6,-6,5,-11,5v-44,-3,-103,15,-109,-2v14,-21,78,-47,81,-88v3,-39,-73,-57,-77,-15v0,4,0,11,-6,10v-3,0,-7,-3,-7,-13v0,-26,22,-45,50,-45v33,0,63,22,63,53","w":162},"3":{"d":"38,-41v7,-10,36,-33,36,-57v0,-13,-6,-35,-33,-35v-29,0,-11,19,-25,26v-4,0,-7,-3,-7,-15v0,-19,12,-37,34,-37v14,0,55,12,55,42v0,22,-21,50,-21,52v10,7,45,13,45,52v0,11,-4,37,-15,55v-20,33,-96,28,-97,-3v0,-9,8,-14,16,-14v18,0,15,25,44,25v24,0,33,-24,33,-46v0,-27,-20,-45,-59,-41v-4,0,-6,-2,-6,-4","w":129},"4":{"d":"150,-23v-2,3,2,27,-8,23v-7,1,-21,-3,-23,3r0,60v0,7,-12,3,-18,4v-3,0,-4,-1,-4,-4r0,-59v0,-2,0,-4,-3,-4r-80,0v-10,0,-4,-11,0,-17v104,-142,80,-126,100,-137v2,0,5,1,5,6r0,117v-1,11,27,-3,31,8xm95,-108r-56,82v13,6,38,0,55,2v3,0,3,-2,3,-4v-2,-26,3,-58,-2,-80","w":160},"5":{"d":"103,-139v9,0,15,-28,23,-12v0,1,0,1,-16,39v-5,13,-57,-15,-64,-13v-4,-1,-5,6,-11,30v33,3,72,23,72,73v0,45,-42,87,-66,92v-3,0,-6,-2,-6,-6v0,-8,18,-9,37,-35v29,-39,1,-121,-54,-94v-11,-9,17,-90,24,-92v4,0,56,18,61,18","w":137},"6":{"d":"132,-51v0,-32,-19,-80,-60,-80v-30,0,-37,29,-37,53v0,43,26,74,56,74v23,0,41,-18,41,-47xm53,-144v55,-4,108,26,107,83v0,38,-27,71,-68,71v-39,0,-80,-33,-80,-92v0,-71,56,-132,129,-145v9,1,8,13,1,15v-37,11,-67,35,-89,68","w":173},"7":{"d":"126,-111v-7,-20,-63,-8,-86,-8v-7,0,-6,3,-16,35v0,6,-10,10,-11,0v0,-3,5,-34,6,-78v0,-4,2,-7,7,-7v8,-4,2,21,13,21r108,0v4,0,8,1,8,7v0,3,1,3,-21,64v-59,164,-28,152,-61,156v-6,0,-10,0,-10,-5","w":162},"8":{"d":"81,-132v36,-15,37,-92,-10,-92v-19,0,-34,18,-34,39v0,36,35,53,44,53xm79,-9v74,0,41,-85,-13,-102v-5,0,-34,25,-34,57v0,27,22,45,47,45xm95,-127v30,18,58,40,58,69v0,35,-37,66,-78,66v-39,0,-69,-30,-69,-63v0,-33,27,-45,46,-62v-19,-17,-40,-38,-40,-64v0,-28,25,-59,63,-59v31,0,60,17,60,51v1,26,-20,48,-40,62","w":160},"9":{"d":"102,-12v33,-1,40,-23,40,-51v0,-41,-30,-75,-62,-75v-19,0,-42,13,-42,48v0,35,22,78,64,78xm170,-63v1,57,-52,121,-125,139v-8,-2,-10,-14,-1,-15v57,-19,88,-61,84,-64v-55,19,-116,-25,-116,-79v0,-41,34,-72,74,-72v45,0,84,40,84,91","w":183},":":{"d":"45,-148v12,0,21,9,21,21v0,11,-9,22,-21,22v-11,0,-22,-9,-22,-22v0,-12,11,-21,22,-21xm45,-36v12,0,21,9,21,21v0,11,-9,21,-21,21v-11,0,-22,-8,-22,-21v0,-13,11,-21,22,-21","w":82},";":{"d":"58,16v1,-23,-33,-7,-35,-32v0,-12,11,-20,22,-20v17,0,31,18,31,41v0,34,-31,59,-43,42v0,-5,30,-22,25,-31xm45,-148v12,0,21,9,21,21v0,11,-9,22,-21,22v-11,0,-22,-9,-22,-22v0,-12,11,-21,22,-21"},"<":{"d":"25,-76v-8,-1,-9,-20,0,-20v188,-68,187,-69,190,-69v4,0,9,4,9,14v0,4,-3,6,-7,7r-159,58r161,58v10,3,4,19,-6,20v-3,0,-2,0,-188,-68","w":241},"=":{"d":"27,-110v-7,1,-9,-5,-8,-13v0,-8,4,-8,8,-8r199,0v7,-1,7,5,7,12v0,8,-5,9,-9,9r-197,0xm27,-56v-7,1,-9,-5,-8,-13v0,-8,5,-8,9,-8r198,0v7,-1,9,4,8,12v0,8,-6,9,-10,9r-197,0","w":252},">":{"d":"217,-96v6,1,8,5,7,13v0,4,-4,6,-7,7v-186,68,-185,68,-188,68v-10,-1,-14,-16,-6,-20r161,-58r-158,-58v-12,-1,-5,-23,1,-21v3,0,2,1,190,69","w":241},"?":{"d":"57,-36v12,0,22,9,22,21v0,11,-10,21,-22,21v-11,0,-21,-8,-21,-21v0,-13,10,-21,21,-21xm5,-224v-6,-15,32,-24,53,-24v46,0,63,32,63,53v0,48,-64,55,-59,113v0,10,-5,13,-9,13v-4,0,-10,-3,-10,-20v0,-47,48,-67,48,-108v0,-21,-14,-37,-32,-37v-23,0,-20,26,-38,26v-9,0,-16,-7,-16,-16","w":136},"@":{"d":"180,50v41,0,63,-14,81,-24v2,0,4,1,4,4v-9,18,-58,33,-92,33v-78,0,-141,-48,-141,-130v0,-35,12,-98,85,-134v19,-10,47,-19,78,-19v71,0,117,51,117,113v0,61,-42,110,-84,110v-35,0,-34,-27,-37,-27v-16,29,-80,46,-82,-6v7,-42,52,-119,110,-111v5,-4,14,-23,22,-7v0,5,-14,38,-25,103v-6,13,2,35,15,31v39,-1,66,-48,66,-94v0,-64,-47,-98,-102,-98v-70,0,-134,53,-134,135v0,70,48,121,119,121xm207,-131v-14,-3,-67,46,-72,94v6,33,32,16,51,-1v6,-6,7,-7,8,-12v17,-85,23,-70,13,-81","w":360},"A":{"d":"89,2v-8,-7,-89,9,-86,-7v4,-20,36,-4,37,-28v17,-44,115,-233,111,-218v10,-9,23,5,24,11r91,216v10,15,27,2,28,18v-5,17,-16,6,-48,6v-35,0,-42,9,-51,-4v-5,-17,25,-4,29,-19v0,-6,-13,-49,-27,-81v-22,-10,-62,-1,-91,-4v-4,0,-6,0,-8,4v-18,33,-32,71,-32,78v-3,16,29,4,31,20v0,5,-3,8,-8,8xm183,-127v9,-5,-24,-71,-32,-79v-3,0,-6,3,-7,6v-21,44,-42,70,-35,73r74,0","w":295,"k":{"v":11,"w":14,"y":11}},"B":{"d":"6,-8v-5,-11,27,-2,28,-15r0,-197v3,-18,-26,-2,-25,-21v0,-10,14,-5,23,-6v64,-5,139,-12,145,53v3,24,-22,44,-34,57v28,5,50,31,50,63v0,35,-26,58,-46,68v-24,12,-95,4,-134,7v-4,0,-7,-1,-7,-9xm68,-143v38,3,77,-3,77,-44v0,-17,-11,-47,-53,-47v-9,0,-27,-1,-27,9r0,77v0,3,0,5,3,5xm65,-30v-3,12,14,15,28,15v36,0,68,-19,68,-57v0,-35,-38,-65,-91,-56v-5,0,-5,3,-5,6r0,92","w":203},"C":{"d":"7,-121v1,-72,62,-130,132,-130v44,0,66,20,71,20v4,-1,12,-23,19,-9v-4,5,21,82,2,82v-16,0,-6,-33,-20,-41v-50,-65,-170,-33,-170,72v0,66,46,117,102,117v41,0,81,-28,94,-71v0,-1,1,-4,5,-4v3,0,6,1,6,4v-7,8,4,78,-28,64v-24,9,-57,26,-83,26v-69,0,-131,-61,-130,-130","w":252},"D":{"d":"72,-33v-1,17,21,16,36,16v53,0,106,-33,106,-97v0,-35,-15,-71,-43,-92v-24,-17,-53,-22,-75,-22v-21,0,-24,2,-24,11r0,184xm250,-123v0,74,-58,123,-136,123r-102,0v-3,0,-8,-1,-8,-10v-6,-16,41,1,36,-22r0,-182v0,-14,-9,-12,-30,-13v-5,0,-6,-3,-6,-8v0,-7,5,-8,8,-8v122,-7,238,7,238,120","w":255},"E":{"d":"177,-249v16,3,15,53,19,54v-1,7,-17,5,-18,-1v-18,-32,-17,-34,-28,-34r-68,0v-23,5,-6,45,-11,68v0,4,0,8,7,8r56,0v20,6,3,-30,23,-31v9,0,10,7,10,11r0,66v0,4,-1,10,-10,10v-24,2,3,-32,-19,-35v-25,5,-67,-14,-67,15r0,82v-3,18,29,16,45,16v12,0,44,-2,51,-7v8,-6,17,-39,29,-40v3,0,6,3,6,9v0,2,0,3,-11,51v-1,5,-3,7,-11,7r-123,0v-36,-1,-47,13,-54,-6v0,-6,4,-7,28,-16v7,-3,8,-6,8,-14r0,-188v-1,-14,-38,-2,-34,-17v0,-7,4,-8,7,-8r165,0","w":208},"F":{"d":"135,-150v13,6,3,-31,19,-31v16,5,7,13,7,41v0,32,7,37,-9,43v-9,0,-7,-7,-10,-28v0,-4,-2,-5,-6,-5r-59,0v-8,0,-8,5,-8,10r0,90v-7,24,58,1,47,25v-7,15,-19,5,-55,5v-38,0,-51,11,-57,-6v-5,-16,35,-3,31,-21r0,-191v5,-19,-27,-1,-31,-19v3,-21,9,-9,36,-9r129,-1v15,-1,28,55,13,55v-7,0,-9,-6,-23,-29v-12,-19,-53,-8,-79,-8v-10,0,-10,6,-10,13r0,60v0,4,1,6,5,6r60,0","w":194},"G":{"d":"211,-22v-80,72,-205,7,-205,-105v0,-73,55,-127,121,-127v44,0,68,23,74,23v10,0,17,-26,25,-10v-6,42,18,83,-6,82v-12,0,0,-12,-19,-36v-50,-64,-159,-64,-159,63v0,95,57,122,94,122v55,0,66,-19,60,-71v7,-18,-37,-4,-44,-21v6,-15,15,-7,46,-7v32,0,41,-7,48,6v-1,12,-20,7,-20,21r0,60v0,16,-11,2,-15,0","w":248},"H":{"d":"71,-28v-6,13,33,8,35,20v-2,21,-15,8,-49,8v-36,0,-47,12,-52,-8v0,-8,5,-7,25,-8v9,-1,9,-5,9,-11r0,-191v2,-21,-31,-4,-34,-20v2,-16,35,-7,52,-9v17,4,49,-10,50,10v0,7,-5,7,-27,8v-7,0,-9,5,-9,11r0,59v0,3,1,5,5,5r122,0v6,0,6,-3,6,-6r0,-53v4,-24,-33,-11,-33,-26v0,-19,80,-3,93,-9v4,0,6,3,6,7v6,15,-34,5,-34,22r0,191v-5,17,35,7,32,21v-4,18,-17,7,-51,7v-32,0,-43,9,-49,-5v-7,-19,42,-1,36,-25r0,-97v0,-3,-2,-4,-5,-4r-122,0v-5,0,-6,2,-6,6r0,97","w":274},"I":{"d":"75,-26v-1,17,42,4,35,18v-3,20,-18,8,-53,8v-35,0,-50,14,-52,-9v0,-8,5,-6,30,-8v6,0,7,-4,7,-10r1,-193v6,-13,-32,2,-32,-15v4,-19,15,-8,49,-8v23,0,34,-1,38,-1v3,0,6,0,6,6v6,16,-25,5,-29,18r0,194","w":116},"J":{"d":"21,55v19,-4,20,-27,21,-46r0,-223v6,-19,-30,-5,-37,-21v4,-19,18,-8,54,-8v33,0,44,-9,49,6v6,18,-37,2,-33,24v-8,117,34,273,-76,289v-28,4,-42,-45,-12,-45v18,0,19,24,34,24","w":113},"K":{"d":"105,-238v-1,15,-33,-2,-33,22r0,77v2,11,10,4,14,-2v26,-31,64,-67,68,-81v0,-15,-24,-5,-24,-18v12,-16,53,-7,85,-7v8,0,10,4,10,7v0,10,-19,8,-32,13v-33,24,-110,115,-91,95r105,111v14,10,22,0,26,15v-1,10,-13,6,-27,6v-27,0,-26,1,-35,-9v-90,-103,-90,-104,-94,-104v-5,-1,-6,4,-6,7r0,76v0,14,6,12,29,14v3,0,8,1,8,8v0,20,-17,8,-52,8v-34,0,-47,11,-51,-6v0,-20,35,3,35,-27r0,-179v6,-26,-31,-8,-36,-27v7,-15,18,-7,51,-7v35,0,43,-9,50,8","w":235},"L":{"d":"5,-6v-5,-11,34,-5,28,-23r0,-189v5,-17,-30,2,-29,-17v5,-20,16,-4,50,-8v35,3,47,-11,50,9v-3,19,-46,-1,-37,18r0,183v0,6,0,11,9,11r70,0v24,6,27,-37,40,-43v2,0,11,1,11,8v-4,2,3,58,-17,59r-169,-2v-5,0,-6,-3,-6,-6","w":202},"M":{"d":"323,-36v-9,28,39,13,36,30v-4,18,-18,6,-54,6v-35,0,-47,10,-52,-6v0,-18,40,2,38,-29v-3,-44,3,-97,-3,-137v-43,51,-84,170,-107,177v-7,0,-10,-8,-13,-13v-39,-80,-90,-162,-93,-164v-2,0,-3,0,-3,2v-2,43,-3,110,0,148v4,12,34,-1,34,16v-5,16,-17,6,-50,6v-34,0,-46,12,-50,-6v-5,-18,48,-3,39,-31v5,-64,9,-145,9,-161v-6,-16,-13,-27,-39,-31v-3,0,-7,0,-7,-6v0,-8,3,-8,6,-8v20,2,50,-6,61,5r110,180v1,3,11,9,12,1r97,-183v14,-8,40,-1,59,-3v3,0,5,0,5,8v6,14,-36,4,-37,24v1,140,2,157,2,175","w":359},"N":{"d":"67,-50v-7,53,39,19,42,45v-4,16,-17,5,-50,5v-34,0,-45,10,-51,-5v1,-17,29,-5,36,-21v2,0,2,-11,10,-171v-5,-9,-16,-28,-44,-31v-4,0,-7,-1,-7,-8v3,-20,35,-4,52,-9v8,0,11,2,15,7r89,102v65,71,68,74,71,74v7,-40,0,-101,0,-149v0,-23,-26,-9,-32,-26v7,-14,14,-7,45,-7v31,0,35,-9,42,7v0,19,-33,-5,-33,30r0,198v-1,21,-8,21,-25,2r-154,-173v-9,37,0,87,-6,130","w":287},"O":{"d":"144,9v-72,1,-138,-63,-138,-136v0,-73,61,-132,133,-132v77,0,135,65,135,138v0,76,-60,130,-130,130xm238,-115v0,-57,-39,-125,-104,-125v-45,0,-93,31,-93,102v0,62,34,126,102,126v41,0,95,-27,95,-103","w":280},"P":{"d":"171,-179v0,-30,-29,-54,-80,-54v-20,0,-22,1,-22,5r0,103v0,4,1,4,13,4v53,0,89,-23,89,-58xm5,-6v-6,-16,32,-4,32,-21r0,-192v5,-19,-28,0,-29,-19v0,-9,8,-8,17,-8v85,-5,172,-13,177,65v-9,61,-47,73,-129,73v-4,0,-5,1,-5,5r0,73v0,8,3,12,12,13v35,1,39,-2,39,11v-5,17,-21,6,-57,6v-37,0,-51,10,-57,-6","w":205},"Q":{"d":"236,-118v0,-53,-36,-125,-101,-125v-46,0,-93,35,-93,102v0,63,41,129,105,129v49,0,89,-40,89,-106xm266,73v-51,0,-61,-50,-102,-69v-87,14,-157,-52,-157,-131v0,-70,62,-134,133,-134v66,0,128,64,128,133v0,51,-29,98,-67,124v36,27,42,58,93,59v3,0,4,2,4,4v0,6,-17,14,-32,14","w":270},"R":{"d":"95,-132v36,0,63,-13,63,-47v0,-29,-27,-54,-63,-54v-8,1,-27,-3,-24,10r0,85v0,6,3,6,24,6xm9,-8v-5,-13,39,-1,32,-21r0,-186v0,-12,-6,-11,-31,-15v-4,-1,-5,-2,-5,-6v-1,-10,9,-6,17,-7v32,0,56,-4,80,-4v65,0,84,37,84,62v1,40,-36,54,-42,63v44,52,52,77,66,93v7,13,27,12,35,3v2,0,4,2,4,4v0,5,-11,27,-32,27v-45,-12,-49,-50,-74,-78v-51,-58,-6,-41,-65,-46v-3,0,-5,2,-5,6r0,84v-2,19,51,7,42,23v-5,18,-18,6,-54,6v-36,0,-49,12,-52,-8","w":250},"S":{"d":"91,6v-32,0,-47,-26,-76,-24v-16,-9,3,-15,2,-64v0,-4,2,-7,8,-7v8,0,8,3,10,21v3,25,1,15,10,30v23,37,100,27,98,-26v-2,-47,-53,-51,-89,-63v-67,-23,-49,-119,22,-120v29,0,41,15,46,15v4,-1,17,-27,21,-8v-4,7,7,69,-6,65v-12,0,-10,-12,-25,-33v-19,-27,-75,-28,-75,13v0,42,53,43,87,56v26,10,46,35,46,68v0,43,-35,77,-79,77","w":177},"T":{"d":"48,-224v-25,1,-28,52,-36,41v-5,0,-8,-4,-8,-10v0,-2,1,-3,11,-49v1,-5,4,-6,7,-6r210,0v6,0,6,4,7,9v7,37,9,44,9,46v1,10,-15,9,-15,1v-20,-52,-31,-32,-80,-32v-8,0,-8,5,-8,10r0,188v0,9,4,8,32,11v6,1,7,3,7,10v-4,16,-20,5,-55,5v-37,0,-52,12,-56,-7v-9,-15,45,-3,38,-23r0,-183v0,-5,0,-11,-9,-11r-54,0","w":249,"k":{"c":14,"e":14,"o":14,"a":7,"g":7,"m":7,"n":7,"p":7,"q":7,"r":7,"s":7,"u":7,"v":7,"w":7,"x":7,"y":7,"z":7}},"U":{"d":"97,-239v5,15,-36,4,-34,22v8,67,-18,143,22,182v18,17,45,20,65,20v14,0,54,-1,66,-33v18,-46,0,-106,6,-165v3,-27,-26,-9,-32,-27v5,-16,11,-7,39,-7v27,0,38,-8,38,8v0,15,-24,-3,-24,37v0,77,22,148,-32,190v-17,13,-41,17,-68,17v-86,0,-105,-47,-108,-61v-10,-47,-4,-108,-4,-164v0,-18,-23,-3,-25,-19v3,-16,16,-8,46,-8v32,0,40,-9,45,8","w":272},"V":{"d":"238,-219v-2,-20,-31,-3,-31,-20v5,-16,14,-8,45,-8v32,0,39,-10,44,9v0,12,-15,4,-27,16v-11,12,-30,80,-107,222v-1,8,-18,8,-18,0v-116,-202,-111,-220,-122,-228v-8,-2,-28,-17,-6,-20v7,5,89,-9,85,7v5,15,-28,3,-30,20v34,84,81,169,89,170v3,0,4,-2,4,-3v28,-53,54,-105,74,-165","w":298,"k":{"i":14,"r":18,"c":25,"e":25,"o":25,"a":18,"g":18,"m":18,"n":18,"p":18,"q":18,"s":18,"u":18,"v":18,"w":18,"x":18,"y":18,"z":18}},"W":{"d":"173,-120v-53,124,-43,128,-56,128v-8,0,-10,-12,-14,-20v-49,-120,-73,-204,-76,-212v-5,-14,-21,2,-22,-14v5,-16,12,-9,43,-9v29,0,37,-8,41,8v1,15,-32,-1,-26,20v19,64,26,81,56,160v1,3,4,6,6,6v4,0,4,0,38,-90v5,-13,0,0,-23,-75v-5,-14,-4,-13,-25,-14v-4,0,-6,-2,-6,-8v6,-16,14,-7,45,-7v22,0,33,-1,37,-1v5,0,6,3,6,8v3,15,-34,0,-26,22v28,82,53,162,70,170v3,0,5,-5,6,-7v36,-75,59,-159,59,-167v4,-13,-31,-3,-31,-18v5,-15,13,-7,43,-7v29,0,37,-9,42,7v0,14,-18,3,-26,17v-3,5,-31,88,-87,214v-11,24,-22,18,-30,-2v-42,-109,-42,-109,-44,-109","w":360,"k":{"i":7,"c":22,"e":22,"o":22,"a":14,"g":14,"m":14,"n":14,"p":14,"q":14,"r":14,"s":14,"u":14,"v":14,"w":14,"x":14,"y":14,"z":14}},"X":{"d":"60,-25v-3,14,31,2,32,19v-3,16,-16,6,-46,6v-29,0,-41,10,-44,-5v0,-10,2,-9,17,-12v14,-3,17,-8,31,-28v53,-74,53,-73,53,-75v0,-2,-2,-3,-58,-93v-11,-18,-15,-17,-30,-18v-4,0,-9,-1,-9,-9v6,-16,16,-7,50,-7v24,0,36,-1,40,-1v4,0,7,1,7,10v0,12,-25,1,-25,16v24,48,51,89,46,74v40,-57,46,-62,46,-72v2,-20,-30,0,-29,-22v6,-13,15,-5,47,-5v34,0,41,-8,49,5v0,19,-19,4,-33,17v-23,21,-84,114,-69,94v0,2,1,3,62,100v9,15,10,14,31,16v5,1,9,2,9,10v-6,17,-18,1,-53,5v-34,-3,-48,10,-53,-5v-6,-14,30,-6,30,-20v1,-1,-5,-11,-48,-79v-1,0,-1,1,-49,70v-2,3,-4,5,-4,9","w":239},"Y":{"d":"122,-125v52,-64,68,-93,66,-97v0,-18,-34,-1,-34,-19v5,-13,14,-4,41,-6v44,-4,52,4,24,26v-19,26,-94,112,-90,126r0,70v0,9,4,7,39,9v10,-2,12,16,3,18v-1,-2,-102,-2,-102,0v-4,0,-9,-2,-9,-10v0,-10,4,-8,28,-9v5,0,10,0,10,-8v-3,-32,7,-73,-7,-95v-86,-129,-44,-93,-86,-115v-1,-21,13,-11,48,-12v24,0,35,-1,39,-1v5,0,6,3,6,7v6,19,-30,1,-32,20v0,4,1,5,51,91v2,4,3,5,5,5","w":240,"k":{"e":14,"i":7,"c":14,"o":14,"a":7,"g":7,"m":7,"n":7,"p":7,"q":7,"r":7,"s":7,"u":7,"v":7,"w":7,"x":7,"y":7,"z":7}},"Z":{"d":"6,-8v47,-74,106,-136,160,-204v0,-1,-1,-4,-5,-4r-117,0v-18,0,-17,5,-23,33v-2,8,-15,13,-15,-1v0,-1,4,-42,3,-67v0,-8,4,-10,7,-10v14,3,9,18,29,18r157,0v7,0,9,3,9,6v-26,51,-117,134,-144,197v2,12,56,11,79,11v26,0,43,-1,53,-22v7,-14,0,-40,16,-41v3,0,8,3,8,10v0,26,1,82,-18,82r-189,0v-3,0,-10,-1,-10,-8","w":226},"[":{"d":"46,-244r0,302v0,-1,14,-6,23,-11r0,-281v0,-4,-9,-3,-23,-10xm28,-256v8,-27,17,1,52,1v31,0,41,-19,48,-5v2,6,-23,24,-44,27r0,279v0,7,9,-2,27,11v10,7,23,16,12,22v-3,0,-20,-12,-47,-12v-25,0,-37,9,-41,9v-5,0,-6,-4,-6,-8r-2,-152v-5,8,-22,0,-19,-11v0,-15,13,-15,19,-10v3,-47,0,-102,1,-151","w":136},"\\":{"d":"84,72v0,7,-15,13,-16,5v-59,-255,-67,-291,-67,-292v1,-6,16,-11,17,-2v33,165,66,282,66,289","w":84},"]":{"d":"90,58r-1,-302v-14,9,-22,5,-22,10r1,283v14,2,20,9,22,9xm9,75v-2,-14,48,-28,43,-29r-2,-281v-26,-2,-52,-22,-37,-30v2,0,19,10,43,10v28,0,35,-13,43,-13v8,0,9,7,9,12r1,151v5,-4,19,-5,19,10v3,11,-13,20,-19,11v-7,45,3,104,-2,152v-2,20,-15,-1,-47,-1v-33,0,-44,20,-51,8","w":136},"^":{"d":"18,-174v37,-62,42,-84,57,-84v9,0,14,9,18,15v39,63,41,64,41,69v-5,17,-20,1,-26,-7v-29,-39,-29,-37,-32,-37v-3,0,-2,-2,-33,38v-8,10,-21,21,-25,6","w":152},"_":{"d":"15,27v-8,0,-8,-18,0,-19r160,0v7,0,8,19,0,19r-160,0","w":189},"`":{"d":"12,-223v-10,-4,-13,-29,5,-29v10,0,16,10,19,15v36,54,38,54,38,59v0,4,-3,7,-7,7v-4,0,-5,-1,-55,-52"},"a":{"d":"64,-139v-30,3,-23,26,-39,28v-7,0,-15,-5,-15,-13v0,-37,113,-55,109,20r0,71v2,29,24,10,28,4v9,9,-5,33,-25,33v-18,0,-23,-14,-26,-15v-5,5,-26,18,-43,18v-25,0,-41,-18,-41,-40v-10,-39,67,-52,78,-50v9,-17,2,-58,-26,-56xm90,-69v-11,-1,-56,5,-51,32v-2,12,8,26,23,24v33,-5,32,-16,32,-46v0,-9,-1,-10,-4,-10","w":152},"b":{"d":"1,-236v27,-13,51,-34,51,-13v0,23,-5,100,1,109v3,0,18,-15,49,-15v76,-1,101,120,22,155v-37,16,-71,-10,-93,8v-5,0,-6,-6,-6,-11v0,-42,1,-169,1,-211v-1,-13,-31,-19,-25,-22xm50,-26v0,18,24,18,38,18v37,0,61,-25,61,-61v0,-40,-29,-67,-60,-67v-17,0,-39,10,-39,18r0,92","w":174},"c":{"d":"137,-30v-9,22,-33,36,-62,36v-41,0,-69,-33,-69,-77v0,-49,31,-83,77,-83v26,0,46,13,46,27v-12,32,-36,-6,-58,-8v-65,9,-46,118,16,118v28,0,36,-19,44,-19v3,0,6,2,6,6","w":137},"d":{"d":"128,-116v-25,-43,-98,-19,-98,38v0,45,38,67,63,67v17,0,35,-6,35,-24r0,-81xm177,-19v-6,2,-58,52,-50,13v-1,0,-14,14,-42,14v-47,0,-79,-38,-79,-83v0,-37,23,-77,80,-77v28,0,37,10,42,2v-7,-34,19,-70,-22,-75v-3,-1,-7,-2,-7,-6v31,-17,54,-36,54,-21v0,8,-1,199,0,222v-3,9,21,1,24,11","w":177},"e":{"d":"144,-31v-34,56,-133,59,-136,-43v-3,-90,105,-105,131,-38v0,11,-19,14,-29,18v-75,26,-77,25,-77,28v0,4,9,52,54,52v21,0,36,-13,51,-22v3,0,6,2,6,5xm104,-112v-15,-33,-78,-30,-72,28v0,2,1,3,2,3v4,-4,71,-22,70,-31","w":147},"f":{"d":"6,-7v-4,-9,26,-2,23,-16v1,-9,1,-33,1,-103v0,-4,-2,-4,-19,-4v-2,0,-7,0,-7,-6v-6,-20,32,-5,26,-15v0,-14,2,-46,15,-69v14,-24,44,-39,66,-39v29,-1,36,33,11,33v-10,0,-19,-9,-30,-9v-27,0,-38,38,-37,81v0,5,0,6,3,6v15,3,41,-8,44,8v2,15,-29,11,-44,11v-2,0,-3,0,-3,3r0,104v-2,17,47,2,22,24v-8,-8,-78,11,-71,-9","w":105},"g":{"d":"67,-144v-18,0,-31,16,-31,40v0,27,15,51,37,51v19,0,32,-18,32,-40v0,-25,-15,-51,-38,-51xm44,11v-9,0,-13,13,-14,21v0,22,26,35,59,35v37,0,45,-16,45,-26v-11,-40,-40,-21,-90,-30xm37,-50v-2,-1,-35,-29,-29,-50v0,-30,25,-56,58,-56v26,0,38,13,46,13v14,2,17,-17,29,-20v7,0,13,8,13,15v-1,17,-25,17,-27,25v17,43,-26,100,-77,79v-6,0,-16,11,-16,19v0,22,60,12,88,20v23,6,33,24,33,40v0,20,-16,49,-75,49v-84,0,-77,-57,-51,-78v0,-2,-13,-5,-13,-21v1,-20,19,-33,21,-35","w":158},"h":{"d":"12,2v-18,-16,24,-12,18,-27r0,-189v-4,-9,-39,-11,-20,-22v40,-23,36,-23,42,-23v2,0,5,1,5,7v2,36,-4,80,2,113v2,0,18,-13,42,-13v24,0,40,14,48,33v7,17,10,28,11,95v-4,16,30,8,15,26v-5,-7,-77,8,-70,-7v0,-8,5,-7,21,-9v7,-1,7,-4,7,-31v0,-73,-5,-76,-46,-89v-16,2,-33,9,-32,23v0,2,0,86,1,89v3,16,38,4,23,24v0,-2,-67,-2,-67,0","w":185},"i":{"d":"37,-222v0,-20,35,-23,35,-1v0,21,-35,23,-35,1xm6,-4v-6,-13,34,-5,28,-23r0,-86v0,-6,-1,-6,-24,-15v-2,-1,-5,-1,-5,-4v19,-13,55,-40,55,-21r-2,94v0,44,0,46,8,46v17,0,20,7,12,15v-6,-8,-76,8,-72,-6","w":87},"j":{"d":"60,23v-4,24,-31,51,-59,60v-8,0,-14,-5,-14,-12v4,-32,47,7,47,-43r1,-141v4,-8,-14,-11,-25,-24v0,-4,0,-3,43,-21v3,-3,6,1,6,5v-2,16,0,180,1,176xm37,-217v0,-21,35,-22,35,-1v0,20,-35,23,-35,1","w":83},"k":{"d":"3,-234v9,-17,54,-34,46,-18r1,171v41,-40,43,-33,28,-63v4,-10,62,-1,68,-5v4,0,6,2,6,6v0,9,-7,6,-21,10v-15,3,-34,21,-55,45v0,2,0,1,42,51v9,11,19,23,36,25v3,0,6,2,6,7v-4,15,-12,5,-40,5v-25,0,-36,10,-39,-4v0,-14,17,-4,17,-15v0,-8,-37,-54,-39,-53v-15,4,-9,31,-10,51v-6,12,38,6,19,22v-7,-4,-66,7,-62,-6v0,-12,18,-2,18,-15r0,-194v-1,-13,-14,-13,-21,-20","w":163},"l":{"d":"58,-26v-5,17,21,7,24,21v-1,16,-13,5,-38,5v-25,0,-35,10,-38,-6v-3,-12,31,-4,25,-21r0,-184v0,-10,-32,-19,-27,-23v0,-3,0,-2,44,-25v4,-3,11,1,10,6r0,227","w":86},"m":{"d":"10,-132r36,-24v8,1,1,14,5,20v2,0,17,-16,39,-16v24,0,36,21,40,20v2,-1,43,-25,50,-20v46,-5,63,65,53,127v-3,17,20,6,22,20v-3,14,-11,5,-35,5v-26,0,-31,9,-37,-4v-6,-11,28,-4,24,-19v-3,-48,13,-107,-37,-111v-29,9,-29,4,-30,41r-1,73v-7,10,40,5,20,22v-6,-7,-80,9,-72,-8v-4,-10,36,0,29,-21v-1,-48,12,-107,-37,-107v-51,0,-21,68,-29,111v-8,15,39,7,20,25r-57,-1v-4,0,-5,-3,-5,-7v0,-11,20,-2,20,-16r0,-89v3,-7,-10,-12,-18,-21","w":260},"n":{"d":"27,-111v4,-9,-9,-11,-18,-24v0,-3,1,-3,34,-21v4,-2,9,-1,8,4v0,6,-1,14,1,18v1,0,19,-22,50,-22v20,-5,57,23,52,70r0,63v-6,14,36,8,17,25v-6,-6,-71,8,-65,-7v-5,-10,25,-1,24,-17v-3,-35,3,-62,-4,-95v-18,-37,-74,-18,-74,7r0,86v-3,16,45,8,23,27v-1,0,-16,-3,-34,-3v-26,0,-32,9,-37,-4v-4,-12,29,-5,23,-21r0,-86","w":179},"o":{"d":"8,-73v0,-50,37,-83,77,-83v43,0,76,35,76,83v0,51,-37,80,-77,80v-46,0,-76,-36,-76,-80xm85,-11v31,0,51,-29,51,-61v0,-39,-26,-67,-53,-67v-19,0,-47,16,-47,64v0,37,19,64,49,64","w":168},"p":{"d":"57,-27v-2,10,21,17,33,17v29,0,57,-24,57,-60v0,-35,-27,-64,-56,-64v-12,0,-39,12,-34,30r0,77xm5,-131v13,-11,30,-18,44,-28v7,4,0,20,4,28v1,0,21,-24,50,-24v40,0,68,36,68,78v0,55,-52,90,-109,77v-5,14,-2,37,-2,55v0,18,55,2,32,26v-11,-7,-94,9,-87,-6v-6,-9,32,-3,28,-20r0,-167v-2,-12,-38,-17,-28,-19","w":177},"q":{"d":"134,-123v-1,-18,-25,-20,-41,-21v-34,0,-61,26,-61,60v0,37,30,65,66,65v18,0,38,-2,37,-20v0,-8,0,-16,-1,-84xm104,78v-4,-11,37,-7,31,-24r0,-62v-8,-7,-16,11,-49,11v-44,0,-80,-36,-80,-80v0,-34,25,-79,96,-79v33,1,44,9,55,-5v3,0,4,5,4,20r0,191v-3,21,18,12,25,23v-3,11,-8,8,-27,7v-37,-2,-49,15,-55,-2","w":189},"r":{"d":"27,-117v3,-7,-10,-8,-21,-22r41,-20v9,2,1,16,5,23v8,-8,68,-45,76,-8v-3,10,-13,16,-24,19v-9,0,-10,-9,-22,-9v-15,3,-30,9,-29,22r0,88v-4,16,45,7,35,19v-2,15,-14,5,-41,5v-29,0,-39,10,-43,-4v-4,-13,23,-2,23,-18r0,-95","w":128},"s":{"d":"64,7v-29,1,-55,-13,-55,-52v0,-9,2,-11,7,-11v9,0,3,12,8,22v4,19,71,34,70,-3v0,-24,-31,-27,-43,-30v-60,-15,-50,-87,12,-87v19,0,16,3,27,-2v9,10,22,53,4,51v-8,0,-6,-11,-11,-18v-9,-14,-52,-23,-52,5v0,5,1,18,28,26v26,2,59,22,59,50v0,23,-18,49,-54,49","w":121},"t":{"d":"116,-32v-19,45,-89,61,-89,-17v0,-19,4,-75,-1,-82v-8,-1,-18,3,-19,-5v0,-6,19,-13,38,-46v1,-4,11,-11,12,-1v1,9,-7,34,6,33v16,3,40,-8,45,7v2,20,-33,10,-52,12v-3,0,-3,1,-3,4v0,67,-1,75,-1,84v0,13,4,26,19,26v21,0,35,-34,45,-15","w":119},"u":{"d":"172,-20v10,15,-6,9,-37,25v-8,0,-3,-12,-6,-17v-2,0,-20,18,-50,18v-57,0,-60,-68,-56,-132v5,-9,-32,-11,-17,-23v30,-2,34,-3,38,-3v3,0,4,2,4,5v2,58,-15,135,44,135v19,0,34,-11,37,-24r0,-89v0,-10,-6,-10,-24,-13v-4,-1,-5,-1,-5,-5v0,-5,2,-6,5,-6v35,-1,39,-2,44,-2v5,0,5,3,5,7r0,113v0,4,2,3,18,11","w":181},"v":{"d":"51,-128v0,2,19,64,47,100v26,-45,37,-96,36,-101v3,-12,-27,2,-27,-15v5,-11,10,-4,33,-4v24,0,30,-7,35,5v0,14,-22,-1,-22,18v-25,74,-42,127,-59,134v-5,0,-9,-5,-12,-11v-46,-82,-59,-123,-64,-129v-7,-9,-17,0,-17,-14v5,-10,12,-3,38,-3v28,0,36,-8,40,6v3,13,-26,0,-28,14","w":176},"w":{"d":"142,-128v0,5,25,69,51,97v3,0,4,-2,4,-3v26,-46,35,-89,35,-93v4,-15,-28,-1,-29,-16v4,-12,10,-5,33,-5v23,0,30,-7,34,5v0,9,-8,8,-11,8v-15,3,-4,27,-62,135v-18,21,-17,6,-38,-31v-25,-43,-22,-45,-23,-45v-8,5,-44,104,-48,85v-4,0,-8,-3,-11,-9v-39,-73,-56,-126,-59,-130v-6,-10,-16,-1,-16,-13v4,-11,12,-5,34,-5v21,0,27,-7,31,5v0,13,-23,2,-23,13v12,35,27,70,46,100v17,-17,36,-62,37,-66v0,-3,-13,-29,-14,-31v-9,-14,-27,-2,-27,-14v4,-16,13,-4,43,-7v29,3,38,-9,42,6v0,6,-1,5,-21,7v-4,0,-8,1,-8,7","w":270},"x":{"d":"41,-18v0,10,34,3,18,19v-7,-6,-62,11,-56,-7v1,-11,17,-3,20,-13v43,-60,44,-49,41,-59v-49,-61,-44,-57,-54,-57v-10,0,-6,-15,-1,-14v8,6,70,-11,64,9v3,7,-19,1,-19,10v8,15,33,43,27,35r27,-36v0,-8,-18,0,-18,-9v2,-17,9,-8,31,-8v21,0,28,-7,31,4v0,15,-29,5,-32,20v-33,43,-30,40,-30,41v0,1,0,2,49,64v4,11,15,1,17,12v-2,16,-9,7,-34,7v-25,0,-30,7,-34,-5v-4,-13,28,-2,21,-17r-34,-42","w":159},"y":{"d":"91,-40v21,-37,33,-80,33,-88v3,-14,-23,-1,-24,-15v6,-12,11,-5,35,-5v24,0,28,-7,32,6v0,6,-2,6,-14,7v-8,1,-4,0,-29,63v-16,39,-38,90,-64,130v-9,13,-17,22,-27,22v-8,0,-14,-6,-14,-13v0,-14,20,-17,32,-31v41,-50,26,-40,-16,-131v-6,-12,-19,-35,-20,-36v-6,-8,-14,0,-14,-12v4,-13,11,-5,34,-5v23,0,29,-7,33,4v4,12,-17,4,-19,14v0,0,16,52,42,90","w":168},"z":{"d":"122,-145r-84,118v0,4,3,4,6,4v29,-7,70,19,67,-22v0,-1,1,-6,6,-6v20,4,4,18,4,58v0,21,6,24,-10,26v-15,1,4,-33,-12,-33r-84,0v-16,-1,-11,-12,-6,-19r76,-104v-7,-11,-34,-2,-50,-5v-8,-6,-6,36,-21,17r4,-47v0,-5,3,-5,8,-5v8,0,1,13,10,13r78,0v4,0,8,1,8,5","w":129},"{":{"d":"38,-53v-1,-31,-20,-36,-22,-39v0,-3,21,-5,21,-37v0,-28,-9,-53,-9,-82v0,-42,25,-52,47,-46v0,1,-17,5,-22,23v-8,29,7,51,7,86v0,35,-16,54,-16,57v0,4,15,17,15,48v0,23,-10,45,-10,68v0,33,23,44,23,45v-20,4,-45,-7,-46,-49v0,-28,12,-51,12,-74","w":90},"|":{"d":"37,67v1,4,-4,4,-11,4v-4,0,-8,0,-8,-4r0,-321v0,-4,5,-4,9,-4v8,0,10,0,10,4r0,321","w":55},"}":{"d":"64,-211v0,29,-10,54,-10,82v-1,34,24,32,20,38v-35,19,-9,70,-9,112v0,43,-24,53,-46,49v0,-1,23,-12,23,-45v0,-23,-10,-45,-10,-68v-1,-36,21,-42,14,-52v-27,-36,-9,-84,-5,-122v3,-38,-41,-42,-16,-42v15,0,39,10,39,48","w":90},"~":{"d":"14,-62v-13,-11,17,-49,40,-50v21,0,33,21,54,21v29,1,31,-37,46,-16v0,3,-24,41,-54,41v-24,0,-33,-21,-52,-21v-15,0,-23,14,-34,25","w":162},"\u00a0":{"w":90}}});

