body
{
	background:#FFFFFF;
	font-family:Sans-Serif;
	background-image:url(./images/Background10.gif);
}
.PopupBody
{
	background:lightsteelblue;
	font-family:Sans-Serif;
}
.Input
{
	width:250px;
}
.Button
{
	background:lightgray;
	color:black;
	text-align:center;
	font-family:Sans-Serif;
	font-size:12px;
	border:solid 2px black;
	width:120px;
	height:21px;
}
.ButtonTD
{
	background:lightsteelblue;
	color:black;
	text-align:center;
	font-family:Sans-Serif;
	font-size:12px;
	border:solid 2px gray;
	width:120px;
	height:21px;
}
.ButtonHL
{
	text-decoration:none;
	color:black;
	text-align:center;
}
.NavTable
{
	background:white;
}
.ImgTable
{
	background-color:lightsteelblue;
}
.ImgTR
{
	height:105px;
	width:105px;
	border-top:solid 1px gray;
	border-left:solid 1px gray;
	text-align:center;
	background-color:lightsteelblue;
}
.EditTC
{
	border:solid 1px gray;
	background-color:lightsteelblue;
	vertical-align:top;
}
.ErrorTextContainer
{
	border:solid 1px gray;
	text-align:center;
	color:Red;
	background-color:White;
	padding:10px 10px 10px 10px;
	text-align:center;
}
.EditTextContainer
{
	border:solid 1px gray;
	text-align:center;
	background-color:White;
	padding:10px 10px 10px 10px;
	text-align:left;
}
.GenericTextContainer
{
	border:solid 1px gray;
	text-align:center;
	background-color:lightsteelblue;
	padding:10px 10px 10px 10px;
	text-align:left;
}
.DisabledTextContainer
{
	border:solid 1px gray;
	text-align:center;
	background-color:#D9DDE5;
	padding:10px 10px 10px 10px;
	text-align:left;
}
.Label
{
	border:solid 1px gray;
	background-color:lightsteelblue;
	color: White;
	font-size:16px;
	font-family: Sans-Serif;
	vertical-align:middle;
	height:22px;
}
.Header2
{
	font-size:larger;
}
.Header1
{
	font-size:large;
}
.DisclaimerSize
{
	font-size:xx-small;
}
.IndPriceTable
{
	border:solid 1px gray;
	border-collapse:collapse;
}
.IndPriceTableCell
{
	border:solid 1px gray;
	vertical-align:bottom;
}
.IndPriceTableCellTop
{
	border:solid 1px gray;
	vertical-align:top;
}
.PckgPriceTable
{
	border:solid 1px gray;
	border-collapse:collapse;
}
.PckgPriceTableCell
{
	border:solid 1px gray;
	vertical-align:bottom;
}
.RedLabel
{
	color:Red;
	font-size:larger;
}
.EditVarLnk
{
  color:Red;
}
.EditTextLnk
{
  color:Green;
}