/*
/   master
/ 
/   Created by Joost Schuttelaar on 2006-07-05.
/
*/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: white;
	color: black;
	font-family: sans-serif;
	font-size: 10pt;
}

div#stakeholderforum {
	margin-top: 32px;
	height: 96px;
	background-color: #c00418;
	background-image: url(../images/shf.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

div#ctc {
	margin-top: 32px;
	margin-bottom: 32px;
	height: 141px;
	background-color: white;
	background-image: url(../images/ctc_big.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

div#content {
	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

div#left_column {
	width: 500px;
	text-align: left;
}

div#right_column {
	float: right;
}

div#read_more {
	border-left: 1px solid #c00418;
	border-bottom: 1px solid #c00418;
	padding-left: 32px;
	padding-bottom: 32px;
	text-align: left;
}

div#right_column h1 {
	font-size: 10pt;
}

ul {
	margin-left: 1em;
}

li {
	list-style-type: none;
}

p {
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	font-size: 10pt;
}

a {
	color: #c00418;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 1.4em;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 1.4em;
}

h3 {
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 1.4em;
}

div#line {
	margin-top: 1.4em;
	border-bottom: 1px solid #c00418;
	margin-bottom: 1.4em;
}

div#bar {
	margin-top: 32px;
	height: 32px;
	background-color: #c00418;
}

div#logos {
	margin-top: 32px;
	margin-bottom: 32px;
	height: 107px;
	background-color: white;
	background-image: url(../images/logos.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

div.presentation {
	border-top: 1px solid black;
	clear: left;
	margin-bottom: 32px;
}

div.presentation .pic {
	float: left;
	border-left: 1px solid black;
	margin-right: 8px;
}

div.presentation p {
	margin-top: 8px;
}

div.presentation p .download {
	color: #c00418;
}

a img {
	border: 0;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}
