@charset "UTF-8";
/* CSS Document */

 html, body {
     /*font-size: 10.5pt;*/
	  height: 100%;
	  /* The html and body elements cannot have any padding or margin. */
	}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}
/*
ul li, ol li {font-size: .8rem;}
th p {font-size: .8rem; margin-bottom: 0; font-weight: normal;}
p, td, th {font-size: .8rem;}
H6 {font-size: 1rem;}
H5 {font-size: 1.2rem;}
H4 {font-size: 1.4rem;}
H3 {font-size: 1.8rem;}
H2 {font-size: 2.2rem;}
H1 {font-size: 2.6rem;}

label {font-size: .8rem;}*/

ul, ol {padding-bottom: .8rem;}

.pagination .page-item a {font-size: .8rem; border: none; padding: 2px 8px;}
.form-control, .form-select {font-size: .8rem;}

.btn {font-size: .8rem;}

.note {font-size: .8rem;}

.bg-dkGreen {background-color: #537880}
e3eaf1
.bg-ltBlue {background-color: #e3eaf1;} /* rgba(227,234,241,1.00) */
.bg-ltGreen {background-color: #ebeeef;} /* rgba(235,238,239,1.00) */
.bg-ltGreen-75 {background-color: rgba(188,203,210,.75);}

.text-dkGreen {color: #537880}
.text-ltGreen {color: #ebeeef;}

/* Set the fixed height of the footer here */
#footer {
  }
