h1
{
	font-size: 14px;
	color: white;
	text-align: center;
}

td
{
	vertical-align: top;
}

td.question
{
	font-size: 11px;
	font-weight: normal;	
	vertical-align: top;
	text-align: left;
	color: white;
}

td.answer
{
	font-weight: bold;	
	vertical-align: top;
	text-align: left;
}

.sectiontitle
{
	margin-top: 10px;
	vertical-align: top;
	font-size:12px;
	color: #222222;
	padding: 3px;
	background-color: beige;
	font-weight:bold;
	width: 690px;
	text-align: left;
}
table.questionTable
{
	width: 690px;
}

.requiredMark
{
	font-size: 110%;
	font-weight: bold;
	color: red;
}

input, textarea, button
{
	border: 1px solid gray;
	background-color: white;
}

.thankYouMessage
{
	font-size: 100%;
	font-weight: bold;
	color:white;
	padding: 5px;
}
.thankYouMessage a
{
	text-decoration: underline;
	color: blue;
}
