/* ------ MAN Layout -------------------------------------- */
/* ------ Copyright (c) MAN Truck & Bus UK Ltd ------------ */
/* ------ Font Styles ------------------------------------- */
/* -------------------------------------------------------- */
/* ------ Intuitiv Limited -------------------------------- */
/* ------ Last Updated 02-12-07 --------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #303C49;
}

h1 {
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.4em;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.8em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0.8em;
}

p {
	margin-top: 0px;
	margin-bottom: 0.8em;
	line-height: 1.4em;
}

#content ul {
	line-height: 1.4em;
}

a {
	text-decoration: none;
	color: #303C49;
}

a:hover {
	text-decoration: underline;
}

a.link-internal {
	background: url('/_images/link-bullet.gif') no-repeat 0px 3px;
	padding: 0 0 0 11px;
}

a.link-external {
	background: url('/_images/link-external-bullet.gif') no-repeat 0px 2px;
	padding: 0 0 0 11px;
}

a.link-download {
	background: url('/_images/icon_download.gif') no-repeat;
	padding: 0 0 0 17px;
}

table.data {
	border-collapse: collapse;
	width: 100%;	
}

table.data th {
	background: #D6D8DB;
	padding: 5px;
	border: 1px solid #999;
}

table.data td {
	padding: 5px;
	border: 1px solid #999;
	line-height: 1.4em;
}

table.data td.alt {
	background: #efefef;
}

#content ul {
	list-style-type: square;
}