body {
	font-size: 12px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.footer, .comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

.form-label {
	font-weight: bold;
}

.response {
	color: #00f;
	font-weight: bold;
}

/* Should be used only at the top of a page, as the title */
h1 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	/* text-transform: uppercase; */
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 2px;
	/* text-transform: uppercase; */
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 2px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Temporary call-out for coming soon message */
.coming-soon {
	font-style: italic;
}

