.mainTitle {
	background-color: #861316;
	border: 0px;
	color: White;
	margin: 0px 25px 15px 20px;
	padding: 5px 0px 5px 15px;
	width: 940px;
	font-size: 16px;
	font-weight: bold;
}

.title2 {
	color: #404040;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.title3 {
	color: #404040;
	font-size: 14px;
	font-weight: bold;
}

.title4 {
	color: #404040;
	font-size: 11px;
	font-weight: bold;
}

.narration {
	padding: 0px 50px 0px 50px;
	font-size: 15px;
	font-weight: bold;
	text-indent: 25px;
}

.formTable table{
	border: 1px solid Black;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 25px 0px;
	width: 90%;
}

.formTable th {
	color: white;
	background-color: #861316;
	font-size: 16px;
	font-weight: bold;
}

.formTable td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.formTable2 {
	border: none;
	width: auto;
}

.formTable2 td {
	border: none;
	width: auto;
	text-align: left;
}

.submitButton {
	color: white;
	background-color: #00aa01;
	font-size: 14px;
	font-weight: bold;
}