/*
	Filename:       printer_friendly.css
	Created By:     Stef Robinson
	Created On:		25/09/2006
	Updated By:		Stef Robinson	
	Updated On:    	14/02/2007
	Comments:       Removed the "display:none" for fieldset.
	
*/


html 
{
	font-size: 13pt;
	color: #000000;
}

html * 
{
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	width: 600px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	float: left;
}

img 
{
	border: 0px;
}

h1
{
	font-size: 130%;
	font-weight: bold;
}

h2 
{
	font-size: 100%;
	font-weight: bold;
}

div#header, 
div#breadcrumb,
div#subContent, 
div#MainNav, 
div#footerNav,
div#directgov,
div#breadcrumb,
div.printable,
/*div#MainContent - Removed by Stef to resolve the issue of tables not being printed */
{
	display: none;
}
