TABLE.organisationsList
{
	width:100%;
}

	TABLE.organisationsList TH
	{
		background-color:#729EDC;
		color:#fff;
	}

	TABLE.organisationsList TD
	{
		padding:5px;
	}

		TABLE.organisationsList TD.col2
		{
			width:250px;
		}

		TABLE.organisationsList TD.col3
                {
                        width:250px;
                }

	TABLE.organisationsList TR.odd
	{
		background-color:#F3F8FF;
	}

	TABLE.organisationsList TR.even
	{
		background-color:#E3EFFF;
	}

