/* Copyright 1997-2004 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: print.css, v 2.0 20/09/2004 $ */

/* ******************  printing  ************** */

@media print {

h1, h2, h3 { 
	page-break-after: avoid; 
	page-break-inside: avoid;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
	color: #000;
	font-weight: normal;
}

blockquote, pre { 
	page-break-inside: avoid;
}

ul, ol, dl { 
	page-break-before: avoid;
}   

body {
	font-size: 12pt; 
}

#crumbs, .mainNav, #menu, #secNav, #localNav, .invisible, .indexLink, .archive, .questionIndex { 
	display: none;
}

html, body, h1, h2, h3, p, .content {	
	margin: 15pt 0 10pt 0; 
	padding: 0; 
}

abbr, acronym  { 
	border-style:none;  
}

abbr:after, acronym:after { 
	content:" ["attr(title)"] "; 
	font-variant: small-caps;  
	font-size: 10pt;
}

.item {
	page-break-inside: avoid;
}

}

