/* --------------------------------------------------------------------------- */
/* CSS STYLES & ATTRIBUTES */
.hide {								/* ENABLING USE OF SKIP ANIMATION */
	display: none;					/* hide away from visual users */
	}
body {								/* COMMON BODY SETTINGS */
	color: #000000;					/* text colour */
	background:#FFFFFF;				/* page background colour */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* fonts */
	font-size: 0.65em;				/* base font size */
	margin: 0;						/* as close to window as poss */
	}
#container { 						/* CONTAINER DIV FOR CENTRE ALIGHNMENT */
	margin: 0 auto;					/* no spacing between borders MAKES DESIGN CENTRED */
	width: 740px;					/* fixed width of 740 pixels */
	text-align: left;				/* all text left-alighned */
	background: #ffffff;			/* background to white */
	}
#topbar { 							/* TOPBAR DIV FOR LOGO AND NESTED NAVONE NAVIGATION */
	width: 740px;					/* fixed width of 740 pixels */
	height: 85px;					/* fixed height of 85 pixels */
	background: #ffffff;			/* background to white */
	background-image: url(images/emaglogo.gif); /* logo bar 740x85 */
	background-repeat: no-repeat;	/* don't tile */
	}
/* --------------------------------------------------------------------------- */
/* PAGE FOOTER */
#footer{							/* HORIZONTAL DIV FOOTER */
	clear: both;					/* ensure no overlap */
	padding: 3px;					/* padding inside border */
	background-color: #194375;		/* DIV background colour: BLUE */
	}
#copyright{							/* COPYRIGHT DIV FOOTER */
	color: #333333;					/* text colour */
	font-size: 0.9em; 				/* font size */
	text-align: center;				/* alighn centre of page */
	margin-top: 4px;				/* margin outside border */
	margin-bottom: 4px;				/* margin outside border */
	}
/* --------------------------------------------------------------------------- */
/* NAVIGATION */
#navone { 							/* NAVONE NAVIGATION NESTED INSIDE TOPBAR */
	padding: 40px 8px 0px 0px;		/* padding  inside border - best for all browsers */
	margin: 18px 0px 0px 0px;		/* margin extended beyond border - best for all browsers */
	float: right;					/* sit to the right side of the containging box */
	}
#navone li .sep {					/* navone li's - lists */
	color: #C0C0C0;					/* text colour */
	}
#navone li{							/* navone li's - lists */
	display: inline;				/* set lists to display horizontally */
	}
#navone li a{						/* navone list a links */
	color: #333333;					/* text colour */
	/*font-size: 1em;				ems size of inherited size */
	text-decoration: none;			/* decorate link */
	padding: 2px 4px 2px 4px; 		/* padding extended inside border */
	/*background-color: #F0DB1D;*/	/* link background colour */
	}
#navone li a:hover{					/* navone list a links */
	color: #FFFFFF;					/* text colour */
	text-decoration: none;			/* decorate link */
	padding: 2px 4px 2px 4px; 		/* padding extended inside border */
	background-color: #666666;		/* link background colour */
	}
#navtwo{ 							/* NAVONE DIV SITTING UNDERNEATH TOPBAR */
	text-decoration: none;			/* decorate link */
	background-color: #F0DB1D;		/* DIV background colour: MUSTARD YELLOW #F0DB1D */
	height: 18px;					/* DIV height: MANUALLY ADJUST*/
	}
/* --------------------------------------------------------------------------- */
/* LAYOUT CONFIGURATIONS */

#wholeWidthColumn {					/*use this for whole page with no side callout boxes*/
	width: 739px;					/* content DIV width */
	}
	
	
#columnOne {						/* SPAN 2, ALIGHN LEFT */
	float: left;					/* left */
	width: 488px;					/* content DIV width */
	}
#columnTwo {						/* SPAN 1, ALIGHN RIGHT */
	float: right;					/* right */
	width: 241px;					/* content DIV width */
	}
#columnThree {						/* SPAN 1, ALIGHN LEFT */
	float: left;					/* left */
	width: 241px;					/* content DIV width */
	}
#columnFour {						/* SPAN 2, ALIGHN RIGHT */
	float: right;					/* left */
	width: 488px;					/* content DIV width */
	}
/* --------------------------------------------------------------------------- */	
/* FORMnavSearchForm */
.navSearchForm {					/* navSearchForm FORM */
	display: inline;				/* change to in-line element */
	}
.navSearchForm input.txt {			/* FORM INPUT BOX */
	color: #000000;					/* input text colour */
	background-color: #FFFFFF;		/* box background colour */
	border: 1px inset #808080;		/* inset border colour */
	border: 1px outset #808080;		/* outset border colour */
	width: 74px;					/* width of input box */
	}
.navSearchForm input.btn {			/* FORM BUTTON */
	color: #FFFFFF;					/* button text colour */
	background-color: #666666;		/* button colour */
	border: 0px outset;				/* button border off */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* button text font */
	font-size: 1em;					/* button text font size */
	height: 20px;					/* button height */
	}
/* --------------------------------------------------------------------------- */	
/* FORM clientLoginForm */
.clientLoginForm input.txt {		/* FORM INPUT BOX */
	color: #000000;					/* input text colour */
	background-color: #FFFFFF;		/* box background colour */
	border: 1px inset #808080;		/* inset border colour */
	border: 1px outset #808080;		/* outset border colour */
	width: 140px;					/* width of input box */
	}
.clientLoginForm input.btn {		/* FORM BUTTON */
	color: #FFFFFF;					/* button text colour */
	background-color: #666666;		/* button colour */
	border: 0px outset;				/* button border off */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* button text font */
	font-size: 1em;					/* button text font size */
	height: 20px;					/* button height */
	}
/* --------------------------------------------------------------------------- */
/* MISC */
.anim01 {							/* CONTENT DIV: SPAN 1 COLUMNS RIGHT */
	margin-bottom: 10px;			/* margin outside border */
	border: 1px solid #E5E5E5;		/* solid coloured border */
	background-color: #FFFFFF;		/* DIV background colour: GREY #FFFFFF */
	color: #000000;					/* text colour */
	text-align: center;
	}
/* --------------------------------------------------------------------------- */
/* HOTLINKS */
#hotlinks01{
	width: 239px;
	height: 167px;
	padding: 4px 4px 4px 4px;
	float:right;
	background: #2F5A8D;
	list-style-position: outside;
}
#hotlinks01 ul{
	color: #FFFFFF;
	line-height: 1.1em;
	list-style: none;
	}
#hotlinks01 ul a{					/* navone list a links */
	color: #FFFFFF;					/* text colour */
	text-decoration: none;			/* decorate link */
	}
#hotlinks01 ul a:hover{				/* navone list a links */
	color: #F0DB1D;					/* text colour */
	text-decoration: underline;		/* decorate link */
	}
#hotlinks01 h1{						/* REDEFINE hotpics UL H1 */
	color: #FFFFFF;					/* font colour: BLUE */
	font-size: 1.1em;				/* font SIZE */
	font-weight: bold;				/* font BOLD */
	padding: 10px 0px 0px 20px;
	}
#hotlinks01 li {
	background: url(images/li_bull01.gif) no-repeat 0 20%;
	padding-left: 13px;
	}
#hotlinks01b{
	width: 239px;
	height: 167px;

	padding: 10px 0px 0px 20px;
	float:right;
	background: #2F5A8D;
	list-style-position: outside;
	color: #FFFFFF;
}
#hotlinks01b h1{						/* REDEFINE hotpics UL H1 */
	color: #FFFFFF;					/* font colour: BLUE */
	font-size: 1.1em;				/* font SIZE */
	font-weight: bold;				/* font BOLD */
	}
#hotlinks01c{
	width: 239px;
	height: 155px;
	padding: 10px 20px 10px 20px;
	float:right;
	background: #2F5A8D;
	list-style-position: outside;
	color: #FFFFFF;
}
#hotlinks01c h1{						/* REDEFINE hotpics UL H1 */
	color: #FFFFFF;					/* font colour: BLUE */
	font-size: 1.1em;				/* font SIZE */
	font-weight: bold;				/* font BOLD */
	}
/* --------------------------------------------------------------------------- */
/* REDEFINES */
h1{									/* REDEFINE H1 */
	color: #2F5A8D;					/* font colour: BLUE */
	font-size: 1.2em;				/* font SIZE */
	font-weight: bold;				/* font BOLD */
	margin-bottom: 5px;				/* minimise spacing */
	}
h2{									/* REDEFINE H1 */
	color: #2F5A8D;					/* font colour: BLUE */
	font-size: 1.2em;				/* font SIZE */
	font-weight: bold;				/* font BOLD */
	margin-bottom: 5px;				/* minimise spacing */
	}
.h3title01{
	height: 20px;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #E7E7E7;
	background-image: url(images/h3back01.gif);
	background-repeat: no-repeat;
	line-height: 1.4em;
	padding-left: 10px;
	}
.h3title02{
	height: 20px;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFCC00;
	background-image: url(images/h3back02.gif);
	background-repeat: no-repeat;
	line-height: 1.4em;
	padding-left: 10px;
	}
/* --------------------------------------------------------------------------- */	
/* STANDARDS COMPLIANT FOOTER LINKS */
#standardsLinks {					/* STANDARDS LINKS */
	margin: 0;						/* margin outside border */
	padding: 0;						/* padding inside border */
	font-size: 0.9em; 				/* font size */
	text-align: center;				/* alighn centre of page */
	}
#standardsLinks li {				/* STANDARDS LINKS LIST */
	list-style: none;				/* no list style */
	display: inline;				/* set lists to display horizontally */
	padding: 0;						/* padding inside border */
	margin: 0;						/* margin outside border */
	}
#standardsLinks a {					/* STANDARDS LINKS LIST A REFS */
	color: #333333;					/* text colour */
	padding: 3px;					/* padding inside border */
	text-decoration: none;			/* no link decoration */
	}
#standardsLinks a:hover {			/* STANDARDS LINKS LIST A REFS ROLLOVER*/
	color: #333333;					/* text colour */
	text-decoration: underline;		/* decorate link */
	}
/* --------------------------------------------------------------------------- */
/* CONTENT STYLES */
.contStyle01 {						/* BLACK BORDER: WHITE FILL */
	margin-bottom: 8px;				/* margin outside border */
	padding: 2px 16px 4px 16px;		/* padding inside border right & left*/
	border: 1px solid #000000;		/* solid coloured border */
	background-color: #FFFFFF;		/* DIV background colour: WHITE #FFFFF */
	color: #000000;					/* text colour */
	line-height: 1.3em;				/* text line height */
	}
.contStyle02 {						/* WHITE BORDER: WHITE FILL */
	margin-bottom: 8px;				/* margin outside border */
	padding: 2px 16px 4px 16px;		/* padding inside border right & left*/
	border: 1px solid #FFFFFF;		/* solid coloured border */
	background-color: #FFFFFF;		/* DIV background colour: WHITE #FFFFFF */
	color: #000000;					/* text colour */
	line-height: 1.3em;				/* text line height */
	}
.contStyle03 {						/* GREY BORDER: WHITE FILL */
	margin-bottom: 8px;				/* margin outside border */
	padding: 2px 16px 4px 16px;		/* padding inside border right & left*/
	border: 1px solid #E5E5E5;		/* solid coloured border */
	background-color: #FFFFFF;		/* DIV background colour: WHITE #FFFFF */
	color: #000000;					/* text colour */
	line-height: 1.3em;				/* text line height */
	}
.contStyle04 {						/* GREY BORDER: LIGHT GREY FILL */
	margin-bottom: 8px;				/* margin outside border */
	padding: 2px 16px 4px 16px;		/* padding inside border right & left*/
	border: 1px solid #E5E5E5;		/* solid coloured border */
	background-color: #F7F7F7;		/* DIV background colour: LIGHT GREY #F7F7F7 */
	color: #000000;					/* text colour */
	line-height: 1.3em;				/* text line height */
	}
.contStyle05 {						/* GREY BORDER: DARK GREY FILL */
	margin-bottom: 8px;				/* margin outside border */
	padding: 2px 16px 4px 16px;		/* padding inside border right & left*/
	border: 1px solid #CCCCCC;		/* solid coloured border */
	background-color: #E4E4E4;		/* DIV background colour: DARK GREY #EDEDED */
	color: #000000;					/* text colour */
	line-height: 1.3em;				/* text line height */
	}
.contStyle06 {						/* GREY BORDER: DARK GREY FILL */
	margin-bottom: 8px;				/* margin outside border */
	padding: 2px 16px 4px 16px;		/* padding inside border right & left*/
	border: 1px solid #CCCCCC;		/* solid coloured border */
	background-color: #666666;		/* DIV background colour: DARK GREY #EDEDED */
	color: #FFFFFF;					/* text colour */
	line-height: 1.3em;				/* text line height */
	}
.contStyle07 {						/* GREY BORDER: DARK GREY FILL */
	margin-bottom: 8px;				/* margin outside border */
	padding: 2px 16px 4px 16px;		/* padding inside border right & left*/
	border: 1px solid #CCCCCC;		/* solid coloured border */
	background-color: #000000;		/* DIV background colour: DARK GREY #EDEDED */
	color: #FFFFFF;					/* text colour */
	line-height: 1.3em;				/* text line height */
	}
.contStyle08 {						/* GREY BORDER: BLUE FILL */
	margin-bottom: 8px;				/* margin outside border */
	padding: 2px 16px 4px 16px;		/* padding inside border right & left*/
	border: 1px solid #E5E5E5;		/* solid coloured border */
	background-color: #4771A4;		/* DIV background colour: WHITE #FFFFF */
	color: #FFFFFF;					/* text colour */
	line-height: 1.3em;				/* text line height */
	}
.contStyle09 {						/* GREY BORDER: YELLOW FILL */
	margin-bottom: 8px;				/* margin outside border */
	padding: 2px 16px 4px 16px;		/* padding inside border right & left*/
	border: 1px solid #E5E5E5;		/* solid coloured border */
	background-color: #F0DB1D;		/* DIV background colour: WHITE #FFFFF */
	color: #000000;					/* text colour */
	line-height: 1.3em;				/* text line height */
	}
.contStyle10 {						/* GREY BORDER: YELLOW FILL */
	margin-bottom: 8px;				/* margin outside border */
	padding: 2px 16px 4px 16px;		/* padding inside border right & left*/
	border: 1px solid #E5E5E5;		/* solid coloured border */
	background-color: #FCF8CF;		/* DIV background colour: WHITE #FFFFF */
	color: #000000;					/* text colour */
	line-height: 1.3em;				/* text line height */
	}
.contStyle01 a{						/* BLACK TEXT ON YELLOW BACKGROUND */
	color: #000000;					/* text colour */
	}
.contStyle01 a:hover{				/* BLACK TEXT ON YELLOW BACKGROUND MATTY*/
	color: #2F5A8D;					/* font colour: BLUE */
	}
.contStyle02 a{						/* BLACK TEXT ON YELLOW BACKGROUND */
	color: #000000;					/* text colour */
	}
.contStyle02 a:hover{				/* BLACK TEXT ON YELLOW BACKGROUND MATTY*/
	color: #2F5A8D;					/* font colour: BLUE */
	}
.contStyle03 a{						/* BLACK TEXT ON YELLOW BACKGROUND */
	color: #000000;					/* text colour */
	}
.contStyle03 a:hover{				/* BLACK TEXT ON YELLOW BACKGROUND MATTY*/
	color: #2F5A8D;					/* font colour: BLUE */
	}
.contStyle04 a{						/* BLACK TEXT ON YELLOW BACKGROUND */
	color: #000000;					/* text colour */
	}
.contStyle04 a:hover{				/* BLACK TEXT ON YELLOW BACKGROUND MATTY*/
	color: #2F5A8D;					/* font colour: BLUE */
	}
.contStyle05 a{						/* BLACK TEXT ON YELLOW BACKGROUND */
	color: #000000;					/* text colour */
	}
.contStyle05 a:hover{				/* BLACK TEXT ON YELLOW BACKGROUND MATTY*/
	color: #2F5A8D;					/* font colour: BLUE */
	}
.contStyle06 a{						/* BLACK TEXT ON YELLOW BACKGROUND */
	color: #000000;					/* text colour */
	}
.contStyle06 a:hover{				/* BLACK TEXT ON YELLOW BACKGROUND MATTY*/
	color: #2F5A8D;					/* font colour: BLUE */
	}
.contStyle07 a{						/* BLACK TEXT ON YELLOW BACKGROUND */
	color: #000000;					/* text colour */
	}
.contStyle07 a:hover{				/* BLACK TEXT ON YELLOW BACKGROUND MATTY*/
	color: #2F5A8D;					/* font colour: BLUE */
	}
.contStyle08 a{						/* BLACK TEXT ON YELLOW BACKGROUND */
	color: #000000;					/* text colour */
	}
.contStyle08 a:hover{				/* BLACK TEXT ON YELLOW BACKGROUND MATTY*/
	color: #2F5A8D;					/* font colour: BLUE */
	}
.contStyle09 a{						/* BLACK TEXT ON YELLOW BACKGROUND */
	color: #000000;					/* text colour */
	}
.contStyle09 a:hover{				/* BLACK TEXT ON YELLOW BACKGROUND MATTY*/
	color: #2F5A8D;					/* font colour: BLUE */
	}
.contStyle10 a{						/* BLACK TEXT ON YELLOW BACKGROUND */
	color: #000000;					/* text colour */
	}
.contStyle10 a:hover{				/* BLACK TEXT ON YELLOW BACKGROUND MATTY*/
	color: #2F5A8D;					/* font colour: BLUE */
	}
/* --------------------------------------------------------------------------- */
/* TOPBAR IMAGERY */
#topimage01{						/* TOPBAR PAGE IMAGERY DIV */
	background-color: #2F5A8D;		/* DIV background colour: BLUE */
	height: 175px;					/* fixed height of 175 pixels */
	margin-bottom: 8px;				/* margin outside border */	
	background: url(images/imagebar01.gif) no-repeat; /* image bar 740x175 */
	}
#topimage02{						/* TOPBAR PAGE IMAGERY DIV */
	background-color: #2F5A8D;		/* DIV background colour: BLUE */
	height: 175px;					/* fixed height of 175 pixels */
	margin-bottom: 8px;				/* margin outside border */	
	background: url(images/imagebar02.gif) no-repeat; /* image bar 740x175 */
	}
#topimage02b{						/* TOPBAR PAGE IMAGERY DIV */
	background-color: #2F5A8D;		/* DIV background colour: BLUE */
	height: 60px;					/* fixed height of 175 pixels */
	margin-bottom: 8px;				/* margin outside border */	
	background: url(images/imagebar02.gif) no-repeat; /* image bar 740x175 */
	}
#topimage03{						/* TOPBAR PAGE IMAGERY DIV */
	background-color: #2F5A8D;		/* DIV background colour: BLUE */
	height: 175px;					/* fixed height of 175 pixels */
	margin-bottom: 8px;				/* margin outside border */	
	background: url(images/imagebar03.gif) no-repeat; /* image bar 740x175 */
	}
#topimage04{						/* TOPBAR PAGE IMAGERY DIV */
	background-color: #2F5A8D;		/* DIV background colour: BLUE */
	height: 175px;					/* fixed height of 175 pixels */
	margin-bottom: 8px;				/* margin outside border */	
	background: url(images/imagebar04.gif) no-repeat; /* image bar 740x175 */
	}
#topimage05{						/* TOPBAR PAGE IMAGERY DIV */
	background-color: #2F5A8D;		/* DIV background colour: BLUE */
	height: 175px;					/* fixed height of 175 pixels */
	margin-bottom: 8px;				/* margin outside border */	
	background: url(images/imagebar05.gif) no-repeat; /* image bar 740x175 */
	}
#topimage06{						/* TOPBAR PAGE IMAGERY DIV */
	background-color: #2F5A8D;		/* DIV background colour: BLUE */
	height: 175px;					/* fixed height of 175 pixels */
	margin-bottom: 8px;				/* margin outside border */	
	background: url(images/imagebar06.gif) no-repeat; /* image bar 740x175 */
	}
#topimage07{						/* TOPBAR PAGE IMAGERY DIV */
	background-color: #2F5A8D;		/* DIV background colour: BLUE */
	height: 175px;					/* fixed height of 175 pixels */
	margin-bottom: 8px;				/* margin outside border */	
	background: url(images/imagebar07.gif) no-repeat; /* image bar 740x175 */
	}
#topimage08{						/* TOPBAR PAGE IMAGERY DIV */
	background-color: #2F5A8D;		/* DIV background colour: BLUE */
	height: 175px;					/* fixed height of 175 pixels */
	margin-bottom: 8px;				/* margin outside border */	
	background: url(images/imagebar08.gif) no-repeat; /* image bar 740x175 */
	}
#topimage09{						/* TOPBAR PAGE IMAGERY DIV */
	background-color: #2F5A8D;		/* DIV background colour: BLUE */
	height: 175px;					/* fixed height of 175 pixels */
	margin-bottom: 8px;				/* margin outside border */	
	background: url(images/imagebar09.gif) no-repeat; /* image bar 740x175 */
	}
#topimage10{						/* TOPBAR PAGE IMAGERY DIV */
	background-color: #2F5A8D;		/* DIV background colour: BLUE */
	height: 175px;					/* fixed height of 175 pixels */
	margin-bottom: 8px;				/* margin outside border */	
	background: url(images/imagebar10.gif) no-repeat; /* image bar 740x175 */
	}
/* --------------------------------------------------------------------------- */
/* Generic FORM Styling */
.genericForm label {				/* FORM TEXT LABELS */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* fonts */
	color: #000000;					/* label text colour */
	float: left;					/* make other content sit to the right */
	background-color: #F8F8F8;		/* label background colour */
	margin-left: 5px;				/* margin outside border */
	margin-right: 3px;				/* margin outside border */
	padding: 4px 4px 4px 4px;		/* padding inside border - best for all browsers */
	width:220px;					/* width of input box */
	}
.genericForm p {					/* FORM P TAG */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* fonts */
	clear: left;					/* force new band */
	margin: 0;						/* margin outside border */
	padding: 0;						/* padding inside border - best for all browsers */
	padding-top: 10px;				/* force a gap */
	}
.genericForm input.txt {			/* FORM INPUT TEXT BOX */
	width: 200px;					/* width of input box */
	color: #000000;					/* input text colour */
	}
.genericForm textarea {				/* FORM TEXTAREA TEXT BOX */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* fonts */
	width: 200px;					/* width of input box */
	color: #000000;					/* input text colour */
	}
.genericForm select {				/* FORM SELECT DROP-DOWN BOX */
	width: 200px;					/* width of input box */
	color: #000000;					/* input text colour */
	}
.genericForm input.btn {			/* FORM BUTTON */
	color : #000000;				/* button text colour */
	background-color: #F0DB1D;		/* button colour */
	width:auto;						/* width of input box */
	border: 1px solid #000000;		/* inset border colour */
	cursor:pointer;					/* employ cursor pointer */
	margin-left: 5px;				/* margin outside border */
	padding: 0px 4px 0px 4px;		/* padding inside border - best for all browsers */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* button text font */
	font-size: 1em;					/* button text font size */
	height: 20px;					/* button height */
	}
/* --------------------------------------------------------------------------- */
/* Specific FORM Styling */
/* MMPC page */
.mmpcForm label {					/* FORM TEXT LABELS */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* fonts */
	color: #000000;					/* label text colour */
	float: left;					/* make other content sit to the right */
	background-color: #F8F8F8;		/* label background colour */
	margin-left: 5px;				/* margin outside border */
	margin-right: 3px;				/* margin outside border */
	padding: 4px 4px 4px 4px;		/* padding inside border - best for all browsers */
	width:220px;					/* width of input box */
	}
.mmpcForm p {						/* FORM P TAG */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* fonts */
	clear: left;					/* force new band */
	margin: 0;						/* margin outside border */
	padding: 0;						/* padding inside border - best for all browsers */
	padding-top: 10px;				/* force a gap */
	}
.mmpcForm input.txt {				/* FORM INPUT TEXT BOX */
	width: 200px;					/* width of input box */
	color: #000000;					/* input text colour */
	}
.mmpcForm textarea {				/* FORM TEXTAREA TEXT BOX */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* fonts */
	width: 200px;					/* width of input box */
	color: #000000;					/* input text colour */
	}
.mmpcForm select {					/* FORM SELECT DROP-DOWN BOX */
	width: 200px;					/* width of input box */
	color: #000000;					/* input text colour */
	}
.mmpcForm input.btn {				/* FORM BUTTON */
	color : #000000;				/* button text colour */
	background-color: #F0DB1D;		/* button colour */
	width:auto;						/* width of input box */
	border: 1px solid #000000;		/* inset border colour */
	cursor:pointer;					/* employ cursor pointer */
	margin-left: 5px;				/* margin outside border */
	padding: 0px 4px 0px 4px;		/* padding inside border - best for all browsers */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* button text font */
	font-size: 1em;					/* button text font size */
	height: 20px;					/* button height */
	}