/*==========================================================================

	Print Elements Stylesheet
	____________________________________________________________

	Client:		Bozmac
	Date:		5th March 2008
	Author:		Edge Marketing Solutions
	Website:	www.bozmac.com.au
	Version:	1.0

===========================================================================*/

	/* [Standard Elements Styles] */
	
	 body
	{
		background-color: #fff;
		
		color: #000;
		font-size: 80%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
   
	h1,
	h2,
	h3
	{
		color: #000;
		font-size: 1.42em;
	}
	
/*=========================================================================*/

	/* [Hide Elements Styles] */
	
	.noprint,
	.navigation,
	.flash,
	.details,
	.sidecol,
	.logo,
	.top-nav
	{
		display: none;
	}