@charset "utf-8";
.InvCellBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.InvCellBordTop {
	border-top-width: thin;
	border-top-color: #000;
}
.InvCellBordBottem {
	border-bottom-width: thin;
	border-bottom-color: #000;
}
.InvCellBordRight {
	border-right-width: thin;
	border-right-color: #000;
}
.InvCellBordLeft {
	border-left-width: thin;
	border-left-color: #000;
}
.InvCellBordTopRight {
	border-top-width: thin;
	border-right-width: thin;
	border-top-color: #000;
	border-right-color: #000;
}
.InvCellBordBottemRight {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-color: #000;
	border-bottom-color: #000;
}
.InvCellBordTopLeft {
	border-top-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-left-color: #000;
}
.InvCellBordBottemLeft {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-color: #000;
	border-left-color: #000;
}
.InvTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.InvBackground {
	background-color: #FFF;
}
table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
