.SmallText
{
	font-size: 8pt;
	visibility: visible;
	color: white;
	font-family: Arial;
}

.GridText
{
	font-size: 9pt;
	font-family: Verdana, Arial;
}

.FieldText
{
	font-size: 9pt;
	font-family: Verdana, Arial;
	text-align: right;
}

.ErrorText
{
	font-size: 9pt;
	color: red;
	font-family: Verdana, Arial;
}

.HeadingText
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Arial;
}

.InfoText
{
	font-weight: bold;
	font-size: 12pt;
	color: lightcyan;
	font-family: Verdana, Arial;
}

body
{
	background-color: #6699cc;
}

.FldHeadingText
{
    font-size: 10pt;
    font-family: Verdana, Arial;
}

.FldText
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	text-align: right;	
}

.MediumErrorText
{
	font-weight: bold;
	font-size: 12pt;
	color: red;
	font-family: Verdana, Arial;
}

.NoDisplay
{
   display: none;
}

.OutputOnly
{
	font-size: 9pt;
	border-top-style: none;
	font-family: Verdana, Arial;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
