<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table {
   border-collapse: collapse;
  border-spacing: 1; 
  width: 100%;
  border: 1px solid #ddd;
  border: none;

}

th, td {
 /* text-align: left;*/
 
  padding: 8px;
}

tr:nth-child(even){background-color: #F9F9F9}
.blue{
 color:#333;
 text-align: center;
 font-family: Arial,sans-serif;
font-size: 14px;

 padding: 5px;
 height: auto;
 border-bottom: 2px solid #ccc;
/* margin-bottom:50px;*/
}
.ctext{
font-family: Arial,sans-serif;
font-size: 14px;
 color:#003366;
/* border-left: 1px solid red;*/
 border-top: 1px solid #ccc;
}
.ctext2{
font-family: Arial,sans-serif;
font-size: 14px;
 color:#003366;
/* border-left: 1px solid red;*/
 border-top: 1px solid #ccc;
 text-align: center;
 vertical-align: baseline;
}
.ctext:hover {
/*color:#003395;*/
  /*background-color: yellow;*/
  text-decoration: underline;
}
.ctext A:link {
color:#003366;
  /*background-color: yellow;*/
  text-decoration: none;
}

.vspace1{
margin-top:20px;
}
.pgnum{
text-align: center;
font-family: Arial,sans-serif;
font-size: 14px;
 color:#003366;
}
.pgnum{
/* border-left: 1px solid red;
 border-top: 1px solid #ccc;*/
 text-decoration: none;
}
.pgnum A:hover {
/*color:#003395;*/
  /*background-color: yellow;*/
  text-decoration: underline;
}
.pgnum:hover {
/*color:#003395;*/
  /*background-color: yellow;*/
  /*text-decoration: underline;*/
color: #0f56d8;
font-weight: bold;
}
.pgnum A:link {
color:#003366;
  text-decoration: underline;
}
.pgnum A:active {
color:#003366;
  text-decoration: none;
}
.pgnum A:visited {
color:#003366;
  text-decoration: none;
}

.pgnumx {
font-family: Arial,sans-serif;
font-size: 14px;
color: #0f56d8;
font-weight: bold;
text-decoration: underline;
}
.expbox {
font-family: Arial,sans-serif;
font-size: 12px;
color: #990000;
text-decoration: none;
}
.alerttxt {
font-family: Arial,sans-serif;
font-size: 14px;
color: red;
font-weight: bold;
text-decoration: none;
}
/*
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover{background: transparent;color: #0f56d8;font-weight: bold;text-decoration: underline;}
.pagination&gt;li&gt;a:focus, .pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:focus, .pagination&gt;li&gt;span:hover{background: transparent;color: #0f56d8;font-weight: bold;}
*/
main #view #map{width: 100%;}
@media(max-width: 449px){
	main #view #map{height: 250px}
}
@media(max-width: 767px){
	main #view #map{height: 300px}
}





</pre></body></html>