body {
	background-image: url();
	background-repeat: no-repeat;
	font-family: arial;
}
#Layer1 {
	position:absolute;
	width:592px;
	height:234px;
	z-index:1;
	left: 161px;
	top: 215px;
}
.style8 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
.style10 {font-family: "Times New Roman"}
.style11 {
	font-size: 20px;
	font-family: "Times New Roman";
}
.style12 {font-size: 24px}
.style13 {font-size: 24}
.style18 {font-family: "Times New Roman"; font-size: 18px; color: #000099; }
.style19 {font-size: 18px}
.style20 {font-size: 20px}
.style29 {padding: 10px}
table.pub-table tr:nth-child(even) {
	background-color: #f3f4f6; /* Light grey background for alternate rows */
}
.pub-h1 {padding-left: 10px; margin-top:30px; margin-bottom:5px}

.button {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: lightGray;
	font-weight: 500
}
.button:hover {
	font-weight: bold;
}

.button-text {
	text-decoration: none;
	color: black;
}

.button-text-showing {
    text-decoration: none;
	color: black;
    font-weight: bold;
}

.description-text {
	text-align: justify;
	font-size: 14pt;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.footer-text {
	text-decoration:none;
	color:black;
}

.footer-text:hover {
	text-decoration:underline;
}

.person {
	font-size: 18px;
	font-weight: bold;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
