body, table, th, td, a {
   font-family: Tahoma;
}
body {
   background: #ffffff;
   color: #000000;
   text-align: center;
}
a:link, a:visited {
   color: #41B757;
   text-decoration: none;
}
a:active, a:hover {
   color: #000000;
   text-decoration: none;
}
img {
   border: 1;
}
table {
   background: #dddddd;
   border: none;
   border-collapse: collapse;
   margin-left: 0;
   margin-right: 0;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable {
   border: 1px solid #000000;
}
th.header {
   background: #dddddd;
   color: #000000;
   font-size: 14px;
   height: 25px;
   padding: 10px 10px 5px 10px;
   vertical-align: middle;
   text-align: center;
}
td.secheader {
   background: #E7F1EB;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   color: #308740;
   font-size: 16px;
   font-weight: bold;
   padding: 5px 10px 5px 10px;
   text-align: center;
}
td.content {
   padding: 0px;
   vertical-align: middle;
   font-size: 12px;
}
td.thumbs {
   color: #000000;
   font-size: 10px;
   width: 10em;
   vertical-align: baseline;
   padding: 10px 5px 5px 5px;
}
td.navi {
   background: #FFFFCC;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   color: #41B757;
   font-size: 12px;
   padding: 5px;
}
td.desc {
   background: #E7F1EB;
   border-top: 1px solid #000000;
   color: #000000;
   font-size: 12px;
   padding: 5px;
   text-align: center;
}
td.footer {
   background: #E7F1EB;
   border-top: 1px solid #000000;
   color: #808080;
   font-size: 9px;
   padding: 10px;
}
