html, body {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #626061;
}
table {
  border-spacing: 0; /* cellspacing="0" */
}

table td,
table tr {
  padding: 0; /* cellpadding="0" */
}
td.conent-c {text-align: justify;}

.vertical-table {
    display: block;
    margin-bottom: 0px; 
	width: 896px;
	border: 0;
	padding: 0;
	border-collapse: collapse;
    border-spacing: 0;
    }
.first-table {
	height: 167px;
    margin-top: 0; 
	border-collapse: collapse;
    border-spacing: 0;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 0;
}
.second-table { 
	vertical-align: middle;
	align-self: flex-start;
	/*vertical-align: top;*/
    margin-top: 14px;
}
#second-table {
    }
table{
    margin: auto;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;}
.tablemenu {width: 100%;}
	

form{
    margin:0px;
    padding:0px;
	}	
	
.normal{
	line-height:1.6em;
	padding: 10px;
	}	
	
ul, ol{	line-height:1.6em;}

.nav{
	color:#FFFFFF;
	padding-left:50px;
	}		
	
.nav a{
	display:block;
	float:left;
	background-image:url(../img/off.png);
	background-position:top right;
	color:#FFFFFF;
	text-transform:uppercase;
	height:33px;
	padding:7px 25px 0px 14px;
	text-decoration:none;
	background-repeat:no-repeat;
	font-size:11px;
	}	
	
.nav a:hover, .nav a.on{
	background-image:url(../img/on.png);
	}	
	
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	color:#0092CE;
}	

ul.pdf li{
	list-style-image:url(../img/pdf.png);
	}

h1{font-size:160%;}
h2{font-size:150%;}	
h3{font-size:140%;}	
h4{font-size:130%;}	
h5{font-size:120%;}	
h6{font-size:110%;}	

a{
	color:#0092CE;
}

ul li a {
	color:#666666;
	text-decoration:none;
	}
	
ul li a:hover{
	color:#0092CE;
	text-decoration:underline;
	}

.logo {
	border:none;
	margin-top: 0px;
	margin-left: 47px;
	}	
	
.logoworksLink{
	text-align:center;
	font-size:10px;
	}
.err{ font-family:  verdana,arial; font-size: 11px; font-weight: normal; color: #A40A0A; text-decoration: none; font-style: normal; line-height: normal; font-variant: normal; text-transform: none }
.menu-l {font-size: 140%;}
.header { 
	height: 134px;
	width: 896px;
	background-image:url(../img/bg_header.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.menu-panel {
  background-color: #f1f1f1;
  border: 1px solid #727071;
  border-radius: 20px; 
  padding: 10px; 
  width: 210px;
}

.menu-panel ul {
  list-style: inherit;
  padding: 0;
}

.menu-panel ul li {
  /*display:flex;*/
	margin-left: 30px;
  margin-right: 10px; 
}

.menu-panel ul li:last-child {
  margin-right: 0; 
}

.menu-panel ul li a {
  /*text-decoration: none;
  color: #000;*/ /* Text color */
}
.header-m {
	height: 134px;
	}
td.nav-cell {
  background-image: url('../img/nav.png'); 
  /*background-size: cover;*/ 
  width: 896px; 
  height: 33px; 
  background-repeat: no-repeat; 
}
tr.top-aligned td {
  vertical-align: top; 
}
td.menu-panel-width {
  width: 210px; 
}
.full-width-table {
    width: 100%;
}
td.news-panel-width {
  width: 210px; 
}

.footer{
	font-size:10px;
	padding-left:25px;
	}
.vertical-table.footer {
  position: fixed;
  bottom: 0;
  width: 896px; 
  /*background-color: #f1f1f1;*/ 
  text-align:left;
  padding: 10px; 
}

td.content-panel-width {
	width: 860px;
}
.content-panel {
	background-color: #f1f1f1;
	border: 1px solid #727071;
	border-radius: 20px; 
	padding: 10px; 
	width: 860px;
}

.content-panel ul {
  list-style: inherit;
  padding: 0;
}

.content-panel ul li {
  /*display:flex;*/
	margin-left: 50px;
	margin-right: 50px; 
}

.content-panel ul li:last-child {
  margin-right: 50px; 
}

.content-panel ul li a {
  /*text-decoration: none;
  color: #000;*/ /* Text color */
}

.floated-image {
  float: right;
  margin-left: 5px;
}
    .my-div {
      width: 100%;
      max-width: 250px;
      border: 0px solid #fff;
      padding: 1px; 
    }
    .section {
      margin-bottom: 20px;
    }

    .card-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; /* Even distribution of cards across the width */
    }

    .card {
      border: 1px solid #ccc;
      border-radius: 8px;
      overflow: hidden;
      margin: 10px;
      width: calc(33.3333% - 15px); /* 33.3333% of the width, taking into account the margins between the cards */
      max-width: 180px; /* Maximum width of each card */
      text-align: center;
    }
.cardspacer {
      border: 1px solid #FFFFFF;
      border-radius: 8px;
      overflow: hidden;
      margin: 10px;
      width: calc(33.3333% - 15px); /* 33.3333% of the width, taking into account the margins between the cards */
      max-width: 180px; /* Maximum width of each card */
      text-align: center;
    }
    .card img {
      width: 100%;
      height: auto;
    }

    .card-title {
      padding: 10px;
      font-size: 14px;
      cursor: pointer;
      color: #0366d6; /* Link color */
      text-decoration: none;
      display: block;
    }

    .card-title:hover {
      text-decoration: underline; /* Underline on hover */
    }