body, table, td, a {
   font-family: roman, 'times new roman', times, serif;
}
body {
   background: none;
   color: #000000;
   text-align: center;
}

a:link, a:visited{
   color: #000000;
   text-decoration: none;
   font-size: 16px;
   font-weight: bold;
}
a:active, a:hover {
   color: #8D389D;
   font-size: 16px;
	text-decoration: none;
   font-weight: bold;
}
img {
	border-style: solid;
	border-color: #BFBFBF;
	border-width: 0px;
}

table {
   background: none;
   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: none;
   border-bottom: 1px solid #A6A6A6;
   color: ffffff;
   font-size: 16px;
   font-weight: bold;
   padding: 5px 5px 5px 5px;
   text-align: center;
}
td.content {
   padding: 4px;
   vertical-align: middle;
   align: center;
   height: 720px;
	width: 1000px;
}
td.thumbs {
   color: #000000;
   font-size: 16px;
   width: 10em;
   vertical-align: baseline;
   padding: 5px 5px 5px 5px;
}
td.navi {
   background: none;
   border-bottom: 1px solid #A6A6A6;
   color: #000000;
   font-size: 13px;
   padding: 5px;
   text-align: left;
}
td.desc {
   background: none;
   border-top: 1px solid #A6A6A6;
   color: #000000;
   font-size: 16px;
   padding: 5px;
   text-align: center;
}
