body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffcc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}.BluSubHead {
	font: bold 18pt Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.BoldType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.BlueHead {
	font: bold 36px Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFcc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#Layer1 {
	position:absolute;
	left:12px;
	top:169px;
	width:760px;
	height:1000px;
	background-color:#ffffcc;
	border:1px none #000000;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:6px;
	top:75px;
	width:300px;
	height:60px;
	border:1px none #000000;
	z-index:0;
}
#Layer1A {
	position:absolute;
	left:0px;
	top:200px;
	width:760px;
	height:2000px;
	border:1px none #000000;
	z-index:0;
	
}
.SmallType {
	font: small Arial, Helvetica, sans-serif;
}
.StrongSmallType {
	font: bold small Arial, Helvetica, sans-serif;
}
