body {
	font-family: 'Montserrat', sans-serif;
    background-color: #FDC47D !important;
}
.H1 {
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	padding-bottom: 15px;
    padding-top: 10px;
}
.H2 {
    font-weight: bold;
	font-size: 14pt;
	text-align: center;
	padding-bottom: 15px;
    padding-top: 15px;
}
.bold {
	font-weight: bold;
}
.center {
 	margin: auto;
	text-align: center;
}
.footer {
	font-size: 8pt;
}
.bground {
	background-color: #FDC47D;
	color: #ffffff;
}
.divTable {
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 2px solid #000000;
	display: table-cell;
	padding: 3px 10px;
    vertical-align: middle;
    color: #000000 !important;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.headerBground {
  background-color: #588dc9;
  color: #ffffff;
}
.banner {
    border: 4px #000000 solid;
}
a:link {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}