body
{

}
.TableHeader
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	height: 30px;
	background-color: #521829;
	text-align: center;
}
.ButtonHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	height: 30px;
	background-color: white;
	text-align: left;
}
.EndRow
{
	font-family: Arial;
	background-color: black;
	text-align: center;
}
.TableHeaderLeftEnd
{
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: black 1px solid;
	color: maroon;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: silver;
	text-align: center;
}
.TableHeaderRightEnd
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 8pt;
	color: maroon;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: silver;
	text-align: center;
}
.TableContent
{
	padding-right: 7px;
	padding-left: 7px;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	text-align: center;
}
.TableContentDescription
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
	text-align: left;
}
.AddMainTable
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	color: maroon;
	border-bottom: black thin solid;
	font-family: Arial;
}
.AddFormLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-align: left;
}
.AddOutputLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: maroon;
	font-family: Arial;
	text-align: left;
}
.AttachmentLink
{
	font-size: 8pt;
	color: gainsboro;
	margin-right: 40px;
	font-family: Arial;
}