body {
	background-color: #92932D;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
}

table, td {
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

#tableLayout {
	width: 660px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* format boxes */
.textbox {
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* required text */
.req {
	color: #CC00CC;
}

/* PARAGRAPH SPACING */
p {		
	margin-top: 10px;
	margin-bottom: 0px;
}

.centre {
	text-align: center;
}

.spacer_ten {
	height: 10px;
}

/* HEADINGS FORMATTING */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #394607;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #394607;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* THANK YOU Page */
.thank_you {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}

/* LINK FORMATTING */
a {
	text-decoration: none;
	color: #000000;
}
