body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h1.left {
	text-align: center;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	text-align: center;
	width: 600px;
}
.mainTable {
	
	width: 600px;
	border: none;
	background-color: #FFFFFF;
}
.mainTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;


	//font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 0px;
}
.formTitle {
	color: #000000;
	background-color: #FFFFFF;
	height: 23px;
	width: 600px;
}
.formTitle td {
	font-size: 20px;
	font-weight: lighter;
}
.mainTable td.fieldLabel {
	text-align: center;
}
.mainTable td.middle {
	text-align: center;
}
.formTitle a:link {
	color: #000000;
	font-size: 20px;
	font-weight: lighter;
}
.formTitle a:visited {
	color: #000000;
	font-size: 20px;
	font-weight: lighter;
}
.formTitle a:hover {
	font-size: 20px;
	font-weight: lighter;
	color: #FFFFFF;
}
