body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:82%;
	background-color:#fff;
	color:#000;
	margin:0;
	padding:0;
}

h1 {
	font-size:1.4em;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1em;
}

h5 {
	font-size:1em;
	font-weight:normal;
	font-style:italic;
}

h6 {
	font-size:0.85em;
}

img,
img a	{
	border:0px;
}

a {
	background:transparent;
	color:#008083;
	text-decoration:none;
}

a:active	{
	background:transparent;
	color:#006666;
}

a:hover	{
	text-decoration:underline;
}

a:visited	{
	background:transparent;
	color:#575757;
}

ol, ul, dl {
	margin-left:0;
	padding-left:0;
}

ul li,
ol li {
	margin-left:20px;
	margin-bottom:0.7em;
	margin-top:0.3em;
}

ul li {
	list-style-image:url(/ukgwa/20121102184210oe_/http://www.communities.gov.uk/static/images/bullets/corporate.gif);
}

ul li ul,
ol li ol {
	margin-top:0.7em;
}

ul li ul li,
ol li ol li {
	list-style-image:url(/ukgwa/20121102184210oe_/http://www.communities.gov.uk/static/images/bullets/generic.gif);
	margin-left:20px;
}

li em	{	width:50px; background-color:}

blockquote { /* set to match list indentation */
	margin-left:20px;
	margin-right:20px;
}

.abbr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}


hr {
  height:1px;
  color:#009999;
  background:#009999;
  border:0;
}

/*
Added by Chris Jones 16/08/07 to implement hr using a Morello style class
*/
.hr {
	display:block;
	font-size:0px;	
	height:1px;
	border:0;
	background-color:#009999;
	margin:10px;	
  	color:#009999;
  	background:#009999;
}

input,
select,
textarea {
	font:normal 90%/100% Arial, sans-serif;}

form {}


table {
	font-size:100%; /* Needed for IE5.x */
	border:0px;
	border-style:none;
	border-collapse:collapse;
	border-spacing:0px; /* Netscape 6 */
}

th, td {
	vertical-align:top;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
}

th {
	text-align:left;
	font-weight:bold;
}


.ContactUsTable th {width:25%; padding-right:30px;  }

/*
Added by Chris Jones 27/07/07 to implement sub and sup using Morello style classes
*/
.sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
.sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
