/*
* Slides, A Slideshow Plugin for jQuery
* Intructions: http://slidesjs.com
* By: Nathan Searles, http://nathansearles.com
* Version: 1.1.9
* Updated: September 5th, 2011
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
(function(a){a.fn.slides=function(b){return b=a.extend({},a.fn.slides.option,b),this.each(function(){function w(g,h,i){if(!p&&o){p=!0,b.animationStart(n+1);switch(g){case"next":l=n,k=n+1,k=e===k?0:k,r=f*2,g=-f*2,n=k;break;case"prev":l=n,k=n-1,k=k===-1?e-1:k,r=0,g=0,n=k;break;case"pagination":k=parseInt(i,10),l=a("."+b.paginationClass+" li."+b.currentClass+" a",c).attr("href").match("[^#/]+$"),k>l?(r=f*2,g=-f*2):(r=0,g=0),n=k}h==="fade"?b.crossfade?d.children(":eq("+k+")",c).css({zIndex:10}).fadeIn(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+l+")",c).css({display:"none",zIndex:0}),d.children(":eq("+k+")",c).css({zIndex:0}),b.animationComplete(k+1),p=!1)}):d.children(":eq("+l+")",c).fadeOut(b.fadeSpeed,b.fadeEasing,function(){b.autoHeight?d.animate({height:d.children(":eq("+k+")",c).outerHeight()},b.autoHeightSpeed,function(){d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing)}):d.children(":eq("+k+")",c).fadeIn(b.fadeSpeed,b.fadeEasing,function(){a.browser.msie&&a(this).get(0).style.removeAttribute("filter")}),b.animationComplete(k+1),p=!1}):(d.children(":eq("+k+")").css({left:r,display:"block"}),b.autoHeight?d.animate({left:g,height:d.children(":eq("+k+")").outerHeight()},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1}):d.animate({left:g},b.slideSpeed,b.slideEasing,function(){d.css({left:-f}),d.children(":eq("+k+")").css({left:f,zIndex:5}),d.children(":eq("+l+")").css({left:f,display:"none",zIndex:0}),b.animationComplete(k+1),p=!1})),b.pagination&&(a("."+b.paginationClass+" li."+b.currentClass,c).removeClass(b.currentClass),a("."+b.paginationClass+" li:eq("+k+")",c).addClass(b.currentClass))}}function x(){clearInterval(c.data("interval"))}function y(){b.pause?(clearTimeout(c.data("pause")),clearInterval(c.data("interval")),u=setTimeout(function(){clearTimeout(c.data("pause")),v=setInterval(function(){w("next",i)},b.play),c.data("interval",v)},b.pause),c.data("pause",u)):x()}a("."+b.container,a(this)).children().wrapAll('<div class="slides_control"/>');var c=a(this),d=a(".slides_control",c),e=d.children().size(),f=d.children().outerWidth(),g=d.children().outerHeight(),h=b.start-1,i=b.effect.indexOf(",")<0?b.effect:b.effect.replace(" ","").split(",")[0],j=b.effect.indexOf(",")<0?i:b.effect.replace(" ","").split(",")[1],k=0,l=0,m=0,n=0,o,p,q,r,s,t,u,v;if(e<2)return a("."+b.container,a(this)).fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()}),a("."+b.next+", ."+b.prev).fadeOut(0),!1;if(e<2)return;h<0&&(h=0),h>e&&(h=e-1),b.start&&(n=h),b.randomize&&d.randomize(),a("."+b.container,c).css({overflow:"hidden",position:"relative"}),d.children().css({position:"absolute",top:0,left:d.children().outerWidth(),zIndex:0,display:"none"}),d.css({position:"relative",width:f*3,height:g,left:-f}),a("."+b.container,c).css({display:"block"}),b.autoHeight&&(d.children().css({height:"auto"}),d.animate({height:d.children(":eq("+h+")").outerHeight()},b.autoHeightSpeed));if(b.preload&&d.find("img:eq("+h+")").length){a("."+b.container,c).css({background:"url("+b.preloadImage+") no-repeat 50% 50%"});var z=d.find("img:eq("+h+")").attr("src")+"?"+(new Date).getTime();a("img",c).parent().attr("class")!="slides_control"?t=d.children(":eq(0)")[0].tagName.toLowerCase():t=d.find("img:eq("+h+")"),d.find("img:eq("+h+")").attr("src",z).load(function(){d.find(t+":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){a(this).css({zIndex:5}),a("."+b.container,c).css({background:""}),o=!0,b.slidesLoaded()})})}else d.children(":eq("+h+")").fadeIn(b.fadeSpeed,b.fadeEasing,function(){o=!0,b.slidesLoaded()});b.bigTarget&&(d.children().css({cursor:"pointer"}),d.children().click(function(){return w("next",i),!1})),b.hoverPause&&b.play&&(d.bind("mouseover",function(){x()}),d.bind("mouseleave",function(){y()})),b.generateNextPrev&&(a("."+b.container,c).after('<a href="#" class="'+b.prev+'">Prev</a>'),a("."+b.prev,c).after('<a href="#" class="'+b.next+'">Next</a>')),a("."+b.next,c).click(function(a){a.preventDefault(),b.play&&y(),w("next",i)}),a("."+b.prev,c).click(function(a){a.preventDefault(),b.play&&y(),w("prev",i)}),b.generatePagination?(b.prependPagination?c.prepend("<ul class="+b.paginationClass+"></ul>"):c.append("<ul class="+b.paginationClass+"></ul>"),d.children().each(function(){a("."+b.paginationClass,c).append('<li><a href="#'+m+'">'+(m+1)+"</a></li>"),m++})):a("."+b.paginationClass+" li a",c).each(function(){a(this).attr("href","#"+m),m++}),a("."+b.paginationClass+" li:eq("+h+")",c).addClass(b.currentClass),a("."+b.paginationClass+" li a",c).click(function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$"),n!=q&&w("pagination",j,q),!1}),a("a.link",c).click(function(){return b.play&&y(),q=a(this).attr("href").match("[^#/]+$")-1,n!=q&&w("pagination",j,q),!1}),b.play&&(v=setInterval(function(){w("next",i)},b.play),c.data("interval",v))})},a.fn.slides.option={preload:!1,preloadImage:"/img/loading.gif",container:"slides_container",generateNextPrev:!1,next:"next",prev:"prev",pagination:!0,generatePagination:!0,prependPagination:!1,paginationClass:"pagination",currentClass:"current",fadeSpeed:350,fadeEasing:"",slideSpeed:350,slideEasing:"",start:1,effect:"slide",crossfade:!1,randomize:!1,play:0,pause:0,hoverPause:!1,autoHeight:!1,autoHeightSpeed:350,bigTarget:!1,animationStart:function(){},animationComplete:function(){},slidesLoaded:function(){}},a.fn.randomize=function(b){function c(){return Math.round(Math.random())-.5}return a(this).each(function(){var d=a(this),e=d.children(),f=e.length;if(f>1){e.hide();var g=[];for(i=0;i<f;i++)g[g.length]=i;g=g.sort(c),a.each(g,function(a,c){var f=e.eq(c),g=f.clone(!0);g.show().appendTo(d),b!==undefined&&b(f,g),f.remove()})}})}})(jQuery);
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1987, 1991, 1993, 1994, 1998, 2002 Adobe Systems Incorporated.  All
 * Rights Reserved. © 1981, 1998, 2002 Heidelberger Druckmaschinen AG. All rights
 * reserved.
 * 
 * Trademark:
 * Univers is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Full name:
 * UniversLTStd
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Univers LT Std","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 3 2 2 2 2 2 4","ascent":"261","descent":"-99","x-height":"6","bbox":"-3 -279 357 90","underline-thickness":"18","underline-position":"-18","stemh":"31","stemv":"36","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"T":65,"V":36,"W":36,"Y":65,"A":18}},"!":{"d":"94,-260r-8,201r-25,0r-7,-201r40,0xm54,0r0,-36r38,0r0,36r-38,0","w":140},"\"":{"d":"27,-249r30,0r-5,88r-19,0xm87,-249r30,0r-6,88r-19,0","w":144},"#":{"d":"2,-71r0,-25r40,0r11,-53r-36,0r0,-25r40,0r14,-75r29,0r-14,75r44,0r14,-75r29,0r-14,75r36,0r0,25r-41,0r-10,53r36,0r0,25r-40,0r-14,71r-28,0r13,-71r-44,0r-13,71r-29,0r13,-71r-36,0xm72,-96r43,0r10,-53r-44,0"},"$":{"d":"15,-184v-1,-49,41,-64,76,-65r0,-30r18,0r0,29v16,0,77,2,78,59r-38,0v-1,-23,-19,-29,-40,-30r0,76v37,10,82,24,82,74v0,58,-42,68,-83,73r0,35r-18,0r0,-35v-16,0,-38,-1,-60,-20v-19,-17,-20,-35,-20,-50r37,0v-1,16,8,38,43,39r0,-84v-59,-18,-75,-32,-75,-71xm91,-151r0,-70v-72,13,-39,65,0,70xm109,-108r0,79v31,0,44,-20,44,-38v0,-27,-26,-35,-44,-41"},"%":{"d":"80,-256v41,0,56,31,56,64v0,45,-26,65,-59,65v-31,0,-58,-19,-58,-63v0,-38,20,-66,61,-66xm77,-148v30,0,30,-36,30,-43v0,-18,-4,-43,-30,-43v-31,0,-31,35,-31,44v0,8,0,42,31,42xm243,-125v26,0,58,16,58,63v0,39,-19,66,-58,66v-46,0,-59,-34,-59,-64v0,-44,27,-65,59,-65xm243,-17v29,0,31,-31,31,-44v0,-11,-3,-43,-31,-43v-31,0,-31,37,-31,48v0,13,4,39,31,39xm90,14r-23,0r158,-277r24,0","w":320},"&":{"d":"112,-269v53,0,62,17,70,52v0,38,-36,62,-51,72r64,63v13,-22,19,-41,19,-86r35,0v0,50,-8,76,-32,108r62,60r-50,0r-34,-32v-24,24,-54,38,-90,38v-56,0,-87,-34,-87,-75v0,-41,27,-63,54,-83v-11,-10,-30,-28,-30,-59v0,-34,25,-58,70,-58xm108,-169v9,-6,35,-23,35,-46v0,-10,-8,-25,-30,-25v-47,0,-35,49,-5,71xm172,-54r-77,-75v-30,22,-40,40,-40,59v3,69,102,46,117,16","w":280},"(":{"d":"90,-271v-10,29,-31,113,-31,154v0,51,13,93,34,161r-24,0v-19,-48,-43,-107,-43,-160v-1,-52,28,-124,41,-155r23,0","w":119},")":{"d":"30,44v10,-29,31,-113,31,-154v0,-51,-13,-93,-34,-161r24,0v19,48,43,107,43,160v1,52,-28,124,-41,155r-23,0","w":119},"*":{"d":"173,-203r0,27r-62,-7r37,50r-24,15r-24,-57r-26,56r-24,-13r38,-51r-60,6r0,-27r61,8r-37,-50r24,-13r24,56r25,-57r24,14r-38,50"},"+":{"d":"90,0r0,-77r-77,0r0,-27r77,0r0,-77r30,0r0,77r77,0r0,27r-77,0r0,77r-30,0","w":210},",":{"d":"41,-43r41,0r-40,88r-24,0","w":100},"-":{"d":"15,-81r0,-27r90,0r0,27r-90,0","w":119},".":{"d":"29,0r0,-43r40,0r0,43r-40,0","w":100},"\/":{"d":"-3,6r84,-263r23,0r-83,263r-24,0","w":100},"0":{"d":"99,5v-67,-10,-83,-44,-83,-127v0,-37,4,-132,83,-132v75,0,84,80,84,127v0,81,-27,127,-84,132xm50,-123v0,55,11,98,49,98v42,0,49,-54,49,-99v0,-60,-10,-101,-48,-101v-44,0,-50,57,-50,102","k":{"1":20,"0":-14}},"1":{"d":"98,0r0,-210v-15,13,-40,28,-58,36r0,-36v23,-12,46,-27,60,-39r32,0r0,249r-34,0","k":{"9":22,"8":5,"7":5,"6":5,"5":5,"4":13,"3":5,"2":5,"1":49,"0":20,".":36,"-":14}},"2":{"d":"19,0r0,-33v34,-36,74,-67,104,-107v15,-20,18,-31,18,-44v0,-12,-4,-41,-40,-41v-40,0,-41,35,-41,44r-37,0v0,-12,0,-37,23,-55v50,-38,131,-20,131,55v0,54,-81,116,-118,153r118,0r0,28r-158,0"},"3":{"d":"147,-68v-2,-39,-32,-49,-70,-45r0,-30v25,2,66,-3,66,-43v0,-52,-84,-55,-89,0r-36,0v2,-62,60,-68,80,-68v90,0,117,101,32,126v53,8,53,56,53,61v0,35,-28,73,-86,73v-41,0,-89,-31,-83,-70r38,0v0,24,15,41,46,41v35,0,49,-23,49,-45"},"4":{"d":"122,0r0,-54r-112,0r0,-43r108,-155r39,0r0,169r36,0r0,29r-36,0r0,54r-35,0xm37,-83r86,0r0,-132"},"5":{"d":"148,-81v0,-65,-83,-68,-92,-20r-33,0r7,-148r140,0r0,29r-109,0r-5,81v8,-8,24,-23,53,-23v50,0,74,39,74,82v0,49,-35,86,-89,86v-40,0,-72,-23,-74,-65r38,0v1,25,22,35,41,35v44,0,49,-41,49,-57"},"6":{"d":"103,5v-61,0,-85,-59,-85,-118v0,-54,14,-141,93,-141v51,1,71,30,73,64r-37,0v0,-29,-22,-37,-38,-37v-36,0,-52,31,-55,97v8,-12,22,-32,58,-32v41,0,75,27,75,80v0,58,-41,87,-84,87xm104,-22v22,0,48,-15,48,-56v0,-18,-5,-56,-46,-56v-33,0,-50,28,-50,56v0,32,20,56,48,56"},"7":{"d":"13,-219r0,-30r164,0r0,30r-91,219r-41,0r96,-219r-128,0","k":{"6":14,"4":20,".":68,"-":27,",":68}},"8":{"d":"13,-67v0,-32,30,-60,55,-64v-33,-7,-50,-31,-50,-56v0,-22,15,-68,81,-68v90,0,116,104,32,123v15,4,54,15,54,63v0,34,-23,73,-85,73v-41,0,-87,-27,-87,-71xm147,-188v0,-23,-17,-40,-47,-40v-27,0,-47,15,-47,40v0,24,20,41,46,41v27,0,48,-17,48,-41xm50,-70v0,19,13,46,50,46v75,0,58,-93,0,-93v-31,0,-50,21,-50,47"},"9":{"d":"17,-59r37,0v0,22,12,36,40,36v55,0,56,-64,54,-103v-39,60,-133,30,-132,-48v0,-57,41,-80,80,-80v27,0,66,11,80,61v4,15,7,33,7,67v0,37,-1,132,-92,132v-34,0,-73,-13,-74,-65xm144,-173v0,-36,-24,-54,-48,-54v-29,0,-45,24,-45,54v0,32,20,51,47,51v28,0,46,-21,46,-51"},":":{"d":"30,-140r0,-43r40,0r0,43r-40,0xm30,0r0,-42r40,0r0,42r-40,0","w":100},";":{"d":"34,-139r0,-44r42,0r0,44r-42,0xm41,-43r41,0r-40,88r-24,0","w":100},"<":{"d":"13,-76r0,-29r184,-72r0,31r-146,56r146,55r0,31","w":210},"=":{"d":"13,-113r0,-28r184,0r0,28r-184,0xm13,-40r0,-28r184,0r0,28r-184,0","w":210},">":{"d":"197,-76r-184,72r0,-31r146,-55r-146,-56r0,-31r184,72r0,29","w":210},"?":{"d":"64,-97v-4,-32,72,-76,60,-101v0,-37,-40,-37,-49,-37v-5,0,-24,0,-48,10r0,-32v9,-3,25,-8,51,-8v49,-1,79,21,83,64v3,33,-39,66,-63,93v-7,12,-1,33,-3,49r-31,0r0,-38xm62,0r0,-37r37,0r0,37r-37,0","w":180},"@":{"d":"187,-203v17,0,40,13,42,28r6,-23r25,0v-9,34,-28,66,-28,102v0,13,11,15,16,15v23,0,50,-32,50,-79v0,-62,-49,-91,-103,-91v-68,0,-128,45,-128,125v0,115,150,146,222,82r9,12v-32,23,-64,38,-109,38v-81,0,-138,-53,-138,-133v0,-91,72,-140,144,-140v62,0,120,36,120,109v0,58,-39,95,-73,95v-18,1,-34,-15,-28,-36v-4,9,-17,36,-50,36v-28,0,-48,-21,-48,-55v0,-39,28,-85,71,-85xm171,-81v45,0,70,-104,22,-104v-29,0,-48,42,-48,69v0,19,8,35,26,35","w":365},"A":{"d":"3,0r110,-260r38,0r105,260r-39,0r-28,-68r-121,0r-28,68r-37,0xm130,-224r-50,127r98,0","w":259},"B":{"d":"219,-71v0,96,-98,65,-185,71r0,-260v81,2,177,-17,177,66v0,43,-31,53,-44,58v15,4,52,15,52,65xm69,-230r0,80r51,0v12,0,54,0,54,-41v0,-59,-58,-33,-105,-39xm69,-119r0,90v52,0,111,9,113,-45v2,-50,-61,-47,-113,-45","w":240,"k":{"V":7,"Y":7}},"C":{"d":"132,-26v26,0,54,-21,54,-42r40,0v-5,51,-52,72,-97,72v-91,0,-109,-81,-109,-131v0,-55,21,-137,114,-137v37,0,88,15,93,74r-39,0v-1,-9,-6,-45,-56,-45v-63,0,-74,65,-74,108v0,49,15,101,74,101","w":240},"D":{"d":"244,-128v0,129,-87,134,-212,128r0,-260v75,4,133,-17,180,34v24,26,32,62,32,98xm68,-230r0,200v39,-1,78,4,103,-14v33,-25,34,-67,34,-82v0,-10,-2,-53,-25,-81v-23,-27,-65,-23,-112,-23","w":259,"k":{"V":7,"Y":20,"A":7,"J":9}},"E":{"d":"27,0r0,-260r163,0r0,31r-127,0r0,81r121,0r0,30r-121,0r0,86r130,0r0,32r-166,0","w":219,"k":{"G":14,"Y":14}},"F":{"d":"34,0r0,-260r155,0r0,31r-118,0r0,81r111,0r0,30r-111,0r0,118r-37,0","k":{"A":14,"J":54,",":76,".":76,"a":7,"e":7,"o":7,"r":7,"u":7,"-":27}},"G":{"d":"156,6v-94,2,-131,-56,-131,-132v0,-26,7,-87,56,-120v26,-17,59,-18,72,-18v21,0,52,2,77,27v15,16,16,32,17,42r-39,0v-4,-24,-24,-41,-59,-41v-90,1,-110,116,-63,187v21,32,97,29,126,18r0,-77r-59,0r0,-30r95,0r0,128v-15,5,-48,16,-92,16","w":280},"H":{"d":"32,-260r36,0r0,112r123,0r0,-112r36,0r0,260r-36,0r0,-117r-123,0r0,117r-36,0r0,-260","w":259},"I":{"d":"32,0r0,-260r36,0r0,260r-36,0","w":100},"J":{"d":"85,-26v27,2,42,-27,42,-54r0,-180r36,0r0,190v-2,73,-94,103,-142,47v-14,-16,-13,-38,-13,-48r38,0v-1,27,8,43,39,45","k":{"O":7,"A":14,",":9,".":9,"a":7,"e":7,"o":7,"u":7}},"K":{"d":"33,0r0,-260r36,0r0,114r108,-114r50,0r-116,116r128,144r-50,0r-120,-138r0,138r-36,0","w":240,"k":{"O":7,"w":14,"y":14,"a":4,"e":7,"o":7,"u":7}},"L":{"d":"33,0r0,-260r36,0r0,228r121,0r0,32r-157,0","k":{"O":18,"T":34,"V":43,"W":34,"y":27,"Y":49,"e":4,"o":4,"-":63}},"M":{"d":"32,0r0,-260r64,0r74,214r75,-214r59,0r0,260r-35,0r0,-234r-85,234r-35,0r-82,-233r0,233r-35,0","w":339},"N":{"d":"34,0r0,-260r50,0r128,215r0,-215r33,0r0,260r-46,0r-132,-221r0,221r-33,0","w":280,"k":{"T":9}},"O":{"d":"21,-128v0,-30,4,-75,34,-104v82,-79,204,-27,204,100v0,69,-27,138,-120,138v-89,0,-118,-63,-118,-134xm59,-130v0,51,27,106,81,106v21,0,44,-5,57,-24v46,-69,34,-189,-55,-189v-66,0,-83,54,-83,107","w":280,"k":{"T":14,"V":14,"W":14,"Y":20,"A":18,",":9,".":9,"a":7,"e":4,"X":14}},"P":{"d":"209,-189v0,65,-59,78,-141,73r0,116r-36,0r0,-260r87,0v53,-5,90,24,90,71xm68,-231r0,85v49,-3,97,14,103,-44v-7,-60,-55,-36,-103,-41","w":219,"k":{"A":34,",":76,".":76,"a":11,"e":11,"o":11,"r":7,"u":7,"-":43}},"Q":{"d":"271,0v-49,-1,-92,5,-138,5v-62,0,-112,-41,-112,-133v0,-31,5,-73,32,-103v22,-24,54,-35,87,-35v86,0,113,69,113,131v0,25,-3,77,-47,112v9,-3,42,-6,65,-5r0,28xm59,-127v0,43,15,104,77,104v74,0,80,-79,80,-106v0,-67,-29,-107,-79,-107v-72,0,-78,81,-78,109","w":280,"k":{"U":7}},"R":{"d":"181,0v-18,-45,7,-128,-69,-117r-45,0r0,117r-36,0r0,-260v74,1,175,-18,181,65v2,30,-27,60,-49,63v54,7,35,87,56,132r-38,0xm66,-148v49,-4,105,17,109,-40v-11,-64,-58,-36,-109,-42r0,82","w":240,"k":{"T":11,"V":11,"W":11,"y":7,"Y":14,"a":7,"e":7,"o":7,"u":7}},"S":{"d":"20,-76r38,0v1,18,2,52,62,52v54,0,61,-34,61,-47v0,-50,-114,-46,-130,-67v-21,-14,-27,-34,-27,-51v0,-80,115,-102,172,-50v16,14,15,33,16,44r-38,0v-2,-32,-28,-40,-54,-40v-36,0,-58,16,-58,42v0,23,15,31,47,39v62,16,71,15,84,27v63,56,13,133,-77,133v-20,0,-60,-3,-81,-29v-15,-19,-15,-40,-15,-53","w":240,"k":{"T":7,"v":7,"V":7,"w":4,"y":7,"Y":7,"A":7,"a":7,"e":7,"o":7,"c":7}},"T":{"d":"130,0r-35,0r0,-229r-87,0r0,-31r209,0r0,31r-87,0r0,229","w":219,"k":{"O":14,"w":34,"y":34,"A":27,"J":45,",":61,".":61,"a":41,"e":41,"o":41,"r":34,"u":34,"-":61,"i":-7,":":49,";":49}},"U":{"d":"140,5v-45,-1,-107,-24,-107,-107r0,-158r36,0r0,161v-3,57,36,72,71,72v70,0,71,-54,71,-73r0,-160r35,0r0,160v0,14,-1,43,-22,69v-26,32,-65,36,-84,36","w":280,"k":{",":9,".":9}},"V":{"d":"233,-260r-96,260r-39,0r-93,-260r40,0r74,222r78,-222r36,0","w":240,"k":{"C":7,"G":14,"O":14,"A":20,",":34,".":34,"a":27,"e":27,"o":27,"u":20,"-":34,"i":9,":":27,";":27}},"W":{"d":"3,-260r38,0r57,214r61,-214r45,0r59,216r59,-216r35,0r-77,260r-40,0r-60,-222r-64,222r-39,0","w":360,"k":{"O":14,"y":9,"A":14,",":20,".":20,"a":20,"e":20,"o":20,"r":9,"u":9,"-":14,":":14,";":14}},"X":{"d":"18,-260r46,0r70,100r70,-100r44,0r-93,125r97,135r-45,0r-77,-112r-80,112r-43,0r101,-136","w":259,"k":{"O":7}},"Y":{"d":"104,0r0,-102r-101,-158r44,0r77,128r78,-128r40,0r-102,160r0,100r-36,0","w":240,"k":{"C":14,"O":14,"A":41,",":58,".":58,"a":34,"e":34,"o":34,"u":20,"-":59,"i":13,":":32,";":32}},"Z":{"d":"13,0r0,-36r150,-192r-146,0r0,-32r189,0r0,36r-152,192r154,0r0,32r-195,0","w":219},"[":{"d":"37,45r0,-315r62,0r0,19r-34,0r0,277r34,0r0,19r-62,0","w":119},"\\":{"d":"104,6r-23,0r-84,-263r24,0","w":100},"]":{"d":"22,45r0,-19r34,0r0,-277r-34,0r0,-19r62,0r0,315r-62,0","w":119},"^":{"d":"30,-98r61,-151r28,0r62,151r-31,0r-46,-114r-44,114r-30,0","w":210},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"42,-167v38,-36,129,-24,129,35v0,50,-4,80,1,132r-30,0v-3,-9,-3,-18,-3,-27v-32,62,-121,31,-120,-21v0,-14,4,-38,32,-52v30,-15,55,-13,87,-11v3,-39,-11,-52,-38,-52v-34,0,-36,24,-36,31r-34,0v1,-9,1,-24,12,-35xm138,-88v-30,-1,-85,-8,-85,36v0,12,8,31,38,31v36,0,48,-23,47,-67"},"b":{"d":"203,-94v0,99,-96,122,-139,67r0,27r-33,0r1,-260r34,0r0,106v5,-8,18,-31,59,-31v45,0,78,22,78,91xm167,-92v0,-18,-3,-70,-50,-70v-52,0,-52,60,-52,72v0,12,0,68,50,68v42,0,52,-40,52,-70","w":219},"c":{"d":"97,5v-37,0,-81,-29,-81,-93v0,-75,46,-97,82,-97v12,0,39,2,56,22v13,15,14,30,15,40r-34,0v-1,-8,-3,-38,-36,-38v-47,0,-47,54,-47,68v0,37,9,72,45,72v29,0,38,-21,39,-39r34,0v-2,35,-28,65,-73,65","w":180,"k":{"h":18,"k":18}},"d":{"d":"158,-29v-6,16,-42,33,-61,33v-24,0,-78,-13,-78,-92v0,-69,40,-99,82,-99v39,0,52,23,56,31r0,-104r34,0r1,260r-34,0r0,-29xm158,-93v-2,-46,-13,-69,-53,-69v-50,0,-50,61,-50,73v0,32,9,69,50,69v53,0,53,-59,53,-73","w":219},"e":{"d":"180,-57v-5,33,-22,59,-77,62v-94,6,-110,-132,-49,-177v17,-12,40,-13,50,-13v81,0,79,71,78,101r-130,0v-13,64,84,93,95,27r33,0xm54,-108r94,0v0,-17,-3,-53,-45,-53v-22,0,-48,13,-49,53"},"f":{"d":"41,-181v-8,-67,20,-91,81,-81r0,27v-27,-3,-54,5,-47,26r0,28r42,0r0,25r-42,0r0,156r-34,0r0,-156r-35,0r0,-25r35,0","w":119,"k":{"f":9,"t":9,",":9,".":9}},"g":{"d":"188,-35v9,87,-28,107,-84,107v-72,0,-75,-34,-76,-58r36,0v1,20,10,35,42,35v47,0,48,-34,48,-83v-14,30,-48,31,-59,31v-17,0,-41,-4,-56,-23v-15,-18,-20,-42,-20,-66v0,-61,36,-91,80,-91v36,0,50,18,57,27r0,-25r33,0xm155,-98v1,-42,-19,-61,-53,-61v-43,0,-48,43,-48,66v0,28,8,65,49,65v42,0,50,-15,52,-70","w":219,"k":{"a":7}},"h":{"d":"114,-158v-74,0,-41,93,-48,158r-34,0r0,-260r34,0r0,106v31,-47,122,-44,122,41r0,113r-35,0r0,-107v0,-16,0,-51,-39,-51","w":219,"k":{"y":7}},"i":{"d":"28,-222r0,-37r41,0r0,37r-41,0xm32,0r0,-181r34,0r0,181r-34,0","w":100,"k":{"v":-7}},"j":{"d":"30,-222r0,-37r41,0r0,37r-41,0xm0,69r0,-24v27,1,33,-3,33,-32r0,-194r34,0r0,198v0,17,-1,54,-46,54v-4,0,-12,-1,-21,-2","w":100},"k":{"d":"29,0r0,-262r34,0r0,155r67,-74r45,0r-77,77r81,104r-44,0r-72,-98r0,98r-34,0","w":180,"k":{"y":-14,"a":-7,"e":-7,"g":-7}},"l":{"d":"32,0r0,-260r34,0r0,260r-34,0","w":100},"m":{"d":"113,-159v-76,0,-38,93,-47,159r-35,0r0,-181r34,0r0,27v28,-54,107,-29,116,2v6,-10,21,-33,61,-33v26,0,66,11,66,64r0,121r-34,0r0,-116v-1,-34,-12,-38,-41,-43v-73,5,-38,94,-46,159r-34,0r0,-120v0,-22,-13,-39,-40,-39","w":339,"k":{"y":7}},"n":{"d":"156,0v-5,-62,22,-159,-42,-158v-24,0,-47,18,-47,54r0,104r-34,0r-1,-181r34,0r1,29v4,-8,17,-32,58,-32v16,0,65,6,65,61r0,123r-34,0","w":219,"k":{"v":7,"w":7,"y":7}},"o":{"d":"18,-88v0,-45,21,-97,92,-97v72,0,89,56,89,94v0,53,-30,97,-92,97v-60,0,-89,-41,-89,-94xm54,-90v0,37,15,71,54,71v26,0,55,-19,55,-73v0,-45,-21,-69,-53,-69v-22,0,-56,14,-56,71","w":219,"k":{"v":5,"x":5}},"p":{"d":"31,69r-1,-250r34,0r0,30v17,-28,47,-33,62,-33v39,0,76,27,76,94v0,96,-93,123,-138,70r0,89r-33,0xm63,-85v0,22,3,67,51,67v9,0,28,-1,38,-18v28,-46,25,-122,-35,-122v-54,0,-54,57,-54,73","w":219},"q":{"d":"156,-20v-46,53,-138,27,-138,-71v0,-105,106,-113,137,-60r1,-30r34,0r0,250r-34,0r0,-89xm53,-93v-2,27,14,75,54,75v42,0,50,-33,50,-69v0,-15,-1,-71,-55,-71v-49,0,-49,51,-49,65","w":219},"r":{"d":"33,0r-1,-181r34,0r1,35v10,-33,35,-36,66,-36r0,33v-42,-9,-65,16,-65,53r0,96r-35,0","w":140,"k":{"t":9,",":20,".":20,"r":9,"-":34,"s":-7}},"s":{"d":"150,-86v40,41,-9,91,-64,91v-37,0,-71,-15,-71,-59r36,0v0,14,7,33,40,33v21,0,36,-9,37,-28v0,-18,-12,-21,-39,-27v-38,-9,-70,-16,-70,-54v0,-59,107,-76,136,-27v5,10,4,18,4,26r-34,0v1,-27,-23,-29,-35,-29v-5,0,-37,0,-37,26v0,17,17,20,26,23v50,12,61,14,71,25","w":180},"t":{"d":"4,-157r0,-24r32,0r0,-38r33,-11r0,49r41,0r0,24r-41,0r0,109v-7,14,21,30,41,22r0,26v-32,6,-74,6,-74,-36r0,-121r-32,0","w":119,"k":{"t":9}},"u":{"d":"101,-24v28,0,50,-25,50,-54r0,-103r35,0r1,181r-35,0r-1,-31v-6,13,-18,33,-57,33v-93,0,-60,-103,-66,-183r35,0r0,117v0,18,3,40,38,40","w":219},"v":{"d":"80,0r-76,-181r38,0r58,144r56,-144r37,0r-79,181r-34,0","k":{",":22,".":22,"o":5,"-":9}},"w":{"d":"4,-181r37,0r44,144r46,-144r44,0r41,143r45,-143r35,0r-63,181r-39,0r-43,-149r-47,149r-40,0","w":299,"k":{",":7,".":7,"a":7,"-":9}},"x":{"d":"121,-93r70,93r-44,0r-52,-72r-51,72r-40,0r72,-95r-68,-86r45,0r48,68r50,-68r40,0","k":{"o":5,"-":18}},"y":{"d":"193,-181r-80,182r-26,67r-35,0r28,-69r-76,-180r38,0r57,143r58,-143r36,0","k":{",":20,".":20,"-":9}},"z":{"d":"11,0r0,-35r96,-120r-91,0r0,-26r130,0r0,29r-100,126r100,0r0,26r-135,0","w":159,"k":{"e":7,"o":7}},"{":{"d":"0,-103r0,-19v5,0,21,-2,33,-11v16,-12,14,-29,14,-52v0,-39,1,-81,74,-85r0,18v-94,13,4,123,-93,139v96,13,-2,124,93,140r0,18v-76,-6,-74,-43,-74,-95v0,-23,1,-48,-47,-53","w":120},"|":{"d":"32,-270r30,0r0,360r-30,0r0,-360","w":93},"}":{"d":"121,-122r0,19v-5,0,-22,2,-34,11v-16,12,-14,29,-14,52v0,39,0,81,-73,85r0,-18v93,-13,-5,-124,92,-140v-96,-12,2,-123,-92,-139r0,-18v76,6,73,43,73,95v0,23,0,48,48,53","w":120},"~":{"d":"153,-64v-41,0,-111,-62,-123,1r-20,0v0,-26,21,-56,47,-54v26,-9,116,64,124,-1r20,0v-5,47,-34,54,-48,54","w":210},"'":{"d":"35,-249r30,0r-5,88r-20,0","w":100},"`":{"d":"1,-266r40,0r31,51r-23,0","w":100},"\u00a0":{"w":100,"k":{"T":65,"V":36,"W":36,"Y":65,"A":18}}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1987, 1991, 1993, 1994, 1999, 2002 Adobe Systems Incorporated.  All
 * Rights Reserved. © 1981, 1999, 2002 Heidelberger Druckmaschinen AG. All rights
 * reserved.
 * 
 * Trademark:
 * Univers is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Full name:
 * UniversLTStd-Black
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":240,"face":{"font-family":"Univers LT Std","font-weight":850,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 4 3 5 2 2 2 4","ascent":"261","descent":"-99","x-height":"4","bbox":"-18 -272 357 90","underline-thickness":"18","underline-position":"-18","stemh":"50","stemv":"72","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":119,"k":{"T":72,"V":27,"W":27,"Y":81,"A":27}},"!":{"d":"40,-260r78,0r-13,183r-52,0xm48,0r0,-54r63,0r0,54r-63,0","w":159},"\"":{"d":"75,-154r-36,0r-10,-95r56,0xm146,-154r-35,0r-11,-95r56,0","w":180},"#":{"d":"77,-249r50,0r-11,62r32,0r11,-62r51,0r-12,62r29,0r0,43r-37,0r-7,41r28,0r0,43r-36,0r-12,60r-50,0r11,-60r-32,0r-11,60r-50,0r11,-60r-29,0r0,-43r37,0r8,-41r-29,0r0,-43r37,0xm100,-103r32,0r8,-41r-32,0"},"$":{"d":"127,-145v56,11,94,22,94,74v0,15,-4,47,-41,65v-13,6,-31,10,-53,11r0,32r-21,0r0,-32v-36,-1,-91,-14,-91,-80r65,0v0,10,2,29,26,35r0,-55v-38,-12,-87,-11,-87,-72v0,-34,24,-70,87,-72r0,-33r21,0r0,33v72,3,86,34,86,73r-66,0v0,-25,-15,-29,-20,-30r0,51xm106,-150r0,-47v-33,12,-22,39,0,47xm127,-90r0,51v18,-3,27,-14,27,-26v0,-22,-17,-21,-27,-25"},"%":{"d":"86,-118v-38,4,-62,-37,-62,-75v0,-15,0,-73,62,-73v28,0,62,21,62,72v0,52,-19,71,-62,76xm69,-188v0,36,10,38,17,38v12,0,17,-11,17,-42v0,-39,-8,-43,-17,-43v-9,0,-17,5,-17,47xm284,0v-38,4,-62,-37,-62,-75v0,-16,0,-73,62,-73v29,0,62,21,62,72v0,52,-19,72,-62,76xm267,-71v0,36,10,39,17,39v12,0,17,-10,17,-42v0,-38,-8,-43,-17,-43v-9,0,-17,4,-17,46xm234,-270r38,0r-135,274r-40,0","w":360},"&":{"d":"213,-17v-46,31,-197,42,-197,-54v0,-44,39,-61,61,-70v-12,-10,-36,-31,-36,-62v0,-45,46,-63,98,-63v25,0,94,4,94,64v0,36,-27,54,-49,69r37,37v18,-23,19,-40,19,-47r62,0v-1,32,-9,57,-38,87r52,56r-87,0xm138,-171v6,-3,28,-18,28,-35v0,-14,-13,-21,-27,-21v-35,9,-39,26,-1,56xm172,-55r-48,-48v-26,12,-33,23,-33,34v0,28,62,43,81,14","w":320},"(":{"d":"60,-271r47,0v-45,164,-45,153,0,315r-48,0v-17,-37,-42,-94,-42,-156v0,-57,25,-116,43,-159","w":119},")":{"d":"60,44r-47,0v45,-164,45,-153,0,-315r47,0v17,37,43,94,43,156v0,57,-25,115,-43,159","w":119},"*":{"d":"99,-215r15,-50r39,25r-33,37r49,-11r0,46r-48,-11r34,40r-41,22r-15,-49r-16,49r-39,-23r34,-39r-50,11r0,-46r50,11r-33,-38r38,-23","w":200},"+":{"d":"93,0r0,-72r-71,0r0,-50r71,0r0,-72r52,0r0,72r71,0r0,50r-71,0r0,72r-52,0","w":237},",":{"d":"32,-54r68,0r-43,97r-49,0","w":119},"-":{"d":"8,-116r102,0r0,43r-102,0r0,-43","w":119},".":{"d":"26,0r0,-54r63,0r0,54r-63,0","w":119},"\/":{"d":"34,6r-45,0r79,-268r45,0","w":100},"0":{"d":"11,-126v0,-24,6,-67,30,-99v39,-52,135,-30,156,1v15,21,29,48,29,98v0,72,-28,131,-108,131v-29,0,-57,-8,-76,-30v-27,-31,-31,-76,-31,-101xm157,-123v-5,-30,6,-85,-38,-86v-20,0,-38,8,-38,84v0,53,7,83,37,83v36,8,40,-66,39,-81","k":{"1":20,"0":-14}},"1":{"d":"100,0r0,-185v-19,16,-49,28,-61,31r0,-56v29,-9,45,-17,72,-40r58,0r0,250r-69,0","k":{"9":16,"8":16,"7":18,"6":16,"5":16,"4":16,"3":9,"2":9,"1":41,"0":20,".":45,"-":27}},"2":{"d":"121,-257v55,-1,95,22,95,71v0,52,-49,86,-118,136r119,0r0,50r-204,0r0,-52v57,-42,104,-78,122,-104v5,-8,9,-16,9,-28v0,-22,-18,-26,-27,-26v-27,0,-28,23,-29,30r-70,0v0,-8,1,-28,18,-49v21,-26,64,-28,85,-28"},"3":{"d":"224,-69v0,49,-31,71,-108,74v-61,3,-106,-31,-107,-77r70,0v1,16,9,30,36,30v30,0,39,-18,39,-33v0,-40,-45,-32,-72,-31r0,-45v9,0,23,1,38,-1v31,-4,30,-29,30,-32v-1,-31,-61,-44,-65,1r-70,0v2,-52,47,-75,104,-75v65,0,100,28,100,66v0,32,-28,53,-58,62v13,1,63,7,63,61"},"4":{"d":"127,0r0,-50r-121,0r0,-58r106,-143r80,0r0,156r40,0r0,45r-40,0r0,50r-65,0xm53,-95r75,0r0,-103"},"5":{"d":"85,-139v29,-48,141,-44,137,51v0,15,-4,48,-28,70v-22,20,-51,23,-73,23v-21,0,-62,-3,-85,-28v-17,-18,-18,-37,-18,-48r68,0v1,19,14,28,31,28v48,0,47,-81,2,-81v-17,0,-26,11,-28,22r-69,-1r5,-146r180,0r0,48r-118,0"},"6":{"d":"123,5v-64,0,-110,-51,-110,-130v0,-65,27,-132,112,-132v33,0,87,10,90,69r-66,0v-1,-18,-14,-26,-29,-26v-37,0,-41,44,-41,77v6,-9,21,-31,64,-31v50,0,83,32,83,81v0,69,-58,92,-103,92xm162,-84v0,-9,-2,-42,-38,-42v-26,0,-40,18,-40,44v0,32,21,41,39,41v25,0,39,-18,39,-43"},"7":{"d":"17,-198r0,-51r198,0r0,51r-94,198r-80,0r103,-198r-127,0","k":{"6":14,"4":20,".":61,"-":14,",":54}},"8":{"d":"120,-256v45,0,94,17,96,66v1,23,-17,48,-54,60v41,4,63,28,63,61v0,42,-30,74,-103,74v-84,0,-111,-37,-111,-73v0,-32,23,-54,66,-64v-31,-3,-56,-22,-56,-57v0,-24,13,-41,25,-49v12,-8,30,-18,74,-18xm119,-153v32,0,34,-25,34,-31v0,-12,-8,-31,-35,-31v-18,0,-33,10,-33,31v0,17,9,31,34,31xm118,-40v60,-1,55,-71,0,-70v-31,0,-41,19,-41,35v0,13,6,35,41,35"},"9":{"d":"98,-90v-59,-1,-87,-31,-87,-80v0,-51,41,-87,104,-87v66,0,88,36,96,57v21,58,23,121,-14,170v-40,52,-124,48,-169,8v-15,-13,-14,-32,-15,-42r66,0v0,14,13,25,33,25v38,0,43,-32,44,-77v-12,14,-28,26,-58,26xm114,-133v27,0,40,-17,40,-39v0,-17,-8,-39,-39,-39v-27,0,-39,17,-39,39v0,19,10,39,38,39"},":":{"d":"28,0r0,-54r64,0r0,54r-64,0xm28,-127r0,-53r64,0r0,53r-64,0","w":119},";":{"d":"28,-127r0,-53r63,0r0,53r-63,0xm32,-54r68,0r-43,97r-49,0","w":119},"<":{"d":"22,-71r0,-52r194,-75r0,54r-134,47r134,47r0,55","w":237},"=":{"d":"22,-114r0,-51r194,0r0,51r-194,0xm22,-29r0,-51r194,0r0,51r-194,0","w":237},">":{"d":"216,-71r-194,76r0,-55r134,-47r-134,-47r0,-54r194,75r0,52","w":237},"?":{"d":"27,-214r0,-47v68,-10,159,-15,159,64v0,17,0,34,-51,70v-29,20,-19,27,-21,58r-57,0v3,-30,-8,-42,14,-61v13,-18,38,-32,43,-58v6,-31,-62,-38,-87,-26xm53,0r0,-54r64,0r0,54r-64,0","w":200},"@":{"d":"243,-52r14,18v-39,28,-72,40,-113,40v-90,0,-143,-65,-143,-134v0,-78,64,-139,148,-139v68,0,125,41,125,109v0,49,-32,95,-78,95v-10,0,-32,-5,-33,-29v-28,53,-99,36,-99,-26v0,-44,33,-88,75,-88v16,0,32,7,38,22r4,-16r40,0v-9,31,-27,63,-27,97v0,12,9,14,13,14v16,0,41,-28,41,-70v0,-58,-48,-86,-99,-86v-74,0,-122,53,-122,118v0,59,42,111,118,111v36,0,70,-14,98,-36xm128,-89v23,-1,37,-47,37,-73v0,-12,-9,-16,-16,-16v-24,0,-38,42,-38,64v0,19,9,25,17,25","w":266},"A":{"d":"3,0r102,-260r88,0r103,260r-81,0r-18,-52r-104,0r-18,52r-72,0xm109,-100r71,0v-13,-35,-19,-77,-35,-109","w":299,"k":{"v":20,"w":20,"y":20,"c":7,"C":14,"d":7,"e":7,"g":7,"G":14,"o":7,"O":14,"q":7,"Q":14,"S":9,"T":41,"u":7,"U":20,"V":34,"W":7,"Y":49,"-":9}},"B":{"d":"22,-260v90,6,208,-26,214,66v3,47,-44,54,-56,60v16,3,63,11,63,64v0,20,-7,46,-36,59v-51,23,-120,7,-185,11r0,-260xm165,-184v0,-31,-37,-32,-73,-29r0,58v36,1,73,5,73,-29xm92,-109r0,61v37,-4,68,15,77,-30v-8,-46,-41,-27,-77,-31","w":259,"k":{"V":7,"Y":20,"A":7}},"C":{"d":"49,-30v-80,-93,-16,-235,98,-235v42,0,74,9,95,31v21,22,22,46,22,56r-75,0v-3,-26,-21,-36,-42,-36v-44,0,-57,39,-57,87v0,16,1,82,57,82v38,0,42,-28,43,-38r75,0v0,81,-83,88,-117,88v-25,0,-72,-3,-99,-35","w":280,"k":{"y":9,"O":7,"Y":18,"A":7}},"D":{"d":"26,0r0,-260v79,3,154,-12,209,22v40,25,49,68,49,107v0,58,-17,102,-71,121v-62,21,-117,7,-187,10xm100,-211r0,161v67,4,110,-8,110,-81v0,-94,-59,-76,-110,-80","w":299,"k":{"V":20,"Y":34,"A":20,",":9,".":9}},"E":{"d":"25,0r0,-259r195,0r0,49r-124,0r0,54r117,0r0,50r-117,0r0,56r127,0r0,50r-198,0"},"F":{"d":"26,0r0,-259r184,0r0,50r-113,0r0,60r105,0r0,50r-105,0r0,99r-71,0","w":219,"k":{"e":7,"o":7,"u":7,"-":18,"A":27,",":83,".":83,"a":7,"J":54,"r":7}},"G":{"d":"275,-182r-73,0v-4,-27,-25,-35,-45,-35v-49,0,-67,43,-67,87v1,78,51,96,117,82r0,-50r-55,0r0,-50r122,0r0,139v-76,15,-150,35,-212,-12v-63,-47,-71,-152,-9,-211v55,-52,155,-47,203,-4v21,18,19,41,19,54","w":299},"H":{"d":"23,0r0,-260r73,0r0,102r87,0r0,-102r73,0r0,260r-73,0r0,-105r-87,0r0,105r-73,0","w":280},"I":{"d":"22,0r0,-260r74,0r0,260r-74,0","w":119},"J":{"d":"2,-83r71,0v0,11,1,37,25,37v26,0,26,-25,26,-39r0,-175r73,0r0,172v0,11,0,45,-18,63v-49,48,-125,43,-165,-5v-13,-16,-12,-40,-12,-53","w":219,"k":{"A":14,",":9,".":9}},"K":{"d":"27,0r0,-260r73,0r0,114r84,-114r85,0r-90,115r97,145r-89,0r-87,-138r0,138r-73,0","w":280,"k":{"w":20,"y":23,"e":18,"o":18,"O":14,"u":18,"a":7}},"L":{"d":"24,0r0,-260r73,0r0,209r117,0r0,51r-190,0","w":219,"k":{"y":27,"O":9,"T":41,"V":43,"W":22,"Y":54,"-":47,"a":-7}},"M":{"d":"23,0r0,-260r113,0r43,176r41,-176r113,0r1,260r-68,0r3,-218r-62,218r-64,0r-60,-220r2,220r-62,0","w":360},"N":{"d":"24,0r0,-260r99,0r88,194r0,-194r63,0r0,260r-98,0r-89,-202r0,202r-63,0","w":299},"O":{"d":"14,-129v0,-17,3,-69,36,-102v33,-33,83,-36,102,-36v104,0,131,75,131,138v0,104,-73,135,-135,135v-69,0,-134,-38,-134,-135xm209,-130v-1,-58,-16,-85,-60,-85v-48,0,-60,41,-60,86v0,41,12,82,60,82v51,0,60,-47,60,-83","w":299,"k":{"T":14,"V":14,"W":7,"Y":27,"A":14,",":9,".":9,"X":20}},"P":{"d":"250,-176v-4,95,-71,79,-151,82r0,94r-73,0r0,-260v104,1,229,-20,224,84xm99,-212r0,69v37,-3,78,13,78,-35v0,-44,-41,-32,-78,-34","w":259,"k":{"e":14,"o":14,"u":7,"Y":7,"-":29,"A":34,",":86,".":86,"a":14,"r":7}},"Q":{"d":"151,-267v89,0,132,69,132,127v0,65,-36,90,-50,99v7,-2,27,-7,62,-6r0,47r-158,3v-107,6,-152,-122,-102,-212v28,-50,83,-58,116,-58xm209,-130v-1,-56,-17,-85,-60,-85v-48,0,-60,41,-60,86v0,41,12,82,60,82v50,0,60,-46,60,-83","w":299},"R":{"d":"171,0v-13,-32,8,-109,-45,-102r-30,0r0,102r-73,0r0,-260v89,10,219,-36,219,69v0,47,-42,55,-64,63v77,-2,50,76,71,128r-78,0xm96,-148v40,4,79,-2,76,-32v-5,-42,-41,-30,-76,-32r0,64","w":259,"k":{"W":-7,"Y":14}},"S":{"d":"15,-83r72,0v0,10,1,41,44,41v6,0,39,0,39,-30v0,-33,-58,-32,-86,-42v-17,-6,-65,-17,-65,-71v0,-42,32,-81,110,-81v102,0,106,54,106,82r-73,0v0,-8,1,-36,-34,-36v-21,0,-34,13,-34,28v0,37,47,26,74,39v35,9,76,20,76,75v1,91,-146,112,-209,53v-21,-19,-20,-47,-20,-58","w":259,"k":{"v":7,"w":7,"y":7,"c":7,"e":7,"o":7,"T":7,"V":11,"Y":18,"A":7,"a":7}},"T":{"d":"83,0r0,-208r-79,0r0,-52r233,0r0,52r-81,0r0,208r-73,0","k":{"w":34,"y":34,"e":41,"o":41,"O":14,"u":41,"-":63,"A":41,",":61,".":61,"i":-7,"a":41,"J":54,"r":41,":":43,";":43}},"U":{"d":"99,-105v-3,35,20,60,52,60v46,0,52,-37,52,-63r0,-152r70,0v-5,80,17,179,-20,230v-23,32,-71,37,-104,37v-123,0,-123,-77,-123,-119r0,-148r73,0r0,155","w":299,"k":{"C":7,"A":20,",":9,".":9}},"V":{"d":"95,0r-92,-260r80,0r59,188r62,-188r72,0r-95,260r-86,0","w":280,"k":{"C":14,"e":27,"G":14,"o":27,"O":14,"u":14,"-":36,"A":34,",":54,".":54,"i":7,"a":27,":":20,";":20}},"W":{"d":"47,0r-44,-260r72,0r24,189r42,-189r88,0r39,188r24,-188r65,0r-45,260r-86,0r-45,-193r-48,193r-86,0","w":360,"k":{"y":7,"e":7,"o":7,"O":7,"u":7,"A":7,",":29,".":29,"a":7,"r":7,":":7,";":7}},"X":{"d":"145,-93r-58,93r-84,0r99,-135r-92,-125r93,0r51,81r52,-81r83,0r-92,123r97,137r-92,0","w":299,"k":{"y":18,"C":13,"e":9,"O":14}},"Y":{"d":"2,-260r84,0r57,109r58,-109r74,0r-101,168r0,92r-73,0r0,-95","w":280,"k":{"C":36,"e":54,"o":54,"O":27,"S":18,"u":32,"-":72,"A":49,",":72,".":72,"i":13,"a":54,":":45,";":45}},"Z":{"d":"6,0r0,-57r130,-152r-123,0r0,-50r212,0r0,55r-134,154r137,0r0,50r-222,0"},"[":{"d":"21,44r0,-316r100,0r0,37r-49,0r0,242r49,0r0,37r-100,0","w":119},"\\":{"d":"68,6r-79,-268r45,0r79,268r-45,0","w":100},"]":{"d":"-5,44r0,-37r49,0r0,-242r-49,0r0,-37r100,0r0,316r-100,0","w":119},"^":{"d":"30,-103r66,-157r46,0r65,157r-54,0r-35,-95r-34,95r-54,0","w":237},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"112,-187v32,0,96,19,86,68v1,42,-4,81,4,119r-65,0v-1,-6,-2,-14,-2,-26v-8,12,-23,30,-60,30v-44,0,-63,-25,-63,-57v0,-49,45,-67,123,-64v0,-19,-2,-37,-23,-37v-13,0,-24,6,-24,27r-65,0v-2,-37,40,-60,89,-60xm135,-85v-29,0,-57,0,-57,26v0,27,38,36,52,8v5,-12,5,-26,5,-34","w":219},"b":{"d":"226,-91v0,59,-42,97,-81,95v-12,0,-38,-1,-60,-31r-2,27r-63,0r2,-260r68,0r0,98v66,-58,136,-4,136,71xm88,-91v0,12,2,54,34,54v34,0,34,-43,34,-55v0,-18,-3,-54,-33,-54v-33,0,-35,42,-35,55","k":{"v":7,"y":7}},"c":{"d":"207,-117r-67,0v0,-17,-6,-31,-24,-31v-25,0,-31,25,-31,57v0,47,13,57,30,57v23,0,24,-23,24,-37r69,0v0,46,-36,75,-91,75v-58,0,-102,-30,-102,-95v0,-71,50,-96,101,-96v19,0,52,3,73,26v15,17,17,34,18,44","w":219,"k":{"y":7,"h":18,"k":18}},"d":{"d":"12,-90v0,-67,32,-95,82,-95v30,0,43,13,55,26r0,-101r68,0r2,260r-64,0r-2,-27v-7,10,-21,31,-61,31v-62,0,-80,-50,-80,-94xm116,-36v24,0,34,-24,34,-55v0,-30,-9,-54,-33,-54v-30,0,-35,38,-35,55v0,17,4,54,34,54"},"e":{"d":"206,-77r-130,0v0,10,0,44,35,44v18,0,28,-9,30,-26r63,0v-5,45,-47,63,-94,63v-63,0,-97,-31,-97,-91v0,-60,29,-100,96,-100v78,0,95,34,97,110xm77,-113r65,0v-1,-10,-3,-38,-33,-38v-30,0,-31,29,-32,38","w":219,"k":{"v":7,"w":7,"y":7,"x":7}},"f":{"d":"154,-259r0,44v-3,-1,-10,-2,-19,-2v-28,0,-27,22,-27,37r44,0r0,44r-44,0r0,136r-66,0r0,-136r-35,0r0,-44r36,0v-1,-43,0,-81,71,-81v18,0,32,1,40,2","w":159,"k":{"o":7,",":14,".":14,"f":13,"i":-7,"l":-7,"t":13}},"g":{"d":"218,-13v8,78,-113,112,-179,63v-17,-13,-16,-31,-16,-40r63,0v0,14,11,23,30,23v44,0,35,-34,36,-68v-18,27,-48,29,-58,29v-38,0,-81,-23,-81,-89v0,-49,26,-90,81,-90v35,0,51,17,60,31r0,-28r64,0r0,169xm151,-97v0,-9,0,-50,-33,-50v-23,0,-35,21,-35,51v0,19,4,50,34,50v32,0,34,-38,34,-51"},"h":{"d":"121,-142v-36,7,-30,25,-30,60r0,82r-68,0r0,-260r69,0r0,99v7,-7,23,-24,56,-24v40,0,69,33,69,80r0,105r-68,0r0,-97v0,-15,0,-45,-28,-45","k":{"y":14}},"i":{"d":"24,-211r0,-48r69,0r0,48r-69,0xm25,0r0,-181r68,0r0,181r-68,0","w":119},"j":{"d":"2,70r0,-44v24,3,24,-13,24,-30r0,-177r68,0r0,193v5,51,-36,64,-92,58xm26,-211r0,-48r69,0r0,48r-69,0","w":119},"k":{"d":"27,0r0,-260r66,0r0,159r62,-80r75,0r-62,77r71,104r-82,0r-64,-100r0,100r-66,0","k":{"e":7,"o":7}},"l":{"d":"25,0r0,-260r68,0r0,260r-68,0","w":119,"k":{"v":7,"w":7,"y":7}},"m":{"d":"242,-142v-47,1,-24,93,-29,142r-68,0r0,-103v0,-16,0,-39,-27,-39v-23,0,-28,19,-28,39r0,103r-68,0r-1,-181r66,0r1,30v13,-23,34,-34,61,-34v10,0,45,1,57,33v17,-28,45,-33,64,-33v95,2,60,102,67,185r-68,0r0,-102v0,-18,0,-40,-27,-40","w":360,"k":{"y":14}},"n":{"d":"23,0r-2,-181r68,0r1,28v8,-14,23,-32,60,-32v66,0,66,51,66,76r0,109r-68,0r0,-104v0,-13,1,-38,-27,-38v-30,0,-31,32,-31,38r0,104r-67,0","k":{"v":14,"w":14,"y":14}},"o":{"d":"123,4v-71,0,-110,-40,-109,-95v0,-55,34,-96,106,-96v59,0,104,30,104,94v0,56,-32,97,-101,97xm84,-91v-5,21,15,64,35,58v51,-2,47,-115,1,-115v-30,0,-36,30,-36,57","k":{"v":7,"w":7,"y":7,"x":11}},"p":{"d":"20,-181r66,0r1,26v6,-9,22,-30,60,-30v30,0,77,17,77,91v0,101,-95,119,-135,72r0,90r-67,0xm88,-91v0,14,2,54,33,54v28,0,34,-31,34,-58v0,-17,-4,-52,-33,-52v-35,0,-34,46,-34,56","k":{"y":7}},"q":{"d":"150,-154r1,-27r66,0v-5,79,-1,167,-2,249r-67,0r0,-91v-7,9,-22,27,-57,27v-39,0,-79,-27,-79,-93v0,-51,25,-96,78,-96v37,0,53,22,60,31xm113,-35v32,0,35,-40,35,-56v0,-16,-2,-54,-34,-54v-30,0,-32,35,-32,55v0,17,3,55,31,55","k":{"u":7}},"r":{"d":"24,0r-2,-181r66,0r1,38v15,-40,49,-39,64,-39r0,58v-78,-8,-61,55,-62,124r-67,0","w":159,"k":{"v":-7,"w":-7,"y":7,"o":7,"-":16,",":20,".":20,"t":-7,"s":-7,"z":-7}},"s":{"d":"118,-125v1,-15,-2,-27,-21,-27v-25,0,-26,31,-2,33v40,15,91,5,91,63v0,61,-71,61,-87,61v-37,0,-90,-6,-89,-64r67,0v0,13,4,28,23,28v15,0,21,-11,21,-19v-2,-24,-43,-22,-63,-30v-11,-4,-44,-12,-44,-49v0,-43,40,-57,86,-57v39,0,80,11,83,61r-65,0","w":200},"t":{"d":"105,-180r43,0r0,43r-44,0v6,42,-22,109,44,94r0,43v-9,1,-21,3,-44,3v-93,0,-58,-70,-65,-140r-34,0r0,-43r35,0r0,-28r65,-26r0,54","w":159,"k":{"t":13}},"u":{"d":"23,-181r67,0r0,106v0,10,0,35,27,35v28,0,29,-26,29,-36r0,-105r67,0r2,181r-67,0r-1,-28v-18,29,-41,31,-57,31v-102,0,-57,-101,-67,-184"},"v":{"d":"72,0r-69,-181r73,0r36,127r38,-127r64,0r-68,181r-74,0","w":219,"k":{"c":7,"e":7,"o":7,"-":7,",":20,".":20,"a":7}},"w":{"d":"58,0r-55,-181r69,0r29,128r32,-128r76,0r31,128r33,-128r60,0r-57,181r-75,0r-34,-126r-35,126r-74,0","w":339,"k":{"y":-7,"c":7,"d":7,"e":7,"o":7,"-":7,",":20,".":14,"a":7}},"x":{"d":"65,-94r-53,-87r78,0r23,56r25,-56r69,0r-56,87r61,94r-80,0r-28,-67r-30,67r-70,0","w":219,"k":{"c":14,"e":14,"o":7,"-":29}},"y":{"d":"214,-181r-98,249r-63,0r25,-62r-75,-187r73,0r36,126r39,-126r63,0","w":219,"k":{"c":7,"d":7,"e":7,"g":7,"o":7,"-":7,",":20,".":20,"a":7}},"z":{"d":"14,0r0,-46r87,-91r-83,0r0,-43r160,0r0,44r-88,93r93,0r0,43r-169,0","w":200,"k":{"e":7,"o":7}},"{":{"d":"28,-114v33,-1,68,33,59,73v0,21,-1,52,39,53r0,32v-35,-2,-56,-10,-73,-23v-12,-9,-19,-32,-18,-71v0,-18,0,-40,-41,-47r0,-34v43,-9,41,-30,41,-54v0,-40,1,-82,91,-87r0,33v-43,5,-39,31,-39,60v0,41,-31,66,-59,65","w":119},"|":{"d":"24,-270r52,0r0,360r-52,0r0,-360","w":100},"}":{"d":"33,-41v0,-47,29,-73,59,-73v-14,-2,-31,-4,-44,-17v-38,-36,16,-99,-54,-108r0,-33v35,2,56,10,73,23v12,9,19,32,18,72v0,18,0,39,41,46r0,34v-43,9,-41,31,-41,55v0,40,-1,81,-91,86r0,-32v40,-3,39,-31,39,-53","w":119},"~":{"d":"163,-60v-19,6,-101,-49,-112,-2r-32,0v3,-44,28,-72,56,-72r90,22v17,0,20,-13,21,-20r33,0v-3,33,-17,72,-56,72","w":237},"'":{"d":"78,-154r-36,0r-10,-95r56,0","w":119},"`":{"d":"49,-209r-67,-52r75,0r38,52r-46,0","w":119},"\u00a0":{"w":119,"k":{"T":72,"V":27,"W":27,"Y":81,"A":27}}}});
;
/*$(function(){
		 
	$('#slider').slides({
		preload: true,
		preloadImage: 'img/loading.gif',
		play: 5000,
		pause: 2500,
		effect: 'fade'
	});
	
	Cufon.replace('.slides_container div.slide div.copy',{fontFamily: 'Univers LT Std', fontWeight:'normal'} );
	Cufon.replace('.slides_container div.slide h3',{fontFamily: 'Univers LT Std', fontWeight:'bold'} );
	Cufon.replace('h1.title',{fontFamily: 'Univers LT Std', fontWeight:'normal'} );
	Cufon.replace('.pagetitle',{fontFamily: 'Univers LT Std', fontWeight:'normal'} );
	
});*/
;

