body, table, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
   background: #000000;
   color: #000000;
   text-align: center;
   margin-top: 50px;
}
a:link, a:visited {
   color: #ffffff;
   text-decoration: none;
}
a:active, a:hover {
   color: #ffffff;
   text-decoration: none;
}
img {
   border: none;
}
table {
   background: #000000;
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable {
   border: 1px solid #000000;
}
td.secheader {
   background: #000000;
   border-bottom: 1px solid #000000;
   color: 344977;
   font-size: 16px;
   font-weight: bold;
   padding: 5px 10px 5px 10px;
   text-align: center;
}
td.content {
   padding: 10px;
   vertical-align: top;
   align: center;
   height:420;
	width: 550px;
}
td.thumbs {
   color: #000000;
   font-size: 13px;
   width: 10em;
   vertical-align: baseline;
   padding: 10px 5px 5px 5px;
}
td.navi {
   background: #000000;
   border-bottom: 1px solid #000000;
   color: #000000;
   font-size: 13px;
   padding: 5px;
   text-align: center;
}
td.desc {
   background: #000000;
   border-top: 1px solid #000000;
   color: #000000;
   font-size: 13px;
   padding: 5px;
   text-align: center;
}

