/* 
   Clarity Computing : PRINT STYLESHEET
   DUSZA Limited, http://www.dusza.co.uk/
   Gavin Cooper, August 07

   FOUNDATIONS                                                                                     FOUNDATIONS ::
----------------------------------------------------------------------------------------------------------------- */
body 
{
	font-family: 			Arial, sans-serif;
	color: 					#525252;
	font-size:				62.5%;
	text-align:				justify;
	border:					1px solid #3C68AB;
	padding:				20px;
	}
li
{
	list-style-type:		none;
	}
ol#nav
{
	display:				none;
	}
div#head p
{
	font-size:				1.2em;
	color:					#3C68AB;
	}
div#content p.emph
{
	font-size:				1.4em;
	color:					#3C68AB;
	line-height:			20px;
	}
div#content p
{
	font-size:				1.2em;
	color:					#3C68AB;
	line-height:			20px;
	}
div#content h3
{
	font-size:				1.4em;
	text-transform:			uppercase;
	color:					#3C68AB;
	}
a
{
	color:					#797979;
	}
div#print-logo
{
	width:					100%;
	text-align:				center;
	}
img
{
	border:					none;
	}
span.work
{
	display:				none;
	}
h1
{
	display:				none;
	}
div.case
{
	margin:					0 0 20px;
	}