/* ------ MAN Layout -------------------------------------- */
/* ------ Copyright (c) MAN Truck & Bus UK Ltd ------------ */
/* ------ Font Styles ------------------------------------- */
/* -------------------------------------------------------- */
/* ------ Intuitiv Limited -------------------------------- */
/* ------ Last Updated 21-04-08 --------------------------- */

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: 16px;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 28px;
	line-height: 1.2em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 18px;
	line-height: 1.2em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 16px;
	line-height: 1.5em;
}

#content ul {
	margin-top: 0px;
	margin-bottom: 16px;
	line-height: 1.5em;
}

#content ol {
	margin-top: 0px;
	margin-bottom: 16px;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #303C49;
}

a:hover {
	text-decoration: underline;
}

a.link-internal {
	background: url('/_images/link-internal.gif') no-repeat 0px 3px;
	padding: 0 0 0 11px;
}

a.link-external {
	background: url('/_images/link-external.gif') no-repeat 0px 4px;
	padding: 0 0 0 11px;
}

a.link-download {
	background: url('/_images/link-download.gif') no-repeat;
	padding: 0 0 0 17px;
}

a.link-open {
	background: url('/_images/link-open.gif') no-repeat 0px 2px;
	padding: 0 0 0 15px;
}

a.link-collapse {
	background: url('/_images/link-collapse.gif') no-repeat 0px 2px;
	padding: 0 0 0 15px;
}

a.link-close {
	background: url('/_images/link-close.gif') no-repeat 0px 2px;
	padding: 0 0 0 15px;
}

table.data {
	border-collapse: collapse;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 16px;	
}

table.data th.title {
	background: #7f868e;
	color: #ffffff;
	padding: 5px;
	border: 1px solid #c0c3c6;
	text-align: left;
	margin-bottom: 2px;
}

table.data th {
	background: #d4d6d9;
	padding: 5px;
	border: 1px solid #c0c3c6;
	text-align: left;
}

table.data td {
	padding: 5px;
	border: 1px solid #c0c3c6;
	line-height: 1.5em;
}

table.data td.alt {
	background: #efefef;
}

table.form td {
	padding-bottom: 2px;
}

#content ul {
	list-style-type: square;
}
