/* Overall style 
====================
*/

body,
td,
th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
}
body {
  background-color: #ffffff;
  margin-left: 0px;
  margin-top: 0px;
}

a:link {
  color: #065c87;
}
a:visited {
  color: #425666;
}
a:hover {
  color: #000000;
}
a:active {
  color: #ffcc00;
}
h1 {
  font: bold 12pt Arial, Helvetica, sans-serif;
  color: #333333;
}
/* end 
========
*/
/* Main content
================
*/
#content {
  position: static;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 5px;
}
/* End 
========
*/
/* Title 
===========
*/
.title {
  position: absolute;
  left: 456px;
  top: 17px;
  width: 299px;
  height: 25px;
  font: bold 12pt Arial, Helvetica, sans-serif;
  color: #ffffff;
  white-space: nowrap;
}
/* End 
========
*/
/* Copyright 
=============
*/
.copyright {
  font: normal 8pt Arial, Helvetica, sans-serif;
  color: #666666;
}
/* End 
========
*/

/* Menu
========
*/
#menuPan {
  position: absolute;
  left: 120px;
  top: 55px;
  width: 52px;
  height: 191px;
}
.menu {
  position: relative;
  background: url(/web/20230125154621im_/https://www.lightning-strike.com/images/button_on.gif)
    no-repeat;
  white-space: nowrap;
  width: 60px;
  height: 20px;
  text-align: center;
}

.menu a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 7pt;
  font-weight: bold;
  color: #000000;
  width: 60px;
  height: 20px;
  text-decoration: none;
}
.menu a:hover {
  color: #ffffff;
}
.menu a:visited {
  color: #000000;
}
.menu a:active {
  color: #000000;
}
.menu img {
  width: 60px;
  height: 20px;
  border: 0;
}
* html a:hover {
  visibility: visible;
}

.menu a:hover img {
  visibility: hidden;
}
.menu span {
  position: absolute;
  left: 0px;
  top: 3px;
  margin: 0px;
  padding: 0px;
  width: 60px;
  text-align: center;
  cursor: pointer;
}
/* End 
========
*/

.content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
