a:link, a:visited, .anchor {
	text-decoration: none;
}

@media print {
	html, body {
		height: 100%;
		margin: 0px;
		padding: 0px;
	}

	a,
	a:link,
	a:hover,
	a:visited {
		text-decoration: none;
	}	

	form {
		width: 100%;
		height: 100%;
	}

	#content {
		background-color: #ffffff;
	}

	.main {
		vertical-align: top;
		width: 100%;
		background-color: #ffffff;
	}

	.left, .right {
		display: none !important;
	}

	.header {
		display: none !important;
	}

	.footer {
		display: none !important;
	}

	#logotd {
	}

	#menutd {
	}

	#outertable, #outertd {
		width: 100%;
	}

	#barleft {
		display: none !important;
		width: 0;
	}

	#barright {
		display: none !important;
		width: 0;
	}

	#headertoprowtd {
		display: none !important;
	}

	#footerrowtd {
		display: none !important;
	}

	.PrintLink {
		display: none !important;
	}

	.PrintHidden {
		display: none;
	}	

	.CollapseLink {
		display: none;
	}

	.ReportHeader {
		border: none;
		border-left: 1px solid black;
		border-right: 1px solid black;
	}

	.ReportGrid {
		border: none;
		border-top: 1px solid black;
	}
	
	.ReportSection {
		border-left: none;
		border-right: none;
		border: 1px solid black;
	}
}