BODY {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-color: none;
	width: auto;
	background-color: #FFFFFF; /* This will set the base BODY color of your page */
	font-family: Trebuchet MS, arial, helvetica, geneva;
	text-align: center;
	font-size: 8px;
	color: #000000;
	}

#wrapper {
	position:relative;
	width:800px;
	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;
	}
p{font-size: 12px; line-height:15px;}
	
.boldText {
	color: #000000;
	margin: 0px 10px 10px 0px; /* Top Right Bottom Left */
	font-size: 13px;
	font-weight: bold;
	}
	
h2 {
	color: #006654;
	font-size: 12px;
	font-weight: bold;
	}

A.Links {
	color: #000000; text-decoration: underline;
	}

A.Links:HOVER {
	color: #000000; text-decoration: underline;
	}

input.fields {
	border: 1px solid #000000;
	font-family: Trebuchet MS, arial, helvetica, geneva;
	width: 210px;
	font-size:10px;
	margin:2px 0;
}
input.button {
	margin:4px 0;
}
textarea {
	width: 210px;
	border: 1px solid #000000;
	font-size:10px;
	margin:2px 0;
}
