	BODY, TABLE, TD {font-family: Tahoma, Arial,Helvetica; font-size: 10pt; }
	TH {font-family: Tahoma, Arial,Helvetica; text-align: left;}
	A {text-decoration: none; color: #336699;}
	A:hover {color: #ff0000; }
	A.nav {color: #000000; text-decoration: underline; }
	A.title {color: #000000; }
        A.nav:visited { color: #FFFFFF }
	.notice {font-family: Tahoma, Arial,Helvetica; font-size: small;}
table.container {
   background: transparent;
}
table.outertable {
   border: 1px solid #353535;
}
th.header {
   background: url(header.png);
   color: #BFBFBF;
   font-size: 22px;
   font-weight: bold;
   height: 45px;
   padding: 0 10px 0 10px;
   vertical-align: middle;
   text-align: left;
}
td.secheader {
   background: #BFBFBF;
   border-bottom: 1px solid #A6A6A6;
   color: #828282;
   font-size: 16px;
   font-weight: bold;
   padding: 5px 10px 5px 10px;
   text-align: left;
}
td.content {
   padding: 10px;
   vertical-align: middle;
}
td.thumbs {
   color: #000000;
   font-size: 10px;
   width: 10em;
   vertical-align: baseline;
   padding: 10px 5px 5px 5px;
   text-align: center;
}
td.navi {
   background: #BFBFBF;
   border-bottom: 1px solid #A6A6A6;
   color: #828282;
   font-size: 12px;
   padding: 5px;
}
td.desc {
   background: #BFBFBF;
   border-top: 1px solid #A6A6A6;
   color: #000000;
   font-size: 12px;
   padding: 5px;
   text-align: center;
}
td.footer {
   background: #4A4A4A;
   color: #808080;
   font-size: 10px;
   padding: 10px;
   text-align: center;
}

ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #780000;
}

li.dropmenu {
   float: left;
  display: inline-block;
}

.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 7px 8px;
  text-decoration: none;
}

.dropdown:hover .dropbtn {
  background-color: red;
  color: #000000;
}

li.dropdown {
  display: inline-block;
}

.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 {
  color: black;
  padding: 4px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: red; color: white}

.dropdown:hover .dropdown-content {
  display: block;
}

tr.yahoohdr1 {
   background: #B4C8F1;
   vertical-align: top;
   height: 5;
}
tr.yahoohdr2 {
   background: #EBDEDB;
   vertical-align: top;
   height: 5;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
