TABLE.XSL_TABLEMain
{
	width: 100%;
}

TABLE.XSL_TABLEHeader
{
	width: 100%;
	background-color: #000000;
	border-color: #000000;
	border-style: solid;
	border-top-width: thin;
	border-bottom-width: 0px;
	border-right-width: thin;
	border-left-width: thin;
}

TABLE.XSL_TABLEHeaderAccept
{
	width: 100%;
	background-color: #FFCB29;
	border-color: #000000;
	border-style: solid;
	border-top-width: thin;
	border-bottom-width: 0px;
	border-right-width: thin;
	border-left-width: thin;
}

TD.XSL_TDHeader
{
	width: 100%;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial;
	color: #FFFFFF;
}

TD.XSL_TDHeaderAccept
{
	width: 100%;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial;
	color: #FF0000;
}

TABLE.XSL_Elements
{
	width: 100%;
	background-color: #CCCCCC;
	border-color: #000000;
	border-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
}

TD.XSL_FieldName
{
	font-weight: bold;
	font-size: 10pt;
	font-family: arial;
	white-space: nowrap;
}

TD.XSL_FieldData
{
	width: 100%;
	font-weight: normal;
	font-size: 10pt;
	font-family: arial;
}

TD.XSL_FieldDataRed
{
	width: 100%;
	font-weight: normal;
	font-size: 10pt;
	font-family: arial;
	color: #FF0000;
}


