table.heading h1
{
	display:inline;
	margin:0;
	padding:0;
	
	font-size:14pt;
	color:#000000;
	/*background-color:#fff;*/
}


table.heading td
{
	padding:0;
}
td.heading_left
{
	background-image:url(/images/heading_left.png);
	width:11px;
	height:43px;
	background-repeat:no-repeat;
}

td.heading_middle
{
	background-image:url(/images/heading_middle.png);
	background-repeat:repeat-x;
	height:43px;
	width:400px;
}
td.heading_right
{
	background-image:url(/images/heading_right.png);
	background-repeat:no-repeat;
	width:11px;
	height:43px;
}


