	input, textarea, select {
		border: 1px solid #CBCBCB;
		background: #FFFFFF;
	}

	p.pageheading {
		font-weight: bold;
		text-align: center;
		font-size: 1.1em;
	}

	div.explanation {
		padding: 3px;
		border: 1px #aaa solid;
	}

	a {
		text-decoration: none;
		color: #369;
	}

	table.main {
		border-right: 1px solid #999;
	}

	td.division, th.division {
		border-left: 1px solid #999;
	}
	
	tr.odd {
		background-color: #fdfdfd;
	}
	
	div#footer {
		font-size: .7em;
		margin-top: 20px;
		border-top: 1px solid #ddd;
		text-align: right;
	}

	div#footer p {
		margin: 0;
	}
	
	table.people th {
		text-align: left;
	}
