body, table, th, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	background: Silver url(bgr.png);
	color: #000000;
	text-align: center;
}
a:link, a:visited {
	color: Black;
	text-decoration: none;
}
a:active, a:hover {
	color: White;
	text-decoration: none;
}
td.banner {
	border: none;
	border-bottom: 1px solid #FFA500;
}
img {
   border: none;
}
table {
	background: transparent;
	border: none;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #FFA500;
	border-left: 1px solid #FFA500;
	border-right: 1px solid #FFA500;
	border-bottom: 1px solid #FFA500;
}
td {
	text-align: center;
}
table.outertable {
	background: transparent;
}
th.header {
	background: url(header.png);
	color: White;
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	padding: 0 10px 0 10px;
	vertical-align: middle;
	text-align: left;
}
td.secheader {
	background: Silver url(secheader.png);
	border-bottom: 1px solid #FFA500;
	color: Black;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
}
td.content {
	padding: 10px;
	vertical-align: middle;
	font-size: 12px;
	background: transparent;
}
td.thumbs {
   color: #000000;
   font-size: 10px;
   width: 10em;
   vertical-align: baseline;
   padding: 10px 5px 5px 5px;
}
td.navi {
	background: #708090 url(navi.png);
	border-bottom: 4px solid #FFA500;
	color: Black;
	font-size: 12px;
	padding: 8px;
	font: larger;
}
td.desc {
	background: transparent;
	border-top: 1px solid #FFA500;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
td.footer {
	background: Silver url(footer.png);
	color: #FFA500;
	font-size: 10px;
	padding: 10px;
	border-top: 1px solid #FFA500;
}
