/* 	reset.css based on : http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: ;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* 	end reset  */

/* print.css */

body, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th, caption, pre, p, blockquote, input, textarea, address, cite, abbr {

	font-family: 'Trebuchet MS';
	line-height:1.5em;
	color:#333333;
}

h2.page-title {
	color: #3b73b9;
	padding: 45px 0 0 30px;
	font-size:25px;
	line-height:1.1em;
	padding: 20px 0 0 0;
	letter-spacing: -1px;
	margin:0 0 20px;
}

p {
	margin:0 0 1.3em;
}

img {
	border:none;
	display:block;
	margin:15px;
	padding:8px;
}

a img {
	border:none;
	display:none;
}


blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}

a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}

a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}

#header, #navigation, #breadcrumbs, #enquiry-print-share, #enquiry-panel, #side-link, #global-footer, #footer {display:none;}