.formNormalText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-left-color: #c8d3bc;
	border-bottom-color: #c8d3bc;
	color: #333333;
	border-top-color: #c8d3bc;
	vertical-align: middle;
	border-right-color: gray;
}
.formNormalTextRequired 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-left-color: #c8d3bc;
	border-bottom-color: #c8d3bc;
	color: #CC0000;
	border-top-color: #c8d3bc;
	vertical-align: middle;
	border-right-color: gray;
	margin-right: 0px;
}
.formNormalTextInfo 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-left-color: #c8d3bc;
	border-bottom-color: #c8d3bc;
	color: #0087cd;
	border-top-color: #c8d3bc;
	vertical-align: middle;
	border-right-color: gray;
}
.formImportantTextInfo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-left-color: #c8d3bc;
	border-bottom-color: #c8d3bc;
	color: #0087cd;
	border-top-color: #c8d3bc;
	vertical-align: middle;
	border-right-color: gray;
	font-weight: bold;
}
.formNormalTextBox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	border: 1px solid LightSteelBlue;
	margin-left: 0px;
}
.formNumericTextBox 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	border: 1px solid LightSteelBlue;
	height: 20px;
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
}
.formErrorMsgText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC0000;
	text-decoration: none;
}
A.LinkButtonText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #330099;
	text-decoration: none;
}
A.LinkButtonText:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #330099;
	text-decoration: underline;
}
.formSectionTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-bottom-color: #999999;
	color: #333333;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	height: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
