

/* ---------------------
title: SFS print stylesheet
author: Simon Tweedale
created: 23/07/10
version: 1.0
--------------------- 
*/

/* -----------------------------------------------------------------------------
   generic style */
   
body	{
	font-family: arial;
	font-size: 9pt;
	}
   
#header,#sidebar	{
	display: none;
	}
	
#footer	{
	border-top: 1px solid #000;
	font-size: 8pt;
	color: #555;
	}
	
p.credits a	{
	display: inline;
	background: none;
	text-indent: 0;	
	}

/* -----------------------------------------------------------------------------
	end style sheet */