
	.print_only {
		display: block;
	}

	.print_test {
		display: none;
		height:  1px;
		width:   1px;
	}

	.no_print {
		display: none !important;
	}

	body {
		background:  white;
		font-family: Calibri, Arial, sans-serif;
		font-size:   12pt;
	}

	.wrapper {
		background: transparent none;
		border:     0;
		color:      black;
		float:      none !important;
		margin:     0 5%;
		padding:    0;
		width:      auto;
	}

	#content {
		background:  transparent none;
		border-top:  1px solid #999;
		color:       #000;
		float:       none !important;
		padding-top: 1em;
	}

	a:link, a:visited {
		color:           #000;
		background:      transparent;
		font-weight:     normal;
		text-decoration: none;
	}

	/*
		Site specific print styles
	----------------------------------------------------------------------*/

	.redirect,
	.navigation,
	.header_details,
	#sub_navigation,
	.home_flash,
	.spec_pdf,
	#sidebar {
		display:    none;
		height:     0;
		visibility: hidden;
	}
	
	.cable_list img {
		border: 0;
	}
