BODY {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-color: none;
	width: auto;
	text-align: center;
	background: #FFFFFF;
	font-family: Arial, Helvetica, Sans-serif;
	}	
#wrapper {
	position:relative;
	width:978px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin: 0 auto 0;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	}
#mainSection  {
	position:relative;
	width:978px;
	top: 0px;
	left:0px;
	text-align: left;
	float:left;
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */
	}
#popup {
	position:relative;
	z-index:1;
	left: 0px;
	top: 0px;
	margin: 0px 5px 0px 5px; /* Top Right Bottom Left */
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: left;
	}
/* TEXT PROPERTIES */
P 	{
	font: 7pt Arial, Helvetica, Sans-serif;
  	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
  	margin: 0px 0px 0px 0px;
	line-height: 1.25em;
	color: #BEBCBB;
	}
.smlText {
	font: 6pt Arial, Helvetica, Sans-serif;
	}
.mainText {
	color: #BEBCBB;
	}
.black {
	color: #000000;
	}
.clientHdrText {
	line-height: 1.5em;
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	color: #000000;
	}
.clientText {
	line-height: 1.5em;
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	color: #BEBCBB;
	}
.clientONText {
	line-height: 1.5em;
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	color: #000000;
	}
.thanksText {
	color: #33CC00;
	}
.errText {
	color: #FF0000;
	}
/* LINK PROPERTIES */
A.menuLinks {
	text-decoration: none; 
	line-height: 1.5em;
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	color: #BEBCBB;
	}
A.menuLinks:HOVER {
	text-decoration: none; 
	line-height: 1.5em;
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	color: #000000;
	}
A.menuONLinks {
	text-decoration: none; 
	line-height: 1.5em;
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	color: #000000;
	}
A.menuONLinks:HOVER {
	text-decoration: none; 
	line-height: 1.5em;
	padding: 0px 0px 0px 0px; /* Top Right Bottom Left */
	color: #000000;
	}
A {
	text-decoration: none; 
	color: #BEBCBB;
	}
A:HOVER {
	text-decoration: none; 
	color: #000000;
	}

