body {
  margin: 0 auto;
  color: #000000;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal; font-style: normal;
  text-align: center;
  background: #ffffff;

}
a:link, a:visited {color: #54068C;  font-size: 18px; text-decoration: none; font-weight: bold;}
a:active, a:hover {color: #4A2275;  font-size: 18px; text-decoration: none; font-weight: bold;}
}

img {
	border-color: gray;
	border-style: solid;
	border-width: 1px;}

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: 0px solid #eeeeee;
}
td.secheader {
   background: #ffffff;
   border-bottom: 1px solid #A6A6A6;
   color: ffffff;
   font-size: 16px;
   font-weight: bold;
   padding: 5px 5px 5px 5px;
   text-align: center;
}
td.content {
   padding: 2px;
   vertical-align: middle;
	width: 1220px;
}
td.thumbs {
   color: #404040;
   font-size: 16px;
   width: 10em;
   vertical-align: baseline;
   padding: 5px 5px 5px 5px;
}
td.navi {
   background: #ffffff;
   border-bottom: 1px solid #A6A6A6;
   color: #404040;
   font-size: 16px;
   padding: 5px;
   text-align: left;
}
td.desc {
   background: #ffffff;
   border-top: 1px solid #A6A6A6;
   color: #404040;
   font-size: 16px;
   padding: 5px;
   text-align: center;
}
