@charset "UTF-8";

/*  */
html, body {
	height: 100%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #000000;
	line-height: 1.8em;
	background-color: #A9A9A9;
}

/* STICKY FOOTER */
#PageContainer {
	min-height: 100%;
	margin-bottom: -40px;
	background-color: #ffffff;
}
#PageContainer:after {
  content: "";
  display: block;
}
#PageFooter {
  height: 40px; 
}
#PageContainer:after {
  height: 40px; 
}

/* MISCELLANY */
.Footnote {
	color: #6B6B6B;
	font-size: 80%;
}