(function(g){function F(m,d,e){var o=this,p=m.add(this),r=m.find(e.tabs),i=d.jquery?d:m.children(d),q;r.length||(r=m.children());i.length||(i=m.parent().find(d));i.length||(i=g(d));g.extend(this,{click:function(l,x){var s=r.eq(l);if(typeof l=="string"&&l.replace("#","")){s=r.filter("[href*="+l.replace("#","")+"]");l=Math.max(r.index(s),0)}if(e.rotate){var t=r.length-1;if(l<0)return o.click(t,x);if(l>t)return o.click(0,x)}if(!s.length){if(q>=0)return o;l=e.initialIndex;s=r.eq(l)}if(l===q)return o;
x=x||g.Event();x.type="onBeforeClick";p.trigger(x,[l]);if(!x.isDefaultPrevented()){A[e.effect].call(o,l,function(){x.type="onClick";p.trigger(x,[l])});q=l;r.removeClass(e.current);s.addClass(e.current);return o}},getConf:function(){return e},getTabs:function(){return r},getPanes:function(){return i},getCurrentPane:function(){return i.eq(q)},getCurrentTab:function(){return r.eq(q)},getIndex:function(){return q},next:function(){return o.click(q+1)},prev:function(){return o.click(q-1)},destroy:function(){r.unbind(e.event).removeClass(e.current);
i.find("a[href^=#]").unbind("click.T");return o}});g.each("onBeforeClick,onClick".split(","),function(l,x){g.isFunction(e[x])&&g(o).bind(x,e[x]);o[x]=function(s){s&&g(o).bind(x,s);return o}});if(e.history&&g.fn.history){g.tools.history.init(r);e.event="history"}r.each(function(l){g(this).bind(e.event,function(x){o.click(l,x);return x.preventDefault()})});i.find("a[href^=#]").bind("click.T",function(l){o.click(g(this).attr("href"),l)});if(location.hash&&e.tabs=="a"&&m.find("[href="+location.hash+"]").length)o.click(location.hash);
else if(e.initialIndex===0||e.initialIndex>0)o.click(e.initialIndex)}g.tools=g.tools||{version:"1.2.5"};g.tools.tabs={conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",rotate:false,history:false},addEffect:function(m,d){A[m]=d}};var A={"default":function(m,d){this.getPanes().hide().eq(m).show();d.call()},fade:function(m,d){var e=this.getConf(),o=e.fadeOutSpeed,p=this.getPanes();o?p.fadeOut(o):p.hide();p.eq(m).fadeIn(e.fadeInSpeed,d)},slide:function(m,
d){this.getPanes().slideUp(200);this.getPanes().eq(m).slideDown(400,d)},ajax:function(m,d){this.getPanes().eq(0).load(this.getTabs().eq(m).attr("href"),d)}},v;g.tools.tabs.addEffect("horizontal",function(m,d){v||(v=this.getPanes().eq(0).width());this.getCurrentPane().animate({width:0},function(){g(this).hide()});this.getPanes().eq(m).animate({width:v},function(){g(this).show();d.call()})});g.fn.tabs=function(m,d){var e=this.data("tabs");if(e){e.destroy();this.removeData("tabs")}if(g.isFunction(d))d=
{onBeforeClick:d};d=g.extend({},g.tools.tabs.conf,d);this.each(function(){e=new F(g(this),m,d);g(this).data("tabs",e)});return d.api?e:this}})(jQuery);
(function(g){function F(m,d){var e=g(d);return e.length<2?e:m.parent().find(d)}function A(m,d){var e=this,o=m.add(e),p=m.children(),r=0,i=d.vertical;v||(v=e);if(p.length>1)p=g(d.items,m);g.extend(e,{getConf:function(){return d},getIndex:function(){return r},getSize:function(){return e.getItems().size()},getNaviButtons:function(){return x.add(s)},getRoot:function(){return m},getItemWrap:function(){return p},getItems:function(){return p.children(d.item).not("."+d.clonedClass)},move:function(h,n){return e.seekTo(r+
h,n)},next:function(h){return e.move(1,h)},prev:function(h){return e.move(-1,h)},begin:function(h){return e.seekTo(0,h)},end:function(h){return e.seekTo(e.getSize()-1,h)},focus:function(){return v=e},addItem:function(h){h=g(h);if(d.circular){p.children("."+d.clonedClass+":last").before(h);p.children("."+d.clonedClass+":first").replaceWith(h.clone().addClass(d.clonedClass))}else p.append(h);o.trigger("onAddItem",[h]);return e},seekTo:function(h,n,y){h.jquery||(h*=1);if(d.circular&&h===0&&r==-1&&n!==
0)return e;if(!d.circular&&h<0||h>e.getSize()||h<-1)return e;var D=h;if(h.jquery)h=e.getItems().index(h);else D=e.getItems().eq(h);var G=g.Event("onBeforeSeek");if(!y){o.trigger(G,[h,n]);if(G.isDefaultPrevented()||!D.length)return e}D=i?{top:-D.position().top}:{left:-D.position().left};r=h;v=e;if(n===undefined)n=d.speed;p.animate(D,n,d.easing,y||function(){o.trigger("onSeek",[h])});return e}});g.each(["onBeforeSeek","onSeek","onAddItem"],function(h,n){g.isFunction(d[n])&&g(e).bind(n,d[n]);e[n]=function(y){y&&
g(e).bind(n,y);return e}});if(d.circular){var q=e.getItems().slice(-1).clone().prependTo(p),l=e.getItems().eq(1).clone().appendTo(p);q.add(l).addClass(d.clonedClass);e.onBeforeSeek(function(h,n,y){if(!h.isDefaultPrevented())if(n==-1){e.seekTo(q,y,function(){e.end(0)});return h.preventDefault()}else n==e.getSize()&&e.seekTo(l,y,function(){e.begin(0)})});e.seekTo(0,0,function(){})}var x=F(m,d.prev).click(function(){e.prev()}),s=F(m,d.next).click(function(){e.next()});if(!d.circular&&e.getSize()>1){e.onBeforeSeek(function(h,
n){setTimeout(function(){if(!h.isDefaultPrevented()){x.toggleClass(d.disabledClass,n<=0);s.toggleClass(d.disabledClass,n>=e.getSize()-1)}},1)});d.initialIndex||x.addClass(d.disabledClass)}d.mousewheel&&g.fn.mousewheel&&m.mousewheel(function(h,n){if(d.mousewheel){e.move(n<0?1:-1,d.wheelSpeed||50);return false}});if(d.touch){var t={};p[0].ontouchstart=function(h){h=h.touches[0];t.x=h.clientX;t.y=h.clientY};p[0].ontouchmove=function(h){if(h.touches.length==1&&!p.is(":animated")){var n=h.touches[0],y=
t.x-n.clientX;n=t.y-n.clientY;e[i&&n>0||!i&&y>0?"next":"prev"]();h.preventDefault()}}}d.keyboard&&g(document).bind("keydown.scrollable",function(h){if(!(!d.keyboard||h.altKey||h.ctrlKey||g(h.target).is(":input")))if(!(d.keyboard!="static"&&v!=e)){var n=h.keyCode;if(i&&(n==38||n==40)){e.move(n==38?-1:1);return h.preventDefault()}if(!i&&(n==37||n==39)){e.move(n==37?-1:1);return h.preventDefault()}}});d.initialIndex&&e.seekTo(d.initialIndex,0,function(){})}g.tools=g.tools||{version:"1.2.5"};g.tools.scrollable=
{conf:{activeClass:"active",circular:false,clonedClass:"cloned",disabledClass:"disabled",easing:"swing",initialIndex:0,item:null,items:".items",keyboard:true,mousewheel:false,next:".next",prev:".prev",speed:400,vertical:false,touch:true,wheelSpeed:0}};var v;g.fn.scrollable=function(m){var d=this.data("scrollable");if(d)return d;m=g.extend({},g.tools.scrollable.conf,m);this.each(function(){d=new A(g(this),m);g(this).data("scrollable",d)});return m.api?d:this}})(jQuery);
var droplinemenu={animateduration:{over:100,out:100},buildmenu:function(g){jQuery(document).ready(function(F){var A=F("#"+g+">ul");A.find("ul").parent().each(function(){var v=F(this),m=F(this).find("ul:eq(0)");this._dimensions={h:v.find("a:eq(0)").outerHeight()};(this.istopheader=v.parents("ul").length==1?true:false)||m.css({left:0,top:this._dimensions.h});m=v.children("a").eq(0);m=m.children().eq(0).is("span")?m.children().eq(0):m;v.hoverIntent(function(){var d=F(this).children("ul:eq(0)");d.queue().length<=
1&&this.istopheader&&d.css({left:A.offset().left,top:A.offset().top+this._dimensions.h});if(document.all&&!window.XMLHttpRequest)A.find("ul").css({overflow:this.istopheader?"hidden":"visible"});d.slideDown(droplinemenu.animateduration.over)},function(){F(this).children("ul:eq(0)").slideUp(droplinemenu.animateduration.out)})});A.find("ul").css({display:"none",visibility:"visible",width:A.width()})})}};
(function(g){g.fn.hoverIntent=function(F,A){var v={sensitivity:7,interval:220,timeout:200};v=g.extend(v,A?{over:F,out:A}:F);var m,d,e,o,p=function(q){m=q.pageX;d=q.pageY},r=function(q,l){l.hoverIntent_t=clearTimeout(l.hoverIntent_t);if(Math.abs(e-m)+Math.abs(o-d)<v.sensitivity){g(l).unbind("mousemove",p);l.hoverIntent_s=1;return v.over.apply(l,[q])}else{e=m;o=d;l.hoverIntent_t=setTimeout(function(){r(q,l)},v.interval)}},i=function(q){for(var l=(q.type=="mouseover"?q.fromElement:q.toElement)||q.relatedTarget;l&&
l!=this;)try{l=l.parentNode}catch(x){l=this}if(l==this)return false;var s=jQuery.extend({},q),t=this;if(t.hoverIntent_t)t.hoverIntent_t=clearTimeout(t.hoverIntent_t);if(q.type=="mouseover"){e=s.pageX;o=s.pageY;g(t).bind("mousemove",p);if(t.hoverIntent_s!=1)t.hoverIntent_t=setTimeout(function(){r(s,t)},v.interval)}else{g(t).unbind("mousemove",p);if(t.hoverIntent_s==1)t.hoverIntent_t=setTimeout(function(){t.hoverIntent_t=clearTimeout(t.hoverIntent_t);t.hoverIntent_s=0;v.out.apply(t,[s])},v.timeout)}};
return this.mouseover(i).mouseout(i)}})(jQuery);$(document).ready(function(){$("div.slideshow").slideShow({numElementLink:"ul.slideshow-control > li a",slideEl:"ul.slideshow-item >li",autoSlideShow:true,switchTime:3E3,duration:700});$("div.slideshow-stop-end").slideShow({numElementLink:"ul.slideshow-control > li a",slideEl:"ul.slideshow-item >li",autoSlideShow:true,stopEnd:false,switchTime:5E3,duration:1200})});
jQuery.fn.slideShow=function(g){g=jQuery.extend({slideEl:"div.img-hold img",linkNext:"a.next",linkPrev:"a.prev",linkPause:"a.pause",numElementLink:"div.nav li a",duration:500,stopEnd:false,autoSlideShow:true,switchTime:3E3,event:"click",currentEl:"#footer span.cur",allEl:"#footer span.all"},g);return this.each(function(){function F(){y=true;e.hover(function(){n&&clearTimeout(n)},function(){if(i&&!i.is(".play"))n=setTimeout(function(){A()},s);else i||(n=setTimeout(function(){A()},s))})}function A(){if(g.autoSlideShow){if($(e).filter(".active").next().is(o))$(e).filter(".active").next().addClass("next");
else{$(e).eq(0).addClass("next");if(g.stopEnd)return false}m();v();n=setTimeout(function(){A()},s)}}function v(){$(l).removeClass("active");t=$(e).index($(e).filter(".active")[0]);$(l).eq(t).addClass("active")}function m(){$(e).filter(".active").fadeOut(x).removeClass("active");$(e).filter(".next").fadeIn(x).addClass("active").removeClass("next");if(g.currentEl||g.allEl)D()}var d=jQuery(this),e=$(g.slideEl,d),o=g.slideEl,p=$(g.linkNext,d).length?$(g.linkNext,d):false,r=$(g.linkPrev,d).length?$(g.linkPrev,
d):false,i=$(g.linkPause,d).length?$(g.linkPause,d):false,q=$(g.numElementLink,d).length?$(g.numElementLink,d):false,l=$(g.numElementLink,d).length?q.parent():false,x=g.duration,s=g.switchTime,t,h,n=false,y=false;e.filter(".active").length||e.eq(0).addClass("active");$(e).not(".active").css("display","none");$(l).length&&v();if(g.autoSlideShow){n=setTimeout(function(){A()},s);F()}p&&$(p).click(function(){if(n){clearTimeout(n);n=setTimeout(function(){A()},s)}$(e).filter(".active").next().is(o)?$(e).filter(".active").next().addClass("next"):
$(e).eq(0).addClass("next");m();v();return false});r&&$(r).click(function(){if(n){clearTimeout(n);n=setTimeout(function(){A()},s)}$(e).filter(".active").prev().is(o)?$(e).filter(".active").prev().addClass("next"):$(e).filter(":last-child").addClass("next");m();v();return false});if(i){if(!g.autoSlideShow){i.addClass("play");g.autoSlideShow=true;y||F()}$(i).click(function(){if(i.is(".play")){i.removeClass("play");n=setTimeout(function(){A()},s)}else{clearTimeout(n);i.addClass("play")}return false})}q&&
$(q).bind(g.event,function(){if(n){clearTimeout(n);g.autoSlideShow=false}h=l.index($(this).parent());if(!$(e).eq(h).hasClass("active")){$(e).eq(h).addClass("next");m();v()}return false});if(g.currentEl||g.allEl){d.all=e.length;$(g.allEl,d).html(d.all);var D=function(){var G=e.index(e.filter(".active"))+1;$(g.currentEl,d).html(G)};D()}})};
var Cufon=function(){function g(b){var c=this.face=b.face,f={" ":1,"\u00a0":1,"\u3000":1};this.glyphs=b.glyphs;this.w=b.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 a=c.bbox.split(/\s+/);a={minX:parseInt(a[0],10),minY:parseInt(a[1],10),maxX:parseInt(a[2],10),maxY:parseInt(a[3],10)};a.width=a.maxX-a.minX;a.height=a.maxY-a.minY;a.toString=function(){return[this.minX,
this.minY,this.width,this.height].join(" ")};return a}();this.ascent=-parseInt(c.ascent,10);this.descent=-parseInt(c.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(a,j,k){for(var E=this.glyphs,w,u,z=[],C=0,B=-1,H=-1,I;I=a[++B];)if(w=E[I]||this.missingGlyph){if(u){C-=u=u[I]||0;z[H]-=u}C+=z[++H]=~~(w.w||this.w)+j+(f[I]?k:0);u=w.k}z.total=C;return z}}function F(){var b={},c={oblique:"italic",italic:"oblique"};this.add=function(f){(b[f.style]||(b[f.style]={}))[f.weight]=f};this.get=
function(f,a){var j=b[f]||b[c[f]]||b.normal||b.italic||b.oblique;if(!j)return null;a={normal:400,bold:700}[a]||parseInt(a,10);if(j[a])return j[a];var k={1:1,99:0}[a%100],E=[],w,u;if(k===undefined)k=a>400;if(a==500)a=400;for(var z in j)if(j.hasOwnProperty(z)){z=parseInt(z,10);if(!w||z<w)w=z;if(!u||z>u)u=z;E.push(z)}if(a<w)a=w;if(a>u)a=u;E.sort(function(C,B){return(k?C>=a&&B>=a?C<B:C>B:C<=a&&B<=a?C>B:C<B)?-1:1});return j[E[0]]}}function A(b){var c={},f={};this.extend=function(a){for(var j in a)if(a.hasOwnProperty(j))c[j]=
a[j];return this};this.get=function(a){return c[a]!=undefined?c[a]:b[a]};this.getSize=function(a,j){return f[a]||(f[a]=new l.Size(this.get(a),j))};this.isUsable=function(){return!!b}}function v(b,c,f){if(b.addEventListener)b.addEventListener(c,f,false);else b.attachEvent&&b.attachEvent("on"+c,function(){return f.call(b,window.event)})}function m(b,c){var f=s.get(b);if(f.options)return b;c.hover&&c.hoverables[b.nodeName.toLowerCase()]&&t.attach(b);f.options=c;return b}function d(b){var c={};return function(f){c.hasOwnProperty(f)||
(c[f]=b.apply(null,arguments));return c[f]}}function e(b){return document.getElementsByTagName(b)}function o(){for(var b={},c,f,a=0,j=arguments.length;c=arguments[a],a<j;++a)for(f in c)if(c.hasOwnProperty(f))b[f]=c[f];return b}function p(b,c,f,a,j,k){var E=document.createDocumentFragment();if(c==="")return E;var w=a.separate,u=c.split(L[w]);if((w=w=="words")&&x){/^\s/.test(c)&&u.unshift("");/\s$/.test(c)&&u.push("")}for(var z=0,C=u.length;z<C;++z)(c=y[a.engine](b,w?l.textAlign(u[z],f,z,C):u[z],f,
a,j,k,z<C-1))&&E.appendChild(c);return E}function r(b,c){var f=b.nodeName.toLowerCase();if(!c.ignore[f]){f=!c.textless[f];var a=l.getStyle(m(b,c)).extend(c),j;a:{j=l.quotedList(a.get("fontFamily").toLowerCase());for(var k,E=0;k=j[E];++E)if(D[k]){j=D[k].get(a.get("fontStyle"),a.get("fontWeight"));break a}j=null}var w,u,z;if(j)for(k=b.firstChild;k;k=w){E=k.nodeType;w=k.nextSibling;if(f&&E==3){if(u){u.appendData(k.data);b.removeChild(k)}else u=k;if(w)continue}if(u){b.replaceChild(p(j,l.whiteSpace(u.data,
a,u,z),a,c,k,b),u);u=null}if(E==1){if(k.firstChild)k.nodeName.toLowerCase()=="cufon"?y[c.engine](j,null,a,c,k,b):arguments.callee(k,c);z=k}}}}var i=function(){return i.replace.apply(null,arguments)},q=i.DOM={ready:function(){var b=false,c={loaded:1,complete:1},f=[],a=function(){if(!b){b=true;for(var j;j=f.shift();j());}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",a,false);window.addEventListener("pageshow",a,false)}!window.opera&&document.readyState&&function(){c[document.readyState]?
a():setTimeout(arguments.callee,10)}();document.readyState&&document.createStyleSheet&&function(){try{document.body.doScroll("left");a()}catch(j){setTimeout(arguments.callee,1)}}();v(window,"load",a);return function(j){if(arguments.length)b?j():f.push(j);else a()}}(),root:function(){return document.documentElement||document.body}},l=i.CSS={Size:function(b,c){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(f){return f/c*this.value};this.convertFrom=function(f){return f/
this.value*c};this.toString=function(){return this.value+this.unit}},addClass:function(b,c){var f=b.className;b.className=f+(f&&" ")+c;return b},color:d(function(b){var c={};c.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(f,a,j){c.opacity=parseFloat(j);return"rgb("+a+")"});return c}),fontStretch:d(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(b){var c=document.defaultView;if(c&&c.getComputedStyle)return new A(c.getComputedStyle(b,null));if(b.currentStyle)return new A(b.currentStyle);return new A(b.style)},gradient:d(function(b){var c={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]};b=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var f=0,a=b.length,j;f<a;++f){j=b[f].split("=",2).reverse();c.stops.push([j[1]||f/
(a-1),j[0]])}return c}),quotedList:d(function(b){for(var c=[],f=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;a=f.exec(b);)c.push(a[3]||a[1]);return c}),recognizesMedia:d(function(b){var c=document.createElement("style"),f;c.type="text/css";c.media=b;try{c.appendChild(document.createTextNode("/**/"))}catch(a){}b=e("head")[0];b.insertBefore(c,b.firstChild);f=(f=c.sheet||c.styleSheet)&&!f.disabled;b.removeChild(c);return f}),removeClass:function(b,c){b.className=b.className.replace(RegExp("(?:^|\\s+)"+
c+"(?=\\s|$)","g"),"");return b},supports:function(b,c){var f=document.createElement("span").style;if(f[b]===undefined)return false;f[b]=c;return f[b]===c},textAlign:function(b,c,f,a){if(c.get("textAlign")=="right"){if(f>0)b=" "+b}else if(f<a-1)b+=" ";return b},textShadow:d(function(b){if(b=="none")return null;for(var c=[],f={},a,j=0,k=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;a=k.exec(b);)if(a[0]==","){c.push(f);f={};j=0}else if(a[1])f.color=a[1];else f[["offX","offY","blur"][j++]]=
a[2];c.push(f);return c}),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(f){return f.toUpperCase()})}};return function(c,f){var a=b[f.get("textTransform")];return a?a(c):c}}(),whiteSpace:function(){var b={inline:1,"inline-block":1,"run-in":1},c=/^\s+/,f=/\s+$/;return function(a,j,k,E){if(E)if(E.nodeName.toLowerCase()=="br")a=a.replace(c,"");if(b[j.get("display")])return a;
k.previousSibling||(a=a.replace(c,""));k.nextSibling||(a=a.replace(f,""));return a}}()};l.ready=function(){function b(w,u){if(!l.recognizesMedia(u||"all"))return true;if(!w||w.disabled)return false;try{var z=w.cssRules,C;if(z){var B=0,H=z.length;a:for(;C=z[B],B<H;++B)switch(C.type){case 2:break;case 3:if(!b(C.styleSheet,C.media.mediaText))return false;break;default:break a}}}catch(I){}return true}function c(){if(document.createStyleSheet)return true;var w,u;for(u=0;w=k[u];++u)if(w.rel.toLowerCase()==
"stylesheet"&&!(w.disabled||b(w.sheet,w.media||"screen")))return false;for(u=0;w=E[u];++u)if(!(w.disabled||b(w.sheet,w.media||"screen")))return false;return true}var f=!l.recognizesMedia("all"),a=false,j=[],k=e("link"),E=e("style");q.ready(function(){a||(a=l.getStyle(document.body).isUsable());if(f||a&&c()){f=true;for(var w;w=j.shift();w());}else setTimeout(arguments.callee,10)});return function(w){f?w():j.push(w)}}();var x=" ".split(/\s+/).length==0,s=new function(){var b={},c=0;this.get=function(f){f=
f.cufid||(f.cufid=++c);return b[f]||(b[f]={})}},t=new function(){function b(a){var j=a.relatedTarget,k;if(!(k=!j))k=this.contains?this.contains(j):this.compareDocumentPosition(j)&16;k||f(this,a.type=="mouseover")}function c(a){f(this,a.type=="mouseenter")}function f(a,j){setTimeout(function(){var k=s.get(a).options;i.replace(a,j?o(k,k.hover):k,true)},10)}this.attach=function(a){if(a.onmouseenter===undefined){v(a,"mouseover",b);v(a,"mouseout",b)}else{v(a,"mouseenter",c);v(a,"mouseleave",c)}}},h=new function(){var b=
[],c={};this.add=function(f,a){c[f]=b.push(a)-1};this.repeat=function(){var f;if(arguments.length){f=arguments;for(var a=[],j,k=0;j=f[k];++k)a[k]=b[c[j]];f=a}else f=b;f=f;for(j=0;a=f[j++];)i.replace(a[0],a[1],true)}},n=false,y={},D={},G={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)}||e,separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"},L={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};i.now=function(){q.ready();
return i};i.refresh=function(){h.repeat.apply(h,arguments);return i};i.registerEngine=function(b,c){if(!c)return i;y[b]=c;return i.set("engine",b)};i.registerFont=function(b){if(!b)return i;b=new g(b);var c=b.family;D[c]||(D[c]=new F);D[c].add(b);return i.set("fontFamily",'"'+c+'"')};i.replace=function(b,c,f){c=o(G,c);if(!c.engine)return i;if(!n){l.addClass(q.root(),"cufon-active cufon-loading");l.ready(function(){l.addClass(l.removeClass(q.root(),"cufon-loading"),"cufon-ready")});n=true}if(c.hover)c.forceHitArea=
true;c.autoDetect&&delete c.fontFamily;if(typeof c.textShadow=="string")c.textShadow=l.textShadow(c.textShadow);if(typeof c.color=="string"&&/^-/.test(c.color))c.textGradient=l.gradient(c.color);else delete c.textGradient;f||h.add(b,arguments);if(b.nodeType||typeof b=="string")b=[b];l.ready(function(){for(var a=0,j=b.length;a<j;++a){var k=b[a];typeof k=="string"?i.replace(c.selector(k),c,true):r(k,c)}});return i};i.set=function(b,c){G[b]=c;return i};return i}();
Cufon.registerEngine("canvas",function(){var g=document.createElement("canvas");if(!(!g||!g.getContext||!g.getContext.apply)){g=null;var F=Cufon.CSS.supports("display","inline-block");g=!F&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var A=document.createElement("style");A.type="text/css";A.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+
(g?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(F?"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(A);return function(v,m,d,e,o){function p(){var j=v.glyphs,k,E=-1,w=-1;for(a.scale(f,1);L[++E];)if(k=j[L[E]]||v.missingGlyph){if(k.d){a.beginPath();
if(k.code){var u=k.code;k=a;for(var z=0,C=u.length;z<C;++z){var B=u[z];k[B.m].apply(k,B.a)}}else{u=k;k="m"+k.d;z=a;B=C=0;var H=[],I=/([mrvxe])([^a-z]*)/g,J=void 0,M=0;a:for(;J=I.exec(k);++M){var K=J[2].split(",");switch(J[1]){case "v":H[M]={m:"bezierCurveTo",a:[C+~~K[0],B+~~K[1],C+~~K[2],B+~~K[3],C+=~~K[4],B+=~~K[5]]};break;case "r":H[M]={m:"lineTo",a:[C+=~~K[0],B+=~~K[1]]};break;case "m":H[M]={m:"moveTo",a:[C=~~K[0],B=~~K[1]]};break;case "x":H[M]={m:"closePath"};break;case "e":break a}z[H[M].m].apply(z,
H[M].a)}u.code=H}a.fill()}a.translate(b[++w],0)}a.restore()}var r=m===null;if(r)m=o.getAttribute("alt");var i=v.viewBox,q=d.getSize("fontSize",v.baseSize),l=0,x=0,s=0,t=0,h=e.textShadow,n=[];if(h)for(var y=h.length;y--;){var D=h[y],G=q.convertFrom(parseFloat(D.offX));D=q.convertFrom(parseFloat(D.offY));n[y]=[G,D];if(D<l)l=D;if(G>x)x=G;if(D>s)s=D;if(G<t)t=G}var L=Cufon.CSS.textTransform(m,d).split(""),b=v.spacing(L,~~q.convertFrom(parseFloat(d.get("letterSpacing"))||0),~~q.convertFrom(parseFloat(d.get("wordSpacing"))||
0));if(!b.length)return null;D=b.total;x+=i.width-b[b.length-1];t+=i.minX;if(r){r=o;y=o.firstChild}else{r=document.createElement("cufon");r.className="cufon cufon-canvas";r.setAttribute("alt",m);y=document.createElement("canvas");r.appendChild(y);if(e.printable){o=document.createElement("cufontext");o.appendChild(document.createTextNode(m));r.appendChild(o)}}o=r.style;var c=y.style;G=q.convert(i.height);m=Math.ceil(G)/G;var f=m*Cufon.CSS.fontStretch(d.get("fontStretch"));D=D*f;x=Math.ceil(q.convert(D+
x-t));s=Math.ceil(q.convert(i.height-l+s));y.width=x;y.height=s;c.width=x+"px";c.height=s+"px";l+=i.minY;c.top=Math.round(q.convert(l-v.ascent))+"px";c.left=Math.round(q.convert(t))+"px";s=Math.max(Math.ceil(q.convert(D)),0)+"px";if(F){o.width=s;o.height=q.convert(v.height)+"px"}else{o.paddingLeft=s;o.paddingBottom=q.convert(v.height)-1+"px"}var a=y.getContext("2d");q=G/i.height;a.scale(q,q*m);a.translate(-t,-l);a.save();if(h)for(y=h.length;y--;){D=h[y];a.save();a.fillStyle=D.color;a.translate.apply(a,
n[y]);p()}if(e=e.textGradient){d=e.stops;i=a.createLinearGradient(0,i.minY,0,i.maxY);y=0;for(e=d.length;y<e;++y)i.addColorStop.apply(i,d[y]);a.fillStyle=i}else a.fillStyle=d.get("color");p();return r}}}());
Cufon.registerEngine("vml",function(){function g(d,e){if(e==="0")return 0;if(/px$/i.test(e))return parseFloat(e);var o=d.style.left,p=d.runtimeStyle.left;d.runtimeStyle.left=d.currentStyle.left;d.style.left=e.replace("%","em");var r=d.style.pixelLeft;d.style.left=o;d.runtimeStyle.left=p;return r}function F(d,e,o,p){var r="computed"+p,i=e[r];if(isNaN(i)){i=e.get(p);e[r]=i=i=="normal"?0:~~o.convertFrom(g(d,i))}return i}var A=document.namespaces;if(A){A.add("cvml","urn:schemas-microsoft-com:vml");A=
null;A=document.createElement("cvml:shape");A.style.behavior="url(#default#VML)";if(A.coordsize){A=null;var v=(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:'+(v?"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;"));var m={};return function(d,e,o,p,r,i,q){var l=e===null;if(l)e=r.alt;var x=d.viewBox,s;if(!(s=o.computedFontSize)){s=Cufon.CSS.Size;var t;t=o.get("fontSize");t=g(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(t)?"1em":t);s=o.computedFontSize=new s(t+"px",d.baseSize)}t=s;if(l){s=r;r=r.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-vml";s.alt=e;r=document.createElement("cufoncanvas");s.appendChild(r);if(p.printable){var h=document.createElement("cufontext");h.appendChild(document.createTextNode(e));
s.appendChild(h)}q||s.appendChild(document.createElement("cvml:shape"))}q=s.style;var n=r.style,y=t.convert(x.height);h=Math.ceil(y);y=h/y*Cufon.CSS.fontStretch(o.get("fontStretch"));var D=x.minX,G=x.minY;n.height=h;n.top=Math.round(t.convert(G-d.ascent));n.left=Math.round(t.convert(D));q.height=t.convert(d.height)+"px";var L=o.get("color"),b=Cufon.CSS.textTransform(e,o).split(""),c=d.spacing(b,F(i,o,t,"letterSpacing"),F(i,o,t,"wordSpacing"));if(!c.length)return null;e=c.total;var f=-D+e+(x.width-
c[c.length-1]);n=t.convert(f*y);n=Math.round(n);x=f+","+x.height;var a;f="r"+x+"ns";var j;if(j=p.textGradient){var k=p.textGradient;j=k.id;if(!m[j]){k=k.stops;var E=document.createElement("cvml:fill"),w=[];E.type="gradient";E.angle=180;E.focus="0";E.method="sigma";E.color=k[0][1];for(var u=1,z=k.length-1;u<z;++u)w.push(k[u][0]*100+"% "+k[u][1]);E.colors=w.join(",");E.color2=k[z][1];m[j]=E}j=m[j]}j=j;k=d.glyphs;E=0;w=p.textShadow;u=-1;for(z=0;b[++u];){var C=k[b[u]]||d.missingGlyph,B;if(C){if(l)for(B=
r.childNodes[z];B.firstChild;)B.removeChild(B.firstChild);else{B=document.createElement("cvml:shape");r.appendChild(B)}B.stroked="f";B.coordsize=x;B.coordorigin=a=D-E+","+G;B.path=(C.d?"m"+C.d+"xe":"")+"m"+a+f;B.fillcolor=L;j&&B.appendChild(j.cloneNode(false));a=B.style;a.width=n;a.height=h;if(w){a=w[0];C=w[1];var H=Cufon.CSS.color(a.color),I,J=document.createElement("cvml:shadow");J.on="t";J.color=H.color;J.offset=a.offX+","+a.offY;if(C){I=Cufon.CSS.color(C.color);J.type="double";J.color2=I.color;
J.offset2=C.offX+","+C.offY}J.opacity=H.opacity||I&&I.opacity||1;B.appendChild(J)}E+=c[z++]}}d=B.nextSibling;if(p.forceHitArea){if(!d){d=document.createElement("cvml:rect");d.stroked="f";d.className="cufon-vml-cover";p=document.createElement("cvml:fill");p.opacity=0;d.appendChild(p);r.appendChild(d)}p=d.style;p.width=n;p.height=h}else d&&r.removeChild(d);q.width=Math.max(Math.ceil(t.convert(e*y)),0);if(v){p=o.computedYAdjust;if(p===undefined){p=o.get("lineHeight");if(p=="normal")p="1em";else isNaN(p)||
(p+="em");o.computedYAdjust=p=0.5*(g(i,p)-parseFloat(q.height))}if(p){q.marginTop=Math.ceil(p)+"px";q.marginBottom=p+"px"}}return s}}}}());
Cufon.registerFont({w:200,face:{"font-family":"Avenir","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0",ascent:"288",descent:"-72","x-height":"4",bbox:"-17 -285 346 102","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:100},"!":{d:"67,-255r0,182r-35,0r0,-182r35,0xm26,-22v0,-13,11,-23,24,-23v13,0,24,10,24,23v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24",w:100},'"':{d:"53,-166r0,-89r28,0r0,89r-28,0xm106,-166r0,-89r28,0r0,89r-28,0",
w:186},"#":{d:"33,0r10,-73r-34,0r0,-29r38,0r7,-51r-34,0r0,-28r38,0r10,-74r29,0r-10,74r42,0r10,-74r28,0r-10,74r34,0r0,28r-38,0r-7,51r34,0r0,29r-38,0r-10,73r-29,0r10,-73r-41,0r-10,73r-29,0xm125,-153r-42,0r-7,51r41,0"},$:{d:"108,-285r0,26v26,0,53,9,71,28r-26,25v-11,-14,-27,-23,-45,-23r0,85v42,12,78,25,78,74v0,44,-36,71,-78,74r0,26r-19,0r0,-26v-31,0,-61,-9,-80,-34r28,-25v11,18,32,28,52,29r0,-88v-39,-10,-74,-28,-74,-74v0,-41,35,-68,74,-71r0,-26r19,0xm89,-149r0,-80v-23,4,-39,18,-39,41v0,23,19,33,39,39xm108,-109r0,83v24,-3,43,-18,43,-42v0,-25,-21,-34,-43,-41"},
"%":{d:"245,-255r-160,266r-22,-11r160,-266xm13,-198v0,-35,29,-63,64,-63v35,0,64,28,64,63v0,35,-29,64,-64,64v-35,0,-64,-29,-64,-64xm41,-198v0,20,16,36,36,36v20,0,36,-16,36,-36v0,-20,-16,-35,-36,-35v-20,0,-36,15,-36,35xm166,-57v0,-35,29,-64,64,-64v35,0,63,29,63,64v0,35,-28,63,-63,63v-35,0,-64,-28,-64,-63xm194,-57v0,20,16,35,36,35v20,0,35,-15,35,-35v0,-20,-15,-36,-35,-36v-20,0,-36,16,-36,36",w:306},"&":{d:"198,-59r58,59r-46,0r-31,-34v-22,26,-45,40,-79,40v-58,0,-83,-36,-83,-73v0,-36,27,-58,58,-73v-16,-17,-30,-34,-30,-59v0,-39,32,-60,68,-60v36,0,66,18,66,57v0,32,-27,53,-53,66r50,52r32,-52r40,0xm144,-202v0,-17,-13,-27,-31,-27v-18,0,-33,11,-33,30v0,17,14,31,25,42v18,-10,39,-22,39,-45xm158,-56r-62,-64v-21,12,-42,26,-42,52v0,25,24,44,48,44v25,0,43,-16,56,-32",
w:259},"(":{d:"70,-264r21,14v-62,86,-61,207,0,292r-21,14v-69,-90,-71,-227,0,-320",w:100},")":{d:"30,56r-21,-14v61,-86,62,-206,0,-291r21,-15v69,90,71,227,0,320",w:100},"*":{d:"97,-255r0,53r50,-17r7,24r-50,16r32,43r-20,15r-32,-44r-33,43r-19,-14r32,-43r-51,-17r7,-23r51,17r0,-53r26,0",w:167},"+":{d:"24,-95r0,-28r82,0r0,-82r28,0r0,82r82,0r0,28r-82,0r0,82r-28,0r0,-82r-82,0",w:239},",":{d:"77,-41r-30,89r-30,0r25,-89r35,0",w:100},"-":{d:"101,-102r0,30r-88,0r0,-30r88,0",w:113},".":{d:"50,2v-13,0,-24,-11,-24,-24v0,-13,11,-23,24,-23v13,0,24,10,24,23v0,13,-11,24,-24,24",
w:100},"/":{d:"140,-261r-115,277r-25,-10r115,-277",w:140},"0":{d:"12,-127v0,-56,16,-132,88,-132v72,0,88,76,88,132v0,54,-16,131,-88,131v-72,0,-88,-77,-88,-131xm47,-127v0,33,5,101,53,101v48,0,53,-68,53,-101v0,-35,-5,-102,-53,-102v-48,0,-53,67,-53,102"},"1":{d:"97,0r0,-215r-47,43r-20,-24r71,-59r31,0r0,255r-35,0"},"2":{d:"17,0r0,-37r102,-101v35,-23,40,-94,-16,-93v-25,0,-42,15,-46,39r-38,-3v6,-89,166,-89,165,4v0,33,-22,58,-45,80r-84,81r129,0r0,30r-167,0"},"3":{d:"17,-51r36,-11v8,53,96,44,96,-10v0,-42,-40,-48,-72,-48r0,-30v53,0,66,-15,66,-40v1,-51,-73,-53,-86,-12r-35,-11v24,-69,156,-65,155,21v0,27,-17,50,-43,58v32,5,50,34,50,65v1,90,-148,99,-167,18"},
"4":{d:"121,0r0,-56r-109,0r0,-35r102,-164r42,0r0,169r36,0r0,30r-36,0r0,56r-35,0xm121,-86r-1,-128r-78,128r79,0"},"5":{d:"170,-255r0,33r-104,0r-1,63v61,-19,114,16,114,79v0,91,-141,115,-167,33r35,-12v16,52,97,40,97,-19v0,-58,-67,-68,-114,-43r3,-134r137,0"},"6":{d:"143,-255r-64,99v52,-18,109,7,109,75v0,56,-40,85,-88,85v-48,0,-87,-32,-87,-82v0,-77,61,-120,90,-177r40,0xm47,-79v0,31,21,53,53,53v32,0,53,-22,53,-53v0,-31,-21,-53,-53,-53v-32,0,-53,22,-53,53"},"7":{d:"35,0r103,-225r-123,0r0,-30r160,0r0,30r-101,225r-39,0"},
"8":{d:"100,4v-46,0,-83,-29,-83,-77v-1,-33,23,-53,49,-63v-19,-5,-40,-25,-40,-60v0,-39,34,-63,74,-63v40,0,75,24,75,63v1,36,-23,54,-40,61v28,8,48,30,48,62v0,48,-37,77,-83,77xm60,-191v0,20,14,41,40,41v27,0,40,-20,40,-41v0,-23,-16,-40,-40,-40v-22,0,-40,16,-40,40xm100,-26v29,0,49,-19,49,-47v0,-31,-22,-47,-49,-47v-28,0,-49,20,-49,47v0,30,23,47,49,47"},"9":{d:"57,0r63,-99v-51,19,-107,-8,-107,-75v0,-56,39,-85,87,-85v48,0,88,32,88,82v0,31,-11,51,-26,75r-64,102r-41,0xm153,-176v0,-31,-21,-53,-53,-53v-32,0,-53,22,-53,53v0,31,21,53,53,53v32,0,53,-22,53,-53"},
":":{d:"50,-125v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,24,-24,24xm26,-22v0,-13,11,-23,24,-23v13,0,24,10,24,23v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24",w:100},";":{d:"77,-41r-30,89r-30,0r25,-89r35,0xm26,-149v0,-13,11,-23,24,-23v13,0,24,10,24,23v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24",w:100},"<":{d:"216,-44r0,29r-192,-79r0,-30r192,-79r0,28r-163,66",w:239},"=":{d:"24,-151r192,0r0,28r-192,0r0,-28xm24,-95r192,0r0,28r-192,0r0,-28",w:239},">":{d:"24,-175r0,-28r192,79r0,30r-192,79r0,-29r162,-65",
w:239},"?":{d:"76,-71v-15,-68,58,-74,58,-122v0,-22,-17,-38,-38,-38v-23,0,-39,16,-42,40r-37,-3v3,-84,156,-91,151,-1v-2,41,-5,37,-40,69v-18,17,-18,26,-18,55r-34,0xm69,-22v0,-13,11,-23,24,-23v13,0,23,10,23,23v0,13,-10,24,-23,24v-13,0,-24,-11,-24,-24",w:180},"@":{d:"152,-175v-34,0,-52,33,-52,68v0,18,7,29,25,29v29,0,50,-38,50,-65v0,-17,-8,-32,-23,-32xm221,-196r-32,109v0,6,4,9,11,9v20,0,44,-33,44,-71v0,-57,-43,-89,-94,-89v-62,0,-106,49,-106,111v0,103,135,146,191,73r29,0v-20,36,-67,60,-113,60v-76,0,-135,-59,-135,-134v0,-74,60,-133,133,-133v67,0,123,46,123,109v0,61,-50,102,-84,102v-14,0,-20,-12,-25,-23v-27,40,-94,22,-94,-34v0,-47,32,-96,81,-96v17,0,33,9,39,28r6,-21r26,0",
w:288},A:{d:"0,0r113,-255r31,0r109,255r-40,0r-26,-63r-121,0r-25,63r-41,0xm78,-93r97,0r-49,-117",w:253,k:{y:6,w:6,v:6,Y:27,W:9,V:17,T:33}},B:{d:"33,0r0,-255v75,0,166,-11,166,64v0,30,-20,46,-44,57v31,2,55,29,55,63v0,77,-95,74,-177,71xm67,-225r0,76v44,0,92,7,95,-38v2,-41,-52,-41,-95,-38xm67,-119r0,89v50,-2,101,12,106,-43v4,-49,-55,-48,-106,-46",w:226},C:{d:"239,-222r-29,22v-53,-65,-156,-11,-156,75v0,54,36,99,95,99v29,0,51,-13,66,-34r29,22v-8,10,-38,44,-96,44v-81,0,-131,-67,-131,-131v0,-118,147,-182,222,-97",
w:253},D:{d:"27,0r0,-255r89,0v108,0,134,81,134,128v0,65,-49,127,-140,127r-83,0xm62,-222r0,190v83,7,149,-16,151,-95v0,-32,-17,-95,-100,-95r-51,0",w:266},E:{d:"33,0r0,-255r164,0r0,33r-130,0r0,75r121,0r0,33r-121,0r0,82r137,0r0,32r-171,0",w:219},F:{d:"33,0r0,-255r160,0r0,33r-126,0r0,79r117,0r0,33r-117,0r0,110r-34,0",w:206,k:{A:20,".":57,",":57}},G:{d:"159,-143r91,0r0,126v-25,15,-66,23,-97,23v-86,0,-136,-61,-136,-133v0,-76,55,-134,133,-134v47,0,75,12,95,33r-25,26v-62,-61,-166,-12,-166,75v0,82,90,125,161,88r0,-71r-56,0r0,-33",
w:280},H:{d:"33,0r0,-255r34,0r0,106r132,0r0,-106r35,0r0,255r-35,0r0,-117r-132,0r0,117r-34,0",w:266},I:{d:"33,0r0,-255r34,0r0,255r-34,0",w:100},J:{d:"112,-84r0,-171r35,0r0,182v0,64,-47,79,-75,79v-36,0,-62,-18,-69,-55r34,-8v4,19,16,31,35,31v34,0,40,-29,40,-58",w:173},K:{d:"33,0r0,-255r34,0r0,110r3,0r113,-110r48,0r-123,118r131,137r-50,0r-119,-127r-3,0r0,127r-34,0",w:233},L:{d:"33,0r0,-255r34,0r0,223r117,0r0,32r-151,0",w:186,k:{y:13,Y:40,W:20,V:33,T:33}},M:{d:"30,0r0,-255r52,0r82,193r80,-193r52,0r0,255r-35,0r0,-210r-86,210r-23,0r-87,-210r0,210r-35,0",
w:326},N:{d:"33,0r0,-255r45,0r141,210r0,-210r35,0r0,255r-44,0r-143,-210r0,210r-34,0",w:286},O:{d:"150,6v-78,0,-133,-57,-133,-133v0,-76,55,-134,133,-134v78,0,133,58,133,134v0,76,-55,133,-133,133xm150,-26v58,0,96,-45,96,-101v0,-56,-38,-102,-96,-102v-58,0,-96,46,-96,102v0,56,38,101,96,101",w:299},P:{d:"33,0r0,-255r89,0v65,0,82,39,82,71v0,32,-17,72,-82,72r-55,0r0,112r-34,0xm67,-225r0,82v47,-2,100,11,100,-41v0,-52,-53,-39,-100,-41",w:213,k:{A:27,".":64,",":64}},Q:{d:"296,-30r0,30r-147,0v-72,0,-132,-54,-132,-130v0,-75,57,-131,132,-131v72,0,130,54,130,127v1,44,-23,85,-59,104r76,0xm148,-32v56,0,94,-44,94,-100v0,-54,-40,-97,-94,-97v-53,0,-94,43,-94,96v0,56,39,101,94,101",
w:299},R:{d:"33,0r0,-255r89,0v113,1,102,126,19,139r73,116r-43,0r-65,-112r-39,0r0,112r-34,0xm67,-225r0,82v47,-2,100,11,100,-41v0,-52,-53,-39,-100,-41",w:219,k:{Y:6,T:6}},S:{d:"12,-29r28,-24v23,39,105,38,105,-15v0,-59,-126,-23,-126,-122v0,-30,26,-71,87,-71v28,0,54,6,73,29r-28,25v-9,-13,-25,-22,-45,-22v-38,0,-50,23,-50,39v0,64,126,26,126,118v0,85,-129,102,-170,43"},T:{d:"86,0r0,-222r-82,0r0,-33r199,0r0,33r-82,0r0,222r-35,0",w:206,k:{y:40,w:40,u:36,s:40,r:33,o:40,e:40,c:40,a:40,A:33,";":40,":":40,".":40,
"-":46,",":40}},U:{d:"28,-255r35,0r0,156v0,32,16,73,64,73v48,0,64,-41,64,-73r0,-156r34,0r0,162v0,59,-42,99,-98,99v-56,0,-99,-40,-99,-99r0,-162",w:253},V:{d:"96,0r-98,-255r40,0r75,207r78,-207r38,0r-100,255r-33,0",w:226,k:{y:6,u:13,r:13,o:20,i:6,e:20,a:20,A:17,";":17,":":17,".":46,"-":20,",":46}},W:{d:"75,0r-75,-255r36,0r57,204r60,-204r40,0r61,204r56,-204r36,0r-74,255r-37,0r-62,-208r-62,208r-36,0",w:346,k:{u:6,r:6,o:17,e:17,a:17,A:9,";":6,":":6,".":32,",":32}},X:{d:"-1,0r93,-134r-86,-121r44,0r67,98r65,-98r43,0r-85,121r94,134r-45,0r-73,-111r-74,111r-43,0",
w:233},Y:{d:"93,0r0,-109r-97,-146r45,0r69,112r72,-112r42,0r-97,146r0,109r-34,0",w:220,k:{v:20,u:27,q:33,p:27,o:40,i:13,e:40,a:33,A:27,";":33,":":33,".":50,"-":40,",":50}},Z:{d:"12,0r0,-32r145,-190r-141,0r0,-33r184,0r0,33r-145,190r147,0r0,32r-190,0",w:213},"[":{d:"26,56r0,-320r63,0r0,24r-33,0r0,272r33,0r0,24r-63,0",w:100},"\\":{d:"115,16r-115,-277r25,-10r115,277",w:140},"]":{d:"12,56r0,-24r32,0r0,-272r-32,0r0,-24r62,0r0,320r-62,0",w:100},"^":{d:"29,-99r76,-156r29,0r77,156r-30,0r-61,-127r-61,127r-30,0",
w:239},_:{d:"0,45r0,-18r180,0r0,18r-180,0",w:180},a:{d:"45,-130r-20,-20v37,-44,138,-27,139,32r2,118r-29,0v-2,-8,1,-19,-2,-26v-25,47,-119,39,-119,-21v-1,-52,58,-62,118,-59v11,-49,-70,-52,-89,-24xm134,-82v-37,-1,-84,1,-85,33v0,19,14,27,36,27v40,0,51,-28,49,-60",w:186},b:{d:"24,0r0,-272r33,0r1,126v43,-60,156,-18,146,61v8,78,-100,119,-147,61r0,24r-33,0xm113,-26v35,0,56,-24,56,-59v0,-35,-21,-60,-56,-60v-35,0,-56,25,-56,60v0,35,21,59,56,59",w:219},c:{d:"171,-148r-24,23v-32,-39,-103,-12,-96,41v-5,51,66,79,96,39r23,23v-51,55,-154,18,-154,-63v0,-83,103,-119,155,-63",
w:173},d:{d:"195,-272r0,272r-32,0v-1,-7,2,-18,-1,-24v-45,59,-155,16,-146,-61v-8,-79,102,-120,147,-61r0,-126r32,0xm107,-26v35,0,56,-24,56,-59v0,-35,-21,-60,-56,-60v-35,0,-56,25,-56,60v0,35,21,59,56,59",w:219},e:{d:"186,-73r-137,0v0,51,80,66,104,24r25,18v-44,64,-164,35,-164,-54v0,-51,38,-90,89,-90v64,0,85,48,83,102xm49,-99r102,0v-1,-28,-16,-50,-49,-50v-32,0,-53,27,-53,50"},f:{d:"37,0r0,-143r-37,0r0,-28r37,0v-6,-69,10,-120,83,-103r-4,29v-28,-10,-46,3,-46,35r0,39r38,0r0,28r-39,0r0,143r-32,0",w:119,k:{f:6}},
g:{d:"195,-171r0,170v6,87,-120,114,-176,57r22,-28v17,18,36,28,61,28v58,-2,65,-39,60,-84v-42,62,-146,20,-146,-57v0,-79,101,-121,147,-61r0,-25r32,0xm107,-145v-35,0,-56,25,-56,60v0,35,21,57,56,57v35,0,56,-22,56,-57v0,-35,-21,-60,-56,-60",w:219},h:{d:"24,0r0,-272r33,0r1,128v23,-48,118,-42,118,34r0,110r-33,0v-3,-54,17,-145,-39,-145v-27,0,-47,17,-47,57r0,88r-33,0"},i:{d:"27,0r0,-171r32,0r0,171r-32,0xm19,-232v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24",w:86},j:{d:"27,-171r32,0r0,195v0,18,0,62,-52,62v-7,0,-14,0,-21,-3r4,-30v22,8,37,-2,37,-30r0,-194xm19,-232v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24",
w:86},k:{d:"24,0r0,-272r33,0r0,176r73,-74r45,0r-79,77r86,93r-46,0r-79,-89r0,89r-33,0",w:186},l:{d:"27,0r0,-272r32,0r0,272r-32,0",w:86},m:{d:"24,0r0,-171r31,0r0,27v3,-10,24,-31,55,-31v25,0,42,11,53,32v11,-21,33,-32,54,-32v90,3,59,96,65,175r-32,0v-7,-55,24,-145,-37,-145v-63,0,-38,87,-43,145r-33,0v-6,-54,21,-145,-36,-145v-23,0,-44,17,-44,56r0,89r-33,0",w:306},n:{d:"24,0r0,-171r33,0v1,8,-2,21,1,27v23,-48,118,-42,118,34r0,110r-33,0v-3,-54,17,-145,-39,-145v-27,0,-47,17,-47,57r0,88r-33,0"},o:{d:"51,-85v0,35,21,59,56,59v35,0,56,-24,56,-59v0,-35,-21,-60,-56,-60v-35,0,-56,25,-56,60xm16,-85v0,-50,40,-90,91,-90v51,0,91,40,91,90v0,50,-40,89,-91,89v-51,0,-91,-39,-91,-89",
w:213},p:{d:"24,102r0,-273r33,0v1,8,-2,19,1,25v44,-60,155,-17,146,61v8,79,-102,119,-147,61r0,126r-33,0xm113,-145v-35,0,-56,25,-56,60v0,35,21,59,56,59v35,0,56,-24,56,-59v0,-35,-21,-60,-56,-60",w:219},q:{d:"195,-171r0,253r-32,0r-1,-106v-43,59,-156,17,-146,-61v-8,-78,101,-121,147,-61r0,-25r32,0xm107,-145v-35,0,-56,25,-56,60v0,35,21,59,56,59v35,0,56,-24,56,-59v0,-35,-21,-60,-56,-60",w:219},r:{d:"24,0r0,-171r33,0v1,8,-2,21,1,27v10,-21,37,-36,65,-29r-1,35v-39,-8,-65,9,-65,52r0,86r-33,0",w:133,k:{q:6,o:6,
g:6,e:6,d:6,c:6,".":33,"-":20,",":33}},s:{d:"140,-147r-25,19v-10,-19,-63,-26,-63,2v0,21,29,24,43,27v28,7,50,18,50,50v0,66,-105,69,-135,23r25,-20v12,22,76,31,76,-2v0,-19,-28,-23,-42,-26v-28,-7,-52,-15,-52,-48v1,-61,96,-70,123,-25",w:159},t:{d:"116,-171r0,28r-47,0r0,78v0,19,1,39,25,39v8,0,17,-1,23,-5r0,30v-8,4,-23,5,-29,5v-84,-4,-40,-82,-51,-147r-37,0r0,-28r37,0r0,-48r32,0r0,48r47,0",w:133},u:{d:"176,-171r0,171r-33,0r0,-26v-24,47,-119,41,-119,-35r0,-110r33,0v3,54,-17,145,39,145v27,0,47,-17,47,-57r0,-88r33,0"},
v:{d:"73,0r-69,-171r37,0r52,131r48,-131r35,0r-67,171r-36,0",w:180,k:{".":27,",":27}},w:{d:"60,0r-56,-171r36,0r40,128r40,-128r34,0r44,128r37,-128r34,0r-55,171r-33,0r-45,-127r-41,127r-35,0",w:273,k:{".":20,",":20}},x:{d:"2,0r69,-91r-60,-80r42,0r41,61r41,-61r39,0r-58,80r69,91r-42,0r-50,-72r-51,72r-40,0",w:186},y:{d:"75,1r-71,-172r37,0r52,134r48,-134r35,0r-81,208v-11,40,-41,58,-87,45r4,-30v41,18,53,-22,63,-51",w:180,k:{".":27,",":27}},z:{d:"13,0r0,-29r96,-114r-93,0r0,-28r133,0r0,29r-98,114r103,0r0,28r-141,0",
w:166},"{":{d:"109,-264r0,26v-46,-9,-34,46,-34,86v0,34,-23,44,-30,49v8,1,30,11,30,48v0,36,-17,93,34,85r0,26v-43,3,-64,-2,-64,-55v0,-38,1,-92,-31,-90r0,-28v34,2,31,-59,31,-99v0,-43,24,-52,64,-48",w:119},"|":{d:"26,6r0,-278r28,0r0,278r-28,0",w:79},"}":{d:"10,56r0,-26v47,10,35,-45,35,-85v0,-34,23,-44,30,-49v-8,-1,-30,-12,-30,-49v0,-36,17,-93,-35,-85r0,-26v61,-15,65,41,65,104v0,26,14,42,30,42r0,28v-34,-1,-30,59,-30,99v0,43,-26,50,-65,47",w:119},"~":{d:"82,-136v41,1,85,57,109,0r14,22v-30,61,-81,15,-126,6v-15,0,-24,14,-30,26r-14,-22v11,-19,24,-32,47,-32",
w:239},"'":{d:"64,-255r0,89r-28,0r0,-89r28,0",w:100},"`":{d:"30,-255r37,52r-30,0r-54,-52r47,0",w:86},"\u00a0":{w:100}}});
