body, table, th, td, a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
   background: #dadada;
   color: #000000;
   text-align: center;
}
a:link, a:visited {
   color: #888888;
   text-decoration: none;
}
a:active, a:hover {
   color: #000000;
   text-decoration: none;
}
img {
   border: none;
}
table {
   background: #ffffff;
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable {
   border: 1px solid #888888;
}
th.header {
   background: url(header.bw.png);
   color: #064877;
   font-size: 18px;
   font-weight: normal;
   height: 45px;
   padding: 5px 10px 0 10px;
   vertical-align: top;
   text-align: center;
}
td.secheader {
   background: #dddddd;
   border-bottom: 1px solid #888888;
   color: #064877;
   font-size: 16px;
   font-weight: normal;
   padding: 5px 10px 5px 10px;
   text-align: center;
}
td.content {
   padding: 10px;
   vertical-align: middle;
}
td.thumbs {
	color: #557799;
	font-size: 12px;
	line-height: 100%;
	width: 10em;
	vertical-align: baseline;
	padding: 10px;
   }
td.navi {
   background: #dddddd;
   border-bottom: 1px solid #aaaaaa;
   color: #557799;
   font-size: 12px;
   padding: 5px;
}
td.desc {
   background: #dddddd;
   border-top: 1px solid #888888;
   color: #557799;
   font-size: 12px;
   padding: 5px;
   text-align: center;
}
td.footer {
   background: #dddddd;
   color: #808080;
   font-size: 10px;
   padding: 10px;
}
.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #dddddd;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
.clear {
	clear: both;
}

  