/*

	Leeds Teaching Hospitals - Haematology Clinical Trials
	General Stylesheet for layout and typography
	Initial Build : 18.10.2007
	Author : James Young j.young@mixd.co.uk

*/

body {
	margin: 0;
	padding: 0;
	font: 8pt arial, verdana, sans-serif;
	color: #444;
	line-height: 135%;
}

p {
	font: 9pt arial, verdana, sans-serif;
	color: #444;
	line-height: 150%;
	margin: 0 0 1.4em 0;
}

a {
	color: #c00;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	color: #666;
	display: block;
	padding: 0;
	clear: both;
	line-height: normal;
}

h1, h1.home {
	font-size: 1.8em;
	letter-spacing: -1px;
	margin-bottom: 0.6em;
	padding-bottom: 6px;
	border-bottom: 1px solid #d1d1d1;
}

h1.home {
	border-bottom: 0;
	padding-bottom: 0;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 1.5em;
}

h3.searchResults {
	border-top: 1px solid #d1d1d1;
	border-bottom: 0px solid #d1d1d1;
	margin: 0.6em 0 0.2em 0;
	padding: 0.6em 0 0.6em 0;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.2em;
}

#leftCol, #navigation, #breadCrumb, #top, #footer, .clearskip {
	display: none;
}