﻿@media print
{
    body 
    {
		background-color: transparent;
		font-size: 12pt;
		font-family:'Times New Roman',Times,serif;
		color:#000000; 
		
		width: auto;
		padding: 0; 
		border: 0;
		float: none !important;
	}
	
	/*a:after, a:link:after 
	{ 
		color: #000000;
		background-color:transparent; 
		content: " * Link " attr(href) "* "; 
	}
	
	a:visited:after 
	{
		color:#000000; 
		background-color:transparent;
		content: " * Link " attr(href) "* "; 
	}*/
	
	/* things to NOT include in printing*/
	.MarketLabel, .TopMenu, .div_LeftSidePanel, .div_RightSidePanel, .div_TopPanel, .NoPrint 
	{
		background-color:transparent;
		padding-top: 10px;
		display: none;
		visibility:hidden;
	}
	
	
	/* Change image to text? */

	
	tr, td, th 
	{
		page-break-inside:avoid
	}
	
    thead 
    {
		display:table-header-group
	}

    a 
    {
		color:#000000
	}
	
	#wrapper, #content
	{
		width: auto; 
		margin: 0 5%;
		padding: 0; 
		border: 0;
		float: none !important;
		color: black; 
		background: transparent;
    }

}
