@media print {

#accessibility,
#siteSearch,	
.mainNavOuter,
#subNav,
#breadcrumb,
#xcol,
#footer,
#googleAd,
#supportContent,
#toolsSection,
#shareArticle,
#tags {
	display: none;
}
	
	
* {
	float:none;
	overflow: visible;
	}	

#header {
	margin: 0;
}
body {
	margin: 0;
	background: #fff;
	background-image:none;
	padding:0;
	color:#000000;
	float:none;
	width:98%!important;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}

body div {
	background:none ;
	margin:0 ;
	padding:0 ;
	width:98%;
	}

img {
	border: none;
	}

h1 {
	font-size: 16pt;
	margin: 2px 0 4px 0;
	line-height: 1.8em;
	font-weight: 400;
	}

h2 {
	font-size:16pt;
	line-height:2;
	}

h3 {
	font-size:15pt;
	line-height:1.8;
	}

h4 {
	font-size:13pt;
	line-height:1.5;
	}

h5, h6 {
	font-size:12pt;
	line-height:1.3; 
	}

h1, h2, h3, h4, h5, h6, p {
	border:none;
	width:auto;
	margin:0;
	padding:0;
	clear:both;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin-bottom: 10pt;
	}

a {
	color:#D3373B;
	text-decoration:none;
	font-weight:bold;
	}

ul, li, ul li, li a {
	list-style:none;
	background:none;
	margin:0;
	padding:0;
	clear:both;
	}

a:link, a:visited {
	text-decoration:underline;
	color:black;
	background:transparent;
	}

	
div.articleAssetsImages {
	border: none;
	margin-bottom: 10px;
}

table, th, td, tr {
	border:none;
	background:none;
	}

#maincol, 
#siteLogo {
	float:none;
	width:auto ;
	margin:0 ;
	padding:0;
	position:relative;
	left:0;
	height:1%; /*ie7 bug fix*/
	}

span {
	visibility: visible;
	}

/* article styling */
#additionalInfo {
	margin-bottom: 10px;
}
.articleSummary {
	margin-bottom: 10px;
}

}
