/* Filename: print.css - Suarez International USA, Inc. printing stylesheet */
/* TLH - 04/25/2004 - Original revision */


/* this selector applied to ALL elements */
	
*
	{
	width: 100%; margin: 0 ! important; float:none;
	table-layout: auto;
	padding: .5px;
	background-color: #fff ! important; /* here, we remove the background color. the ! important makes it so that no other settings can over-ride it. */
	border-color: #000 ! important; /* next we make sure all borders are solid black. */
	color: #000 ! important; /* now, we make all text solid black, too. */
  	left: 0 ! important; 
 	margin: 0 ! important; 
	font-size: 14px;
	}

/* img /* this applies to all images */
/*	{
	display: none ! important; /* this forces all images to be transparent. remove the ! important if you know CSS and
                          want to make sure some images remain. */
/*	}
*/



tr
	{
	border-style: solid ! important;
	border: 1 ! important;
	}
	
td
	{
	padding: 6px;
	}

h1
	{
	font-size: 18px;
	font-family: "Arial";
	}
	
 .noscreen 
    {
	display: normal ! important; 
	}
	
.header
	{
	display: none ! important;
	}

.menu
	{
	display: none ! important;
	}

.invis
	{
/* Add class="invis" to any element in your HTML that you don't want to print, such as a navigational element. */
	display: none ! important;
	}

