﻿.maincontent .txtField
	{
		border: 1px solid #4b413f;
		margin-top: 5px;
		margin-bottom: 10px;
		height: 20px;
		width: 300px;
		background-color: white;
		margin-left: 38px;
	}
.maincontent textarea
	{
		border: 1px solid #4b413f;
		margin-top: 5px;
		margin-bottom: 20px;
		width: 300px;
		height: 150px;
		margin-left: 38px;
	}
.maincontent b
	{
		border-bottom: dotted 1px black;
	}
#contactForm
	{
		margin-left: 20px;
		font-size: 12px;
		color: #434101;
	}
#btnSubmit
	{
		background-color: white;
		border: 1px solid #4b413f;
		height: 31px;
		width: 97px;
		margin-left: 241px;
	}
.Q, .A
{
	font-weight: bold;
}
.Q br
{
	line-height: 5px;
}
.A br
{
	line-height: 15px;
}
blockquote p, ol
{
	font-size: 12px;
}
.maincontent img
{
	margin-right: 5px;
}
blockquote span
{
	font-weight: bold;
}