body, table, th, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
   background: #809AB1;
   color: #000000;
   text-align: center;
}
a:link, a:visited {
   color: #FFA500;
   text-decoration: underline;
}
a:active, a:hover {
   color: #FFA500;
   text-decoration: underline;
}
img {
   border: none;
   margin:5px;
}
table {
   background: #f6f6f4;
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable {
   border: 1px solid black;
}
th.header {
   background-color:#46647F;
   color: white;
   font-size: 22px;
   font-weight: bold;
   height: 45px;
   padding: 5px;
   vertical-align: middle;
   text-align: left;
}
td.home-nav
{
	font-size:15px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:black;
}

td.home-nav a
{
color:black;
font-variant:small-caps;
text-decoration:underline;
}

td.secheader {
   background: #809AB1;
   border-bottom: 1px solid #46647F;
   color: #3C4F64;
   font-size: 16px;
   font-weight: bold;
   padding: 5px 10px 5px 10px;
   text-align: left;
}
td.content {
   background-color:black;
   padding: 10px;
   vertical-align: top;
   color:white;
}
td.thumbs {
   color: black;
   font-size: 10px;
   width: 10em;
   vertical-align: baseline;
   padding: 10px 5px 5px 5px;
}
td.navi {
   background: #46647F;
   border-top: 1px solid #8098B1;
   border-bottom: 1px solid #8098B1;
   color: white;
   font-size: 14px;
   font-weight:strong;
   font-variant:small-caps;
   padding: 5px;
   margin:3px 0px;
}
a.button {
background-color:#8098B1;
border:1px solid black;
color:white;
font-size:11pt;
font-variant:small-caps;
font-weight:bold;
padding:1px;
text-decoration:none;
}
a.button:hover {
font-size:11pt;
font-variant:small-caps;
font-weight:bold;
text-decoration:underline;
}

td.desc {
   background: #E7EDF1;
   border-top: 1px solid #97B9DF;
   color: #000000;
   font-size: 12px;
   padding: 5px;
   text-align: center;
}
td.footer {
   background: #dadada;
   color: #808080;
   font-size: 10px;
   padding: 10px;
}