/*
 * @(#) print.css - Mediapoint Agency print stylesheet
 *
 * Copyright (c) 2005, The Press Association Ltd, All Rights Reserved
 *
 * Version: $Id: print.css,v 1.1.1.1 2006-04-05 10:44:57 chris Exp $
 * Author: Liam Hughes and Philip Twine
 */

/* Things to hide */

#jump_to_content, #header, #left_column, #navigation, #right_column, #searches, #account_details, #adverts, #story_tools, #boxed_form, #footer {
	display: none;
}

/* Things to show */

body {
	background: #FFF;
	color: #000;
	font-family: "Times New Roman", serif;
	font-size: 9pt;
	line-height: 1.5em;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}

h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

p {
	font-size: 1em;
	margin: 0 0 5px 0;
}

img {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

a {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.result {
	display: block;
	margin: 2em 0;
}

.associated {
	background: #FFF;
}

