body {
	background-color: #b2b2b2;
}
body,
form,
table {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
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: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20pt;
	font-variant: small-caps;
}
.header-text h2 {
	font-size: 11pt;
}
.logo {
	padding: 0 4px;
}
.poll-heading {
	border: 2px solid #000000;
	font-variant: small-caps;
	padding: 6px;
}
.poll-previous td {
	padding: 4px;
}
.scaffold {
	border-spacing: 6px;
	width: 100%;
}
.section {
	border: 2px solid #000000;
	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: #e5e5e5;
	padding: 6px;
}
.section-head {
	background-color: #CE0F42;
	border-bottom: 2px solid #000000;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	padding: 4px 4px 4px 8px;
}
