	BODY {
		background-color:#345F3A;
	}
	
	.tablebody{
		border-left: thin;
		border-right: thin;
		border-top : thin;
		border-bottom : thin;
	}
	.innertableborder{
		border-bottom : none;
	}
	.innercellborder
	{
		border: none;
	}
	.headerborder{
		border-left: thin;
		border-right: thin;
		border-top : thin;
		border-bottom : none;
	}
	/* This sets the heading properties of NMW Level 1 template*/

	H2 {
		background-color: #E7DFBD;
		font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: White;
	}
	/* Sets the properties for proposition / strapline of NMW_Home_Content template */
	H1 {
		font-size: 35px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		margin-bottom: 3px;
	}
	/* Sets the properties for the call to action in NMW_Home_Content template */
	H3 {
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 20px;
		margin-top: 3px;
	}

	/* Sets the properties for the 'Testing one two three' heading row in NMW_Home_Content template */

	TD.NMWHEADROW {
		background-color : #E7DFBD;
		font-family : Arial, Helvetica, sans-serif;
		color: #000000;
		font : 13px;
		font-weight: bold;
	}
	/* Sets the font etc. properties for the all the text in NMW_Home_Content template */
	TD.BODYCOPY {
		font-family : Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: normal;
		font : 12px;
	}
	/* Sets the font etc. properties for the all the text in NMW_Home_Content template */
	TD.smallCOPY {
		font-family : Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: normal;
		font : 10px;
	}
	/* Sets the font etc. properties for the all the text in the right hand column in NMW_Home_Content template */

	TD.RIGHTCOPY {
		font-family : Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: normal;
		font : 10px;
		list-style : disc outside;
	}

	/* Sets the color for the vertical rows in the NMW_Home_Content template */

	TD.VERTCOLOR {
		background-color: #E7DFBD
	}
