/******************************************************************\

Statistics New Zealand - www.stats.govt.nz
- - -

Main CSS file for printed media

This file should only contain style for printed media. And
should not contain styles used in one off pages. They should be
kept in a seperate file.

\******************************************************************/

@media print {


/* General */
	#header h1,
	#search,
	#nav, 
	#footer, 
	.acs {
		display:				none;
		}

	body {
		font-family:			Georgia, 'Times New Roman', serif;
		font-size:				11pt;
		margin:					5mm;
		}
	img {
		border:					0;
		}

	#contacts {
		display:				block;
		}




/* Header */

	#logo {
		margin-bottom:			10mm;
		}



/* Content */


	h1, h2, h3, h4, h5, h6 {
		font-family:			Verdana, Arial, sans-serif;
		}


	
	/* Tables *


		#content table.alt {
			font-size:				0pt;
			margin:					7mm 0 7mm 0;
			border:					0.5pt soild #999999;
			}

		#content table.alt td, #content table th {
			font-size:				10pt;
			}

		#content table.alt caption {
			text-align:				left;
			display:				block;
			}
		#content table.alt tr.alt td {
			background:				#eeece9;
			}

*/




}
