.PageTitle {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
}
.PageContent {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.instruction {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#1C3276;
	font-weight:bold;
}

.smalltext {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

.smallishtext {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

body {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
}	

.linkstyle A:link {text-decoration: none; color:#000000}
.linkstyle A:visited {text-decoration: none; color:#000000}
.linkstyle A:active {text-decoration: none; color:#000000}
.linkstyle A:hover {text-decoration: none; color:#000000}

/** 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: 1px solid #000000;
}

.borderrow1 {
	border-top: 1px solid #555555; 
	background-color: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
}

.borderrow {
	border-left: 1px solid #555555; 
	border-bottom: 1px solid #555555; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.borderrowinnercol {
	border-bottom: 1px solid #555555; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#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: visible;
	z-index: 1;
	left: 0px;
	top: 0px;
}
.layer2 {

	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 0px;
	top: 0px;
}
.layer3 {

	position: absolute;
	visibility: visible;
	z-index: 3;
	left: 0px;
	top: 0px;
	
}
.layer4 {

	position: absolute;
	visibility: visible;
	z-index:4;
	left: 0px;
	top: 0px;
}

