div.organisation-chart 
{
    color: white;
	text-align: center;	
}

div.organisation-chart table.dgof
{
    color: white;
	width: 500px;
	text-align: center;	
	margin: 0px;
}

div.organisation-chart div.hor-branch-two
{
	width: 300px;
	height: 30px;
	border-bottom: 0px solid #002459;
	border-top: 5px solid #002459;
	border-left: 5px solid #002459;
	border-right: 5px solid #002459;
}

div.organisation-chart td
{
    color: white;
}
a.org
{
    color: white;
}


div.organisation-chart td.ver-branch
{
	width: 200px;
	height: 40px;
	border-top: 0px solid #002459;
	border-bottom: 5px solid #002459;
	border-left: 5px solid #002459;
	border-right: 0px solid #002459;
}

div.organisation-chart div.head,
div.organisation-chart div.staff, 
div.organisation-chart div.column 
{
/*	background: #E1E2A9;*/
    color: white;
	background: #c3cbd4;
	text-align: center;
	font-size: 18px;
	font-family: Arial;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 250px;
	font-weight: bold;
}

div.organisation-chart div.staff 
{
    color: white;
	width: 250px;
	font-weight: normal;
}

div.organisation-chart div.column 
{
	width: 230px;
/*	background: #efEfbb;*/
    color: white;
	background: #d3dce5;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 10px 0px;
}

div.organisation-chart div.vertical-line,
div.organisation-chart div.vertical1
{
    color: white;
	width: 5px;
	height: 30px;
	background-color: #002459;
}


div.organisation-chart div.horizontal1
{
	margin: 0px 50px;
	width: 450px;
	height: 2px;
	background-color: #002459;
}


div.member
{
	float: left;
}

div.caption
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

