/* 
-------------------------------------------------------------------
Chartered Institute of Purchasing & Supply 
Authored by: Reading Room Ltd.
Print Stylesheet
-------------------------------------------------------------------
*/


/* ------------------------------------------------------
-- GLOBAL
------------------------------------------------------ */  

html,
body,
.wrapper,
#headWrap,
#header,
#logo,
#contentWrap,
#content,
#maincontent {
	float:none !important;
	width:auto !important;
	padding:0 !important;
	border:0 !important;
	margin:0 !important;
}

a:link,
a:visited,
a:active {
	border-bottom:1px solid #000;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

/* print out url to links
#content a[href]:after {
	font-weight:normal;
	border:0;
	content:" [" attr(href) "] ";
}
*/

img,
a img {
	border:0;
}


/* ------------------------------------------------------
-- HIDDEN
------------------------------------------------------ */

#navSkip,
#header form,
#globalLinks,
#navMain,
#navSub,
#navInner,
#brandWrap,
#breadcrumb,
#pagetools,
#f_alerts,
#fdefinitionSearch,
#fBranches,
#regionMapLarge,
#footer ul,
.replyBtn,
.report {
	display:none;
}


/* ------------------------------------------------------
-- PRINT CORRECTIONS
------------------------------------------------------ */

li {
	background:none;
}

/* ------------------------------------------------------
-- TYPOGRAPHY
------------------------------------------------------ */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}

h1 {
	font-size:20pt;
	padding:4mm 0 0;
	margin:0 0 8mm 0; 
} 

h2 {
	margin-top:6mm;
	font-size:16pt;
}

h3 {
	font-size:12pt;
	font-weight:bold;
} 

h4 {
	font-size:12pt;
}

p,
li,
td {
	font-size:10pt;
	line-height:14pt;
	font-weight:normal;
	margin-top:0;
}

th {
	font-size:12pt;
	font-weight:bold;
	text-align:left;
}

em {
	font-style:italic;
	color:#000;
}

strong {
	font-weight:bold;
}

abbr,
acronym {
	border:0;
}

/* ------------------------------------------------------
-- LAYOUT
------------------------------------------------------ */

#logo a,
#logo a img {
	display:block;
	padding-bottom:2mm;
}

#content {
	clear:both;
}

#footer {
	clear:both;
	float:none !important;
	width:auto !important;
	padding:2mm 0;
	margin:2mm 0;
	border-top: 1mm solid #333 !important;
}