body
{
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	line-height: 1.4;
}
table#body a
{
	color: #000; 
	font-weight: bold;
	text-decoration: underline;
}
table#body a:hover
{
	color: #572;
}
table#body img
{
	border-color: #794;
}
table#body a img
{
	border-width: 3px !important;
}
table#body a:hover img
{
	border-color: #ad6;
}
table#body ol,
table#body p,
table#body table,
table#body ul
{
	margin: 1em 0;
}
table#body h1
{
	font-size: 200%;
}
table#body h2
{
	font-size: 175%;
}
table#body h3
{
	font-size: 150%;
}
table#body h4
{
	font-size: 125%;
}
table#body h5
{
	font-size: 100%;
}
table#body h6
{
	font-size: 100%;
	font-style: italic;
}
table#body h1,
table#body h2,
table#body h3,
table#body h4,
table#body h5
{
	background: transparent url('images/heading_background.png') 0 0 repeat-y; /*ie6 will still get this wrong, but oh well*/
	color: #794;
	font-weight: bold;
	margin: 10px -10px;
	padding: 0 10px;
}
* html table#body h1,
* html table#body h2,
* html table#body h3,
* html table#body h4,
* html table#body h5
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://manawatumotels.prodev.co.nz/styles/standard/images/heading_background.png",sizingMethod="scale");	
	height: 1px;
}
table#body h1 a,
table#body h2 a,
table#body h3 a,
table#body h4 a,
table#body h5 a,
table#body h6 a
{
	color: #683;
	text-decoration: none;
}
table#body h1 a:hover,
table#body h2 a:hover,
table#body h3 a:hover,
table#body h4 a:hover,
table#body h5 a:hover,
table#body h6 a:hover
{
	text-decoration: underline;
}
table#body ol
{
	padding: 0;
	margin: 1em 1em 1em 2em;
}
table#body ul
{
	padding: 0;
	margin: 1em 1em 1em 2em;
}

