body, table, th, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
   background:#48a9e4;  /*#7E8B5D;  #4A4A4A;  */
   color: #000000;
   text-align: center;
}
a:link, a:visited {
   color: #828282;
   text-decoration: none;
}
/* .secheader a:link, .secheader a:visited {float:right;} */
.secheader a:link, .secheader a:visited, .navi a:link, .navi a:visited {

   overflow:hidden;
   width:150px;
   border:1px solid #000;
   color:#fff; background-color:#48a9e4;     /* #0e7d35; */
   display:inline;
   font-size:0.8em;
   line-height:1.5em;
   padding:0 1em;
   text-align:center;
   text-decoration:none;}
   
.secheader a:hover, .secheader a:focus, .navi a:hover, .navi a:focus {color:#fff; background:#5f3f30; /*#0a0; */}
.secheader a:active, .navi a:active {color:#fff; background:#854; /*   #0e0;  */ }
a:active, a:hover {
   color: #000000;
   text-decoration: none;
}
   
img {
   border: none;
}
table {
   background: transparent;  /* #F1F1F1;    */
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable, td.thumbs {
   border: 1px solid #353535;
}
td.thumbs {
   border: 1px solid #bfbfbf;
}
th.header {
   background: url(header.png);
   color: #fff; /*#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: #000; /* #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;
}
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;
}