/*
Dorset Music House
Written by Ian Collier, of lidd Consulting on behalf of Atonic Limited
This work copyright lidd Consulting/Atonic Limited
Please do not copy or modified this work without seeking the express permission of
the copyright holders beforehand.
Thank you
*/

/* site heading */
table.heading, table.contact {
	margin-left: auto;
	margin-right: auto;
}

table.heading tr {
	vertical-align : middle;
}

table.heading td {
	vertical-align : middle;
	border : 0px;
	padding-left : 10px;
	padding-top : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
}

table.heading td.ends {
	border : 0px;
	text-align : center;
}

table.heading td.middle {
	border : 0px;
	text-align : center;
}

table.contact td {
	vertical-align : top;
	text-align : left;
	border : 0px;
	padding-left : 2px;
	padding-top : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
}

div.centered {
	width : 50%;
	margin-left : auto;
	margin-right : auto;
}

/* forms */
span.musthave {
	font-size : 10pt;
	color : red;
	font-weight : bold;
}

/* end of default style attributes */
