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

	Print Elements Stylesheet
	____________________________________________________________

	Client:	Zenith Performace Coaching
	Date:		8 June 2007
	Author:	Edge Marketing Solutions
	Website:	www.zenithcoaching.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: 120%;
	}
	
/*=========================================================================*/

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