.mainBody{
	display: flex;
	background: #7fff7f;
	width: 100%;
	justify-content: center;	
	text-align: center;
}
#centerSection{
	position: absolute;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #005f00;
	width: 800px;
	height: 600px;
	background: white;
	text-align: center;
}
#bottomLinks{
	position: absolute;
	width: 420px;
	left: 200px;
	top: 400px;
}
#footer{
	position: absolute;
	display: block;
	width: 800px;
	height: 20px;
}
.mainText{
	margin: 10px 25px 16px 25px;
	padding: 0px;
	text-align: left;
	font-family: Helvetica, sans-serif;
}
.selectionList{
	text-align: left;
	line-height: 1.6;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.selectionSubText{
	display: inline;
	font-weight: normal;
}
.topicTitle{
	font-family: Segoe Print, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #005f00;
	margin: 16px;
	text-align: center;
}

.subTitle{
	font-family: Segoe Print, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #005f00;
	margin: 16px;
	text-align: left;
}
.topicText{
	margin: 16px;
	padding: 0px;
	text-align: left;
	font-family: Helvetica, sans-serif;
}
.topicTextB{
	margin: 16px;
	padding: 0px;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}
.subText{
	display: inline;
	font-weight: normal;
	font-size: 10pt;
}
.formTable{
	position: relative;
	width: 600px;
	border-style: solid;
	border-width: 1px;
	border-color: #005f00;
}
.itemDesc{
	width: 200px;
	text-align: left;
}
.qty{
	width: 120px;
}
.tdInput{
	text-align: left;
}
.tdTags{
	text-align: right;
	vertical-align: text-top;
}
.detailTitle{
	font-size: 10pt;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.detailInput
{
	text-align: left;
}
.navButton{
	position: absolute;
	font-family: Segoe Print, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}
.navButton:hover{
	background: #afafaf;
	cursor: pointer;
}
.alertText{
	display: inline;
	color: red;
	font-weight: bold;

}
#divFormContainer{
	position: relative;
	display: flex;
	justify-content: center;
}
a.inlineLink{
	text-decoration: none;
}
a.inlineLink:link{
	color: blue;
}
a.inlineLink:visited{
	color: blue;
}
a.inlineLink:hover{
	color: red;
}
a.tinyLink{
	text-decoration: none;
	font-family: Segoe Print, Helvetica, sans-serif;
	font-size: 8pt;
}
a.tinyLink:link{
	color: blue;
}
a.tinyLink:visited{
	color: blue;
}
a.tinyLink:hover{
	color: red;
}
.pageLinks{
	font-family: Segoe Print, Helvetica, sans-serif;
	font-size: 10pt;
}
a.pglink{
	
	text-decoration: none;
	
}
a.pglink:link{
	color: blue;
}
a.pglink:visited{
	color: blue;
}
a.pglink:hover{
	color: red;
}