/************************************************************************\
 *																		*
 *	print.css															*
 *																		*
 *	Purpose: CSS stylesheet for printing.								*
 *																		*
 *	$Revision: 1.1.2.3 $												*
 *	Author:	   Simon Brooke												*
 *	Created:   26th January 2006										*
 *																		*
\************************************************************************/

/*
 * $Revision: 1.1.2.3 $
 */

BODY 
{
  background-color: white;
  color: black;
  font-family: helvetica, gill, ariel, sans-serif;
  font-size: 10pt;
}


DIV
{
  padding: 0.25em 1em;
}

.navigation, .search, .sidebar, .strapline, .otherstuff, .adverts
{
  display: none;
}


A
{
  color: black;
  background-color: white;
}


TH, TD
{ 
  text-align: left;
  padding: 0.25em 1em;
}


.help
{
 font-style: italic;
}

.copyright, .ipr_mark
{ 
  font-style: italic;
  font-size: 66%;
}

