html, body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-size: 12px;
}
.centerFill {
	background-image: url(img/cellFill.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.whitey {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.bkgrdHatch {
	background-image: url(img/bkgrdHatch.gif);
	background-repeat: repeat;
}
a:link, a:visited {
	color:rgb(139,147,40);
	margin-top: 1em;
	margin-bottom:1em;
	font-size:11px;
}

a:hover, a:active {
	color:rgb(180,120,0);
	margin-top: 1em;
	margin-bottom:1em;
	font-size:11px;
}