.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
}
.PageContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.instruction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#1C3276;
	font-weight:bold;
}

/** Style sheet for spin edit control */


.SpinButtonUp{
	border-width: 1px 1px 1px 1px;
	background: url(images/SEC_up.gif) no-repeat center center;
	background-color: buttonface;
}

.SpinButtonDown{
	border-width: 1px 1px 1px 1px;
	background: url(images/SEC_down.gif) no-repeat center center;
	background-color: buttonface;
}
.border {
	border: thin solid #000000;
}
.heavyborder {
	border: medium solid #000000;
}
.Ordertotal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.layer1 {
	position: absolute;
	visibility: hidden;
	z-index: 1;
	left: 0px;
	top: 0px;
}
.layer2 {

	position: absolute;
	visibility: hidden;
	z-index: 2;
	left: 0px;
	top: 0px;
}
.layer3 {

	position: relative;
	visibility: visible;
	z-index: 3;
	left: 0px;
	top: 0px;
	border: thin solid #000000;
}
.layer4 {

	position: absolute;
	visibility: hidden;
	z-index: 4;
	left: 0px;
	top: 0px;
}
