/* CSS Document */
body {
	background-color: #ffffff;
	font-family: Tahoma,Geneva,Sans-Serif;
	color: #000000;
	text-align: left;
	margin: 30px;
	}
div#main {
	margin: 0 auto;
	width: 900px;
	font-size: 18px;
}
.clear {
	clear: both;
}
p {
	margin: 10px;
}
p.heading {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}
div.clause {
	font-size: 22px;
	font-weight: bold;
	
}
div.clauseNo {
	width: 50px;
	float: left;
}
div.clauseContent {
	width: 850px;
	float: left;
}
div.subclause {
	font-size: 18px;
	
}
div.subclauseNo {
	width: 50px;
	float: left;
}
div.subclauseContent {
	width: 850px;
	float: left;
}
form {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
input {
	width: 150px;
}


