body, table, th, td, a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #3D4F5C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	color: #c70000;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #718798;
	text-decoration: none;
}


img {
   border: none;
}
table {
	border: none;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table.container {
   background: transparent;
}
table.outertable {
   border: 1px solid #718798;
}
th.header {
	background: url(header.png);
	color: #C70000;
	font-size: 22px;
	font-weight: bold;
	height: 45px;
	padding: 0 10px 0 10px;
	vertical-align: top;
	text-align: left;
}
td.secheader {
	border-bottom: 1px solid #C70000;
	color: #718798;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
}
td.content {
   padding: 10px;
   vertical-align: middle;

}
td.thumbs {
	color: #000000;
	font-size: 10px;
	width: 10em;
	vertical-align: baseline;
	padding: 10px 5px 5px 5px;
	text-align: center;

}
td.navi {
	border-bottom: 1px solid #C70000;
	color: #718798;
	font-size: 12px;
	padding: 5px;
	text-align: center;

}
td.desc {
	border-top: 1px solid #C70000;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	text-align: center;

}
p {
    margin-bottom: 0.2em;
}
    