

h2.organisation {
	color					: black;
	background-color	: #E1E7F0;
	border-top			: 2px solid #BCCDE2;
	padding				: 6px 1% 6px 1%;
		color				: black;
	float				: left;
	font				: bold 133.33% "Trebuchet MS";
	width				: 98%;
}

/* ###### TABLES ##### */

table.organisation {
	border-bottom			: 1px solid #B3CDCD;
	float						: left;
	margin-bottom			: 10px;
	width						: 100%;
}

table.organisation th a {
	display : block !important;
}

table.organisation th {
	width					: 25%;
}

table.organisation tr.last td,
table.organisation tr.last th {
	padding-bottom			: 10px;
}

h3.organisation {
	color					: #D94A01;
	font					: bold 116.67% Arial;
	margin					: 0 0 2px 5;
	padding				: 0 0 0 10;
}

h4.default {
	font					: bold 108.33% Arial;
	margin-bottom			: 4px;	
}



/* ##### LISTS ######*/

ul.organisation {
	float					: left;
	margin				: 2px 0 0 15px;
	position				: relative;
}

ul.organisation li {
		border-bottom			: 2px solid #D5D5D5;
		padding					: 8px 0;
}




