html, body, form, fieldset, table {
	margin: 0;
	padding: 0;
	font: 1em Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
}

body {
	font-size: 76%;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, table, fieldset {
	margin: 1em 0 0;
	padding: 0;
}

th, td {
	font-size: 1em;
	margin: 0;
	padding: 0.1em 0.2em;
	text-align: left;
}

li, dd, blockquote {
	margin-left: 1em;
}

fieldset {
	border: solid #ccc 1px;
	padding: 1em;
	width: 100%;
}
img {
	border: none;
}
input, select, textarea {
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 100%;
}

body {
	background-color: #fff;
	color: #000;
	width: 100%;
}
a {
	color: #000;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.button {
	display: none;
}

.figure-l {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.first {
	margin-top: 0;
}

#left, #sidebar {
	display: none;
}