.Heading
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Arial;
}
.Caption
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	background-color: #f58542;
}
.Text
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.Sum
{
	border-top: #f26f1f thin solid;
	font-weight: bold;
	font-size: 10pt;
	border-bottom-width: thin;
	border-bottom-color: #f26f1f;
	color: black;
	font-family: Arial;
}
.BruttoSum
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: gainsboro;
}
.BruttoSumBorder
{
	border-top: #f26f1f thin solid;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: gainsboro;
}
.Textbox
{
	font-size: 9pt;
	text-align: right;
}
.ErrorText
{
	font-size: 10pt;
	color: red;
	font-family: Arial;
}
.Banner
{
	font-weight: bold;
	font-size: 16pt;
	color: #f26f1f;
	font-family: Arial;
}
