body, table, th, td, a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
    background: #404040;
    color: #003399;
    margin-top: 10px;
}

a:link, a:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

a:active, a:hover {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

img {
    border: 1px solid #404040;
}

table {
    background: #8fc28d;
    border: none;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

div.center {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

table.outertable {
    border: 1px solid #174274;
}

table.sep {
    border-collapse: separate;
    border-spacing: 4px;
}

th.header {
    background: url(header.png);
    color: #D0D0D0;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    width: 646px;
    padding: 0 10px 0 10px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #174274;
}

td.content {
    padding: 10px 10px 0 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

td.footer {
    color: #404040;
    font-size: 11px;
    padding: 20px 10px 10px 10px;
}

td.thumbs {
    display: table-cell;
    width:152px; height:152px;
    background-color: #99CC99;
    vertical-align: middle;
    text-align: center;
}

td.navi {
    font-size: 12px;
    padding: 10px;
}

h5 {
    font-family: Verdana,Geneva, sans-serif;
    font-size: 12px; color: #404040;
}

font.grey {
    font-family: Verdana,Geneva, sans-serif;
    font-size: 10px; color: #C3C3C3;
}

