/*****************************************************************************************************************/
/* PRINT STYLES
/*****************************************************************************************************************/
/*
The following are custom styles used for the print version.
Add new CSS classes/selectors here to control their output, for example: margin, padding, etc.
*/
body {
	font-size: 77%;
	margin:0mm;
	padding:0mm;
}
h1, h2, h3,h4, h5, h6 { 
	page-break-after: avoid;
	page-break-inside: avoid; 
}
blockquote, pre	{ 
page-break-inside: avoid;
}
ul, ol, dl { 
	page-break-before: avoid;
}
body, span, textarea, hr {
	color: #000000;
	font-family: Verdana, Tahoma, Serif;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
a:link, a:visited
{
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}
/* Table Styles */
table {
	/*border-collapse:collapse;*/
	width:100%;
	margin-right:0.5cm;
}
table.measureresult, table#dataindexed {
	font-size:50%;
}
td, th {
	border:1px solid #000000;
}
/*	The following styles are used to hide elements not required in the printed version. */
#banner, 
#toolbar,
.footer, #footer,
#breadcrumb,
#promotions,
#pagefooter,
#navigation,
#pagebuttons,
#keywordsearch
{
	display: none;
}
