body {
	background-color: #F5F5F5;
}
body,
form,
table {
	color: #611F2A;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16pt;
}
form {
	margin: 0;
}
ul {
	list-style-type: square;
	margin-bottom: 8px;
	margin-top: 2px;
}
.bulletin {
	margin-bottom: 8px;
}
.bulletin .timestamp {
	font-size: 8pt;
	font-style: italic;
	text-align: right;
}
.error {
	background-color: red;
	color: white;
	width: 100%;
}
.header-text h1 {
	color: #611F2A;
	font-family: Futura,Arial,Helvetica,sans-serif;
	font-size: 29pt;
	font-variant: small-caps;
}
.header-text h2 {
	font-size: 18pt;
}
.logo {
	padding: 0 4px;
}
.poll-heading {
	border: 2px solid #C72E2E;
	font-variant: small-caps;
	padding: 6px;
}
.poll-previous td {
	padding: 4px;
}
.scaffold {
	border-spacing: 6px;
	width: 100%;
}
.section {
	border: 2px solid #C72E2E;
	margin: 0 0 8px 0;
}
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
	margin-bottom: 8px;
	margin-top: 8px;
}
.section-body {
	background-color: #FDEBEB;
	padding: 6px;
}
.section-head {
	background-color: #C72E2E;
	border-bottom: 2px solid #C72E2E;
	color: #FFFFFF;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 18pt;
	font-weight: bold;
	padding: 4px 4px 4px 8px;
}
