/* Table formattng for IE */
td.heading_centre, td.heading_address, td.heading_tel, td.heading_contact, td.heading_notes
{
	font-variant: small-caps;
	text-align: center;
	border-top: 0 solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 0 solid #C0C0C0;
	background: #2F4F4F;
	color: White;
}
table.centres
{
	margin: 0 0 0 0;
	border: 0 solid #C0C0C0;
	padding: 0 0 0 0;
	background: yellow;
}
tr.centres
{
	margin: 0 0 0 0;
	border: -1 solid #C0C0C0;
	padding: 0 0 0 0;
	background: blue;
}
td.heading_centre, td.heading_address, td.heading_tel, td.heading_contact, td.heading_notes
{
	height: 25px;
}
td.centre, td.address, td.tel, td.contact, td.notes,
td.centre_other_line, td.address_other_line, td.tel_other_line, td.contact_other_line, td.notes_other_line
{
	margin: 0 0 0 0;
	border: 0 solid #C0C0C0;
	padding: 0 0 0 0;
}
td.centre, td.address, td.tel, td.contact, td.notes,
td.centre_other_line, td.address_other_line, td.tel_other_line, td.contact_other_line, td.notes_other_line
{
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-bottom: 0;
	border-right: 1px solid #C0C0C0;
}
td.centre, td.address, td.tel, td.contact, td.notes,
td.centre_other_line, td.address_other_line, td.tel_other_line, td.contact_other_line, td.notes_other_line
{
	height: 60px;
	vertical-align: top;
}
td.centre, td.address, td.tel, td.contact, td.notes
{
	background: white;
}
td.centre_other_line, td.address_other_line, td.tel_other_line, td.contact_other_line, td.notes_other_line
{
	background: #CCCCFF;
}
td.heading_centre, td.centre, td.centre_other_line
{
	width: 200px;
}
td.heading_address, td.address, td.address_other_line
{
	width: 170px;
	overflow: auto;
}
td.heading_tel, td.tel, td.tel_other_line
{
	width: 159px;
}
td.heading_contact, td.contact, td.contact_other_line
{
	width: 104px;
}
td.heading_notes, p.heading_notes
{
	width: 210px;
}
td.notes, td.notes_other_line
{
	width: 192px;
	overflow: auto;
}

