.FieldLabel
{
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Arial;
	text-align: right;
	font-variant: normal;
}

.FieldCheck
{
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Arial;
	text-align: left;
	font-variant: normal;
}

.TextBox
{
	font-family: Monospace;
}
.Button
{
	font-weight: bold;
	font-size: 14pt;
	font-style: normal;
	font-family: Arial;
}
.Title
{
	font-weight: bold;
	font-size: 14pt;
	font-family: 'Times New Roman';
}
.FieldValue
{
	font-size: 10pt;
	overflow: hidden;
	color: black;
	font-family: Monospace;
	background-color: silver;
}
BODY
{
	font-size: 10pt;
	font-family: Arial;
}
.ColumnCaption
{
	font-weight: bold;
	font-size: 12pt;
	font-family: 'Times New Roman';
}
.Text
{
	font-size: 10pt;
	font-family: Arial;
}
.Error
{
	font-size: 10pt;
	color: red;
	font-family: Arial;
}
.Warning
{
	font-size: 10pt;
	font-weight: bold;
	color: red;
	font-family: Arial;
}
.Demo
{
	font-style: italic;
	font-size: 10pt;
	color: blue;
	font-family: Arial;
}
.DemoPanel
{
	border-right: black solid;
	padding-right: 8px;
	border-top: black solid;
	padding-left: 8px;
	font-size: 10pt;
	background-image: none;
	padding-bottom: 8px;
	border-left: black solid;
	padding-top: 8px;
	border-bottom: black solid;
	font-family: Arial;
	background-color: #ffcc66;
}
