/*
Esso Extras print stylesheet
Andy Darley
07905 628554
*/

body {
	background: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: Black;
	text-align: left;
}

.skipToPageContents, #login, #contactHelpLinks, #navigation, #isloggedin img, #isloggedin a, #leftContentArea {
	display: none;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

h1 {
	font-size: 16pt;
}

a, a:VISITED {
	color: #000;
	text-decoration: underline;
}

ul {
	margin-left: 15px;
	padding-left: 15px;
}

li {
	list-style-type: disc;
}

img {
	border: none;
}

#header h1 {
	width: auto;
	height: auto;
	text-indent: 0;
	margin: auto;
	padding: auto;
	float: none;
	background-color: transparent;
	background-image: none;
}

#isloggedin {
	width: 5cm;
	border: 2px solid #000;
	padding: 3mm;
	float: right;
	margin: 0 0 1cm 1cm;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	display:none;
}