body, table, th, td, a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}
body {
	background: #D9EBF2;
	color: #000000;
	text-align: center;
	background-image: url(bgr.png);
}
a:link, a:visited {
	color: Silver;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:hover {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
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 #204D64;
}
th.header {
	background: url(header.png);
	color: Silver;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	padding: 0 10px 0 10px;
	vertical-align: middle;
	text-align: left;
}
td.secheader {
	background: #ADD8E6;
	border-bottom: 1px solid Navy;
	color: Black;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
}
td.content {
   padding: 5px;
   vertical-align: middle;
   font-size: 12px;
}
td.thumbs {
	color: #000000;
	font-size: 10px;
	width: 10em;
	vertical-align: baseline;
	padding: 2px 2px 2px 2px;
}
td.navi {
	background: Purple url(bgr_navi.png);
	border-bottom: 1px solid Navy;
	color: Silver;
	font-size: 12px;
	padding: 5px;
}
td.desc {
	background: #72BCD3;
	border-top: 1px solid Navy;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
td.footer {
	background: Navy url(footer.png);
	color: Silver;
	font-size: 10px;
	padding: 10px;
}
