/* reset */
html,body{height:100%}html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,code,img,kbd,s,samp,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;font-style:normal;font-weight:normal;vertical-align:baseline;background:transparent;}abbr,b,cite,del,dfn,em,i,ins,q,span,strong,sub,sup{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}body{font-size:100%;line-height:1;background:#fff;color:#000;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}abbr{cursor:help;}a abbr{cursor:pointer;}label,button{cursor:pointer;}:active{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}
.skip a{position:absolute;left:-9999px;}
.skip a:focus{left:auto; background: #89abd5; padding: 5px; font-size: 0.875em; color: white; text-decoration: none;	 }

/* BODY */
body {
	background: #e8ebef;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

/* BEHAVIORAL */	
.js-enabled .hide_ { display: none; }
.js-enabled .link_ { cursor: pointer; }

/* HACKS */
.clear_:after { clear: both; content:"."; height: 0; visibility: hidden; display: block; }

/* ACCESSIBLE */
.move_ { position: absolute; left: -9999px; overflow: hidden; }

/* ELEMENTS */
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 77%;
}
	sup { bottom: 3px; }
		* html sup { bottom: 7px; }
		*+html sup { bottom: 5px; }
	sub { top: 3px; }
		* html sub { top: 0px; }
		*+html sub { top: 2px; }

/* ANCHORS */
a:link, a:visited { text-decoration: none; color: #9ec52e; }
a:focus, a:hover, a:active { text-decoration: underline; color: #444; }

/* PARAGRAPHS */
p, li, th, td, dt, dd {}
p small { font-size: .75em; font-style: italic; }

/* HEADERS */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 {} /* logo */
h2 {}
h3 {}
h4 {}
h5 {}

/* LISTS */
ol.tags { margin: 0 0 0 0; font-size: .6875em; line-height: 1.227; list-style: none; }
	ol.tags li { margin: 0 0 7px 0; padding: 0; clear: both; font-weight: bold; }
	ol.tags li span { display: block; float: left; margin: 0 0 7px 0; padding: 0 7px 0 0; }
	* html ol.tags { margin-left: 0; }
	*+html ol.tags { margin-left: 0; }
	
dl.directors { font-size: .6875em; line-height: 1.227; }
	dl.directors dt { font-weight: bold; }
	dl.directors dd { margin: 0 0 7px 0; }
	
	