body {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #676767;
	margin: 0;
	padding: 0;	
}

div.site_container {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
}
	
	
/* ----- HEADER NAV LINKS ------*/	



#header_links {
	width: 402px;
	text-align: right;
	position: absolute;
	top: 15px;
	margin-left: 530px;	
}

#header_links a	{
	display: inline;
	font-size: 10px;
	color: #5a5a5a;
	margin-left: 12px;
	text-transform: uppercase;
}

#header_links a.selected, #header_links a:hover	{
	color: #000000;
}


/* --------- NAV TABS ------------*/
#nav {
	width:970px;
	font-size:12px;
	overflow:hidden;
	padding:0 0 12px;
	background-repeat:no-repeat;
}

#nav a {
	margin-left:25px;
	color:#40ae49;
	display:inline-block; 
}

#nav a.selected, #nav a:hover	{
	color:#000000;
}
	






/* ---------- SUB NAV -------------*/

body.tnel #subnav	{ background-image:url(../shell/subnav-bg-tnel.gif);}
body.wwd #subnav	{ background-image:url(../shell/subnav-bg-wwd.gif);}
body.wycd #subnav	{ background-image:url(../shell/subnav-bg-wycd.gif);}

#subnav	{
	width:100%;
	margin-bottom:10px;
}

#subnav ul.subnav {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
	height:48px;
}

#subnav ul.subnav li {
	float: left;
	padding: 0;
	position: relative;
	margin-right:25px;
	background-image: none;
	z-index:6000;
}

#subnav ul.subnav li a {
	display:inline-block;
	height:28px;	
	margin-right:0px;
	padding:15px 5px 5px 5px;
	font-size:14px;
	color:#ffffff;
}

#subnav ul.subnav li.hover a {
	color:#000000;
}

#subnav ul.subnav li.hover {
	color:#000000;
}

#subnav ul.subnav li.active a {
	color: #000000;
}

#subnav ul.subnav li.hover a {
	color: #000000;
}

#subnav ul.subnav li a.selected	{
	color:#000000;
}

/* drop down subnav */

body.wwd #subnav ul.dropdown {
	background-image:url(../shell/dropdown-bg-wwd.gif);
}

body.wycd #subnav ul.dropdown {
	background-image:url(../shell/dropdown-bg-wycd.gif);
}

#subnav ul.dropdown {
	display: none;
	list-style:none;
	position: absolute;
	margin: 0;
	padding: 0 0 5px 0;
	top: 48px;
	left: 5px;
	width: 200px;
	background-repeat:no-repeat;
	background-position:left bottom;
	
	/* for IE */
  	_filter:alpha(opacity=97);
	opacity:0.97;
}

#subnav ul.dropdown li {
	width: 200px;
	margin-right:0px;
	margin-bottom:5px;
	padding-top:5px;
	font-size:11px;
	color:#000000;
}

#subnav ul.dropdown li a {
	text-align: left;
	display:block;
	background-image: none;
	margin-right:0px;
	padding: 3px 15px 3px 15px;
	font-size:11px;
	color:#000000;
	height:auto;
}

#subnav ul.dropdown li a.dropdown-bullet {
	display:block;
	padding: 3px 15px 3px 27px;
	color:#58595b;
	background-image: url(../shell/icon-minibullet.gif);
	background-repeat:no-repeat;
	background-position:20px 10px;
	opacity:1;
}

body.wwd #subnav ul.dropdown li a:hover {
	background-color: #507f18;
	color:#ffffff;
}

body.wycd #subnav ul.dropdown li a:hover {
	background-color:#c7a605;
	color:#ffffff;
}	

#subnav ul.dropdown li.active a {}
#subnav ul.dropdown li.hover a {}


/* ---------- LANDING PAGE HERO GRAPHIC BG -------*/
div.hero_bg	{
	display: block;
	width: 970px;
	min-height: 280px; 
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

body.tnel div.hero_bg {background-image:url(../shell/hero-tnel.jpg);}
body.wwd div.hero_bg {background-image:url(../shell/hero-wwd.jpg);}
body.wycd div.hero_bg {background-image:url(../shell/hero-wycd.jpg);}
body.faqs div.hero_bg {background-image:url(../shell/hero-faqs.jpg);}
body.tl div.hero_bg	{background-image:url(../shell/hero-tl.jpg);}

div.hero_copy {
	width:525px;
	padding:10px 15px 0px 25px;
	margin:90px 0px 0px 30px;
}

div.hero_copy h1 {
	font-size:32px;
	color:#000000;
	margin:0 0 5px;
	letter-spacing:-1px;
}

div.hero_copy h2 {
	font-size:15px;
	margin:0px;
	color:#6e6d6b;
	line-height:1.5em;
	font-weight:normal;
}


/* -------- SIDE BAR ---------*/

body.tnel div.sidebar_container	{ background-image:url(../shell/sidebarcontainer-bg-tnel.jpg); }
body.tnel.kpi div.sidebar_container	{ background-image:url(../shell/sidebarcontainer-bg-kpi.jpg); }

body.wycd div.sidebar_container	{ background-image:url(../shell/sidebarcontainer-bg-wycd.jpg); }
body.wwd div.sidebar_container	{ background-image:url(../shell/sidebarcontainer-bg-wwd.jpg); }
body.tl div.sidebar_container		{ background-image:url(../shell/sidebarcontainer-bg-tl.jpg); }
body.aux div.sidebar_container	{ background-image:url(../shell/sidebarcontainer-bg-aux.jpg); }

body.tnel div.sidebar {
	background-image:url(../shell/sidebar-bg-tnel.jpg);
	background-color:#5bcded;
}
	
	
body.tnel.kpi div.sidebar	{
	background-image:none;
	background-color:#2e3224;
	}	

body.wwd div.sidebar	{
	background-image:url(../shell/sidebar-bg-wwd.jpg);
	background-color:#8ec72b;
	}

body.wycd div.sidebar	{
	background-image:url(../shell/sidebar-bg-wycd.jpg);
	background-color:#e6bb0d;
	}


body.tl div.sidebar	{
	background-image:url(../shell/sidebar-bg-tl.jpg);
	background-color:#3daa3d;
	}
	
	
body.aux div.sidebar	{
	background-image:url(../shell/sidebar-bg-tnel.jpg);
	background-color:#5bcded;
	}	




div.sidebar_container	{
	width:235px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:left bottom;
	float:right;
	}

div.sidebar	{
	width:220px;
	margin-left:15px;
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#ffffff;
	font-size:12px;
	}

div.sidebar_synposis	{
	width:100%;
	padding-bottom:25px;
	margin-bottom:25px;
	background-image:url(../shell/hr-white.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	overflow:hidden;
	}

div.sidebar_synposis div.synopsis_img	{
	width:65px;
	height:55px;
	display:block;
	float:left;
	}

div.sidebar_synposis div.synopsis_txt	{
	width:105px;
	float:right;
	}


div.sidebar h1	{
	font-size:16px;
	margin:0 0 15px 0;
	color:#4a4b4c;
	}

div.sidebar h2	{
	font-size:12px;
	margin:0 0 5px 0;
	color:#ffffff;
	}

div.sidebar a
	{
	text-decoration:underline;
	color:#231f20;
	}
	
	
body.kpi div.sidebar h1,
body.kpi div.synopsis_txt a
	{
	color:#5bcded;
	}
	
	

div.sidebar_ikea_reports h2,
div.sidebar_ikea_reports a {
	color:#106cb6;
	margin-bottom:0px;
	}
	
div.sidebar_ikea_reports a	{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	}

body.tl div.sidebar_ikea_reports h2,
body.tl div.sidebar_ikea_reports a	{
	color:#fbe217;
	}

div.sidebar p	{
	margin:0px;
	}

div.sidebar div.padding	{
	overflow:hidden;
	padding:20px;
}








/* ------ TRAIL AND SHARE THIS ------*/

body.landing div.crumbtrail_container	{	
	margin-bottom:35px;
	}

div.crumbtrail_container	{
	width:100%;
	overflow:hidden;
	clear:both;
	margin-bottom:15px;
	padding-bottom:10px;
	background-image:url(../shell/hr-grey.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	}
	
div.landing div.crumbtrail_container	{
	margin-bottom:35px;
	}
	
	

div.crumbtrail	{
	float:left;
	width:755px;
	font-size:11px;
	color:#b3b3b3;
	padding-top:5px;
	}

div.crumbtrail a	{
	color:#b3b3b3;
	}
	
div.crumbtrail b	{
	color:#000000;
	font-weight:normal;
	}

div.sharethis	{
	float:right;
	width:150px;
	text-align:right;
	}





/* -----FOOTER ------- */
#footer	{
	margin:70px 0 30px 30px;
	display:block;
	width:905px;
	margin-left:30px;
	overflow:hidden;
	color:#989898;
	font-size:11px;
	background-image:url(../shell/hr-grey.gif);
	background-repeat:repeat-x;
	padding-top:10px;
	clear:both;
	}

#footer a	{
	color:#989898;
	}

#footer div.copyright	{	
	float:left;
	padding-top:10px;
	overflow:hidden;
	width:49%;
	}

#footer div.copyright img	{
	float:left;
	margin-top:-5px;
	}

#footer div.privacy	{
	padding-top:10px;
	float:right;
	text-align:right;
	width:49%
	}


body.home #footer	{
	background-image:none;
	}

body.home #footer div.privacy	{
	/* display:none; */
	}



/* --------  PAGE CONTENT -----------*/
div.trunk	{
	width:905px;
	margin-left:30px;
	overflow:hidden;
	}


div.main_copy	{
	float:left;
	/* --width:340px; -- */
	width:650px;
	overflow:hidden;
	height:auto;
	}
	


body.landing div.main_copy,
body.accordion div.main_copy,
body.aux div.main_copy

	{
	overflow:hidden;
	width:650px;
	float:left;
	}
	
	
div.page_title	{
	width:100%;
	display:block;
	clear:both;
	padding:0px;
	margin-bottom:15px;
	min-height: 80px;
	}
	
div.page_title h1	{
	font-size:44px;
	letter-spacing:-1px;
	margin:0px;
	color:#000000;
	}	

div.page_title h1 sup	{
	font-size:30px;
	vertical-align:28%;
	padding:0px;
	margin:0px;
	}
	
div.page_title h2	{
	font-size:24px;
	letter-spacing:-1px;
	padding:0px;
	margin:0px 0px 25px 0px;
	color:#41ad49;
	line-height:1em;
	}	

div.page_title h2 a	{
	color:#41ad49;	
	}

div.preamble p	{
	font-size:16px;
	font-weight:bold;
	}
	
div.main_copy div.preamble	{
	font-size:14px;
	background-image:url(../shell/hr-grey.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:1px; /* --- for IE 6 ---*/
	}	
	
div.main_copy div.preamble h2	{
	color:#41ad49;
	font-size: 20px;
	letter-spacing:-1px;
	}

div.main_copy div.preamble p	{
	font-size:14px;
	}
	
div.main_copy	h3.green	{ 
	color:#41ad49;	
	}	
	
	
/* ---- accordion PAGES ------- */



div.accordion_block	{
	width:100%;
	display:block;
	overflow:hidden;
	padding-bottom:25px;
	margin-bottom:25px;
	background-image:url(../shell/hr-grey.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	}
	
div.accordion_block.last	{
	background-image:none;
	}

div.accordion_block.narrow	{
	width:340px;
	overflow:hidden;
	clear:none;
	}

div.accordion_title	{
	padding:0 3px 0 3px;
	margin-bottom:10px;
	}

div.accordion_title h1	{
	font-size:25px;
	letter-spacing:-1px;
	margin:0px;
	color:#000000;
	line-height:30px;
	}	

div.accordion_title h1 sup	{
	font-size:20px;
	vertical-align:28%;
	padding:0px;
	margin:0px;
	}
	
div.accordion_title h2	{
	font-size:17px;
	letter-spacing:-1px;
	padding:0px;
	margin:0px;
	color:#41ad49;
	line-height:21px;
	}	
	
div.accordion_title h2	a,
body.wwd div.accordion_title h2 a
{	
	color:#41ad49;
	}		
	
div.accordion_preamble 	{
	padding:3px;
	font-size:12px;
	padding-bottom:15px;
	}




div.accordion_preamble h3	{
	font-size:12px;
	color:#676767;
	margin:0px;
	}


div.accordion_txt p	{
	padding:0 3px 0 3px;
	}
div.accordion_txt h4	{
	padding:0 3px 0 3px;
	}

div.accordion_txt	 ul.links
	{
	padding:0 3px 0 3px;
	margin-bottom:15px;
	background-image:none;
	}	
	
div.accordion_txt ul.links li	{
	background-image:none;
	padding:0px;
	}	

div.accordion_txt ul.links li a	{
	font-size:14px;
	color:#676767;
	font-weight:bold;
	text-decoration:underline;	
	}


div.accordion_txt 	{
	font-size:12px;
	/*display:none;*/  /* -- by default the copy is hidden --- */
	}



/* -- CLASS SHOW TO DISPLAY THE COPY AND LINKS --- */
/**
div.accordion_block.show div.accordion_txt	{
	display:block;
	}
*/
	
div.accordion_block.active div.accordion_txt  {
	background-color:#f2f2f2;
	}
	
div.accordion_block.active div.accordion_preamble {
	background-color:#f2f2f2;
	}

div.accordion_btns	{
	width:100%;
	overflow:hidden;
	font-size:12px;
	}
	
	
/* ---- READ MORE BUTTON ---- */	

body.accordion .dropdownBlockContainer div.accordion_btns a.dropdownBlockTrigger	{
	color:#676767;
	padding:0 15px 0 3px;
	background-image:url(../shell/icon-arrow-down.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-weight:bold;
	float:left;
	outline:none;
	}
	
body.accordion .dropdownBlockContainer.active div.accordion_btns a.dropdownBlockTrigger {
	background-image:url(../shell/icon-arrow-up.gif);	
}


/* --- READ LESS BUTTON ----*/	
/**
body.accordion div.accordion_btns a.read_less	{
	color:#676767;
	padding:0 15px 0 3px;
	background-image:url(../shell/icon-arrow-up.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-weight:bold;
	float:left;
	}	
*/
	
/* --- BACK TO TOP BUTTON ---- */	
body.accordion div.accordion_btns a.top	{	
	color:#676767;
	float:right;
	background-image:url(../shell/icon-arrow-up.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	padding:0 3px 0 15px;
	}	
	
	
/* ---- WHAT YOU CAN DO ---- */

body.wycd div.accordion_block h2 a	{
	color:#41ad49;
	}	
	
	
	
/* --- ANCHOR LINKS ---- */




div.anchor_links	{
	width:350px;
	float:left;
	margin-bottom:60px;
	}

div.anchor_links ul.links	{
	padding:2px 0 0 0;
	margin-bottom:0px;
	}
	
div.anchor_links ul.links li	{
	padding:3px 0 9px 0;
	}	

	
	
div.anchor_links ul.links li a	{
	color:#41ad49;
	font-size:11px;
	font-weight:normal;
	}
	
	
div.anchor_links.no_title ul.links	{
	background:none;
	}
	

div.category_links div.anchor_links.has_image	{
	width:350px;
	}

	

div.category_links	{
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
	}
	
div.category_links.narrow	{
	width:350px;
	}
	
	
	
div.category_links div.anchor_links	{
	margin-bottom:0px;
	width:100%;
	}

div.category_links div.anchor_links h3	{
	font-size:30px;
	color:#41ad49;
	}

div.category_links div.category_img	{
	width:300px;
	float:left;
	}
	
	

div.category_title	{
	width:100%;
	margin-top:60px;
	margin-bottom:20px;
	overflow:hidden;
	}
	
div.category_title div.category_img	{
	width:300px;
	float:left;
	}

div.category_title div.category_txt	{
	width:350px;
	padding:30px 0 0 0;
	float:left;
	}
	
div.category_title div.category_txt h1	{
	font-size:42px;
	color:#000000;
	line-height:1.1em;
	letter-spacing:-2px;
	}
		
div.category_txt h3	{
	font-size: 12px;
	color: #676767;
	}		

	

/* ------ LEFT ------ */
div.spotlight	{
	width:300px;
	margin-bottom:0px;
	padding-bottom:30px;
	float:left;
	display:inline;
	overflow:hidden;
	background-color:#ffffff;
	font-size:12px;
	}	


div.spotlight_bar	{
	background-color:#a8a8a8;
	width:280px;
	}

div.spotlight_copy	{
	width:240px;
	padding:20px 20px 0 20px;
	}
	
div.spotlight_copy table	{
	margin-bottom:20px;
	
	}

/* ----- SYNOPSIS TYPES ------ */

div.row_synopsis	{
	width:100%;
	overflow:hidden;
	margin-bottom:25px;
	}
	
	
div.row_synopsis div.synopsis_img	{
	width:220px;
	float:left;
	}
	
div.row_synopsis div.synopsis_txt	{
	width:430px;
	float:left;
	}	
	

	
	
	
div.column_links,	
div.column_synopsis	{
	float:left;
	width:290px;
	margin-right:35px;
	display:inline;
}

div.column_links.last,
div.column_synposis.last	{
	margin-right:0px;
	}
	
div.column_synopsis div.synopsis_img	{
	margin-bottom:20px;
	}
	
	
div.hr_synopsis	{
	width:430px;
	height:2px;
	margin:30px 0 30px 220px;
	background-image:url(../shell/hr-grey.gif);
	background-repeat:repeat-x;
	padding:0px;
	font-size:0px;
	clear:both;
	}
		
	

/* ------ TNEL PARTNERS PAGE ----- */
div.row_synopsis.partners ul.links,
div.row_synopsis.partners ul.links li	{
	background-image:none;
	}
	


div.row_synopsis.partners div.synopsis_img	{
	text-align:center;
	}

	



	
		
/* ---- HOME PAGE ----*/	
body.home div.home_hero	{
	width:905px;
	display:block;
	margin-bottom:10px;
	}
	
	
body.home div.crumbtrail_container	{	
	background-image:none;
	margin-bottom:5px;
	}

body.home  div.callout_img	{
	float:left;
	width:200px;
	}

body.home div.callout_container	{
	float:left;
	width:705px;
	overflow:hidden;
	}

body.home div.callout_txt,
body.home	div.callout_links
	{
	float:left;
	width:335px;
	margin-right:35px;
	}

body.home div.callout_txt.last,
body.home div.callout_links.last	{
	margin-right:0px;
	}
	
body.home div.callout_txt h2		{	
	font-size:24px;	
	line-height:1em;
	letter-spacing:-1px;
	margin-bottom:5px;
	}

body.home div.callout_txt h2 small	
	{	font-size:14px;	}


body.home ul.links	{
	font-size:12px;
	}


body.home	ul.links a	{
	font-weight:bold;	
	}

body.home ul.links.ikea_reports li a	{
	color:#106cb6;
	}
	
body.home ul.links.ikea_reports li h3	{
	color:#106cb6;
	font-size:12px;
	margin-bottom:0px;
	}

body.home ul.links.ikea_reports li p	{
	margin-bottom:0px;
	}
	
	
	
	
/* --KPI TABLE DATA--*/	
	
table.kpi	{ 	
	width:650px;
	margin-bottom:15px;	
	}

table.kpi th	{	
	color:#4fb5f5;	
	text-align:left;
	letter-spacing:-1px;
	padding:3px 5px 10px 0px
	}	

table.kpi td	{	
	font-size:12px;
	padding:3px 10px 3px 0;	
	}	

table.kpi td.type	{ 	
	width:175px;	
	font-weight:bold;
	}

table.kpi td.fy,
table.kpi td.fy_bold
			{	width:45px;	}
			
table.kpi td.fy_bold	{	font-weight:bold;	}	

table.kpi td.goal	{	
	width:80px;	
	text-align:center;
	}

table.kpi td.notes	{
	font-size:11px;
	color:#4fb5f5;
	width:165px;
	}	

table.kpi td sup {
	font-weight:normal;
	font-size:10px;
	}
	

table.kpi th sup {
	font-size:10px;
	}	
	
	

	


/* ----- FAQS PAGE ------- */
					   

body.faqs div.anchor_links	{
	float:none;
	width:100%;
	}




body.faqs div.anchor_links ul.links li a	{
	color:#0597f0;
	font-size:15px;
	font-weight:normal;
	}
	

div.faqs_answers	{
	display:block;
	padding:0 0 25px 0;
	margin:0 0 25px 0;
	background-image:url(../shell/hr-grey.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	}

div.faqs_answers.last	{
	background-image:none;
	}

div.faqs_answers div.faqs_txt	{
	display:block;
	font-size:12px;
	margin-bottom:15px;
	}

div.faqs_answers	div.faqs_top	{
	display:block;
	text-align:right;
	}


body.faqs div.faqs_answers div.faqs_top a.top	{
	padding-left:15px;
	font-size:12px;
	color:#676767;
	background-image:url(../shell/icon-arrow-up.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	}



/* ----- AUX PAGE FORMS ------ */
div.aux_form	{
	width:100%;
	background-color:#f0f1f3;
	font-size:12px;
}

div.aux_form input.text,
div.aux_form textarea,
.aux_form .dropdownMenu	{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	margin-bottom:25px;
	padding:3px 0;
	border:#c6c6c6 solid 1px;
	display:block;
	width: 260px;
}

div.aux_form div.form_content	{
	padding:20px;
	}

div.aux_form input.email	{
	height:20px;
	}

div.aux_form input.subject	{
	height:20px;
	}
	
div.aux_form textarea.message	{
	width:552px;
	}
	
div.aux_form input.submit	{
	float:right;
	margin-right:55px;
	}
	
.aux_form .validationMessage {
	color: #f00;
	padding:0 0 25px 0;
}

.aux_form table {
	width: 580px;
}

.aux_form .topLabel {
	font-size:12px;
	font-weight: bold;
	color: #000;
}

#fNameField, #lNameField{
	height: 20px;
}

.aux_form .dropdownMenu {
	width: 262px;
	padding: 0;
}

.aux_form #messageField {
	margin-top: 4px;
}

/* --- SEARCH RESULTS ---- */
ol.search_results	{
	margin:25px 0 15px 40px;
	padding:0px;
	}

ol.search_results li	{
	padding:15px 0 0 0;
	margin:0 0 25px 0;
	background-image:url(../shell/hr-grey.gif);
	background-repeat:repeat-x;
	background-position:left top;
	}
	
ol.search_results li em	{
	font-weight:bold;
	}


/* ----- GENERAL ------*/


div.hr	{
	display:block;
	height:2px;
	width:100%;
	background-image:url(../shell/hr-grey.gif);
	background-repeat:repeat-x;
	margin:0 0 15px 0;
	padding:0px;
	font-size:0px;
	clear:both;
	}



	

a	{	text-decoration:none;	}
a.anchor	{
	font-size:0px;
	height:0px;
	margin:0px;
	padding:0px;
	}


body.home	div.callout_container a	{	color:#40ae49;	}

body.tnel div.main_copy a	{	color:#0597f0;	}
body.wwd div.main_copy a		{	color:#658a01;	}
body.wycd div.main_copy a	{ 	color:#c88209;}
body.tl div.main_copy a		{	color:#3daa3d;}
body.faqs div.main_copy	a	{	color:#0597f0;}

body.aux div.main_copy a	{	color:#0597f0;	}

img 	{
	border:0px;
	}
	
img.img_left	{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	display:inline;
	}
	
img.img_right	{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	display:inline;
	}
	
div.container	{
	overflow:hidden;
	margin:0 0 18px 0;
	}
	

h1, h2, h3 	{
	margin:0 0 15px 0;		/* --- reset margins ----*/
	color:#000000;
	}

/* --- set default sizes ---*/
h1	{	font-size:44px; }
h2	{	font-size:24px; }
h3	{	font-size:16px; }




p	{
	margin:0 0 1.5em 0;
	line-height:1.5em;
	}	
	
br	{
	line-height:1.5em;
	}
	
main_copy ul	{
	overflow:hidden;
	}
	
	
ul.links	{
	background-image:url(../shell/hr-grey.gif);
	background-repeat:repeat-x;
	list-style:none;	
	margin:0 0 30px 0;
	padding:0px;
	overflow:hidden;
	}

ul.beforeReport {
	margin:0 0 0 0;
}
	
ul.links li	{
	background-image:url(../shell/hr-grey.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	margin:0;
	padding:10px 0 10px 0;
	}

ul.beforeReport li.lastChild {
	background-image: none;
}
	

ul.checkmark {
	list-style-type:none;
}	


ul.checkmark li {
	background-image:url(../shell/icon-checkmark.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:18px;
	padding-left:20px;
	width:auto;
	overflow:hidden;
}


	
div.clear	{
	font-size:0px;
	height:0px;
	display:block;
	width:100%;
	clear:both;
}





form	{
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

input	{
	color:#676767;
	font-family:verdana, arial, helvetica, sans-serif;
	}
	
input:focus { outline: none; }	





div.form_content	sup	{	
	font-size:9px;
	font-weight:normal;
}
