.text10 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.text11 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.text12 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.text12N {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 17px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.text12B {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #990000; text-decoration: none}
.text14 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.text14H {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height:normal; font-weight: normal; color: #000000; text-decoration: none}
.text16 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.text16B {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: normal; color: #990000; text-decoration: none}
.text18 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.text18w {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; line-height: normal; font-weight: normal; color: #FFFFFF; text-decoration: none}
.text20 {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.text24 {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.text24R {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; line-height: normal; font-weight: normal; color: #FF0000; text-decoration: none}
.text24B {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; line-height: normal; font-weight: normal; color: #0000FF; text-decoration: none}
.text28 {  font-family: Arial, Helvetica, sans-serif; font-size: 28px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.text24w {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; line-height: normal; font-weight: normal; color: #FFFFFF; text-decoration: none}
.text28w {  font-family: Arial, Helvetica, sans-serif; font-size: 28px; font-style: normal; line-height: normal; font-weight: normal; color: #FFFFFF; text-decoration: none}
.text36 {  font-family: Arial, Helvetica, sans-serif; font-size: 36px; font-style: normal; line-height: normal; font-weight: bold; color: #FF0000; text-decoration: none} 
.text48 {  font-family: Arial, Helvetica, sans-serif; font-size: 48px; font-style: normal; line-height: normal; font-weight: bold; color: #000000; text-decoration: none}
.text60 {  font-family: Arial, Helvetica, sans-serif; font-size: 60px; font-style: normal; line-height: normal; font-weight: bold; color: #FF0000; text-decoration: none}
td.menucell { background-color: #FFFFFF; }
a { color: #0000FF; text-decoration: underline; } 
a:hover { color: #660000; text-decoration: underline; } 
a.top { font-family: Verdana; font-weight: bold; font-size: 10px; line-height:12px; color: #0000CC; padding: 6px; margin: 1px 1px 0px 1px; text-decoration: none; } 
a.top:hover { color: #0000FF; } 
a.nav { font-family: Verdana; font-weight: bold; font-size: 10px; line-height:10px; background-color: #CCCCFF; color: #0000CC; text-align: center; } 
a.nav:link, a.nav:active, a.nav:visited { display: block; padding: 5px; margin: 1px 1px 0px 1px; text-decoration: none; }
a.nav:hover { background-color: #0000CC; color: #CCCCFF; } 

dl { margin: 0 0 .5em 0; text-align:left;}
dl dd { margin: 0;text-align:left;}
dl dt { font-weight: bold;text-align:left;}
.text28R {  font-family: Arial, Helvetica, sans-serif; font-size: 28px; font-style: normal; line-height: normal; font-weight: normal; color: #CC0000; text-decoration: none}
.logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.logo-img {
  width: 130px;
  height: auto;
  margin-bottom: 15px;
  object-fit: contain;
}

.logo-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: auto;
}

.logo-description {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .logo-container {
	gap: 20px;
  }
  
  .logo-item {
	width: 150px;
	padding: 15px;
  }
}

@media (max-width: 480px) {
  .logo-container {
	flex-direction: column;
	align-items: center;
  }
  
  .logo-item {
	width: 80%;
  }
}