﻿body, table, th, td, a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
    background: #404040;
    /*background-image:url('winter_bgr.gif');
    background-attachment:fixed;*/
    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;
}
div.center {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
img {
    border: 1px solid #404040;
}
table {
    background: #8fc28d;
    border: none;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
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;
    font-size: 12px;
}
td.cell_text {
    padding: 0px 20px 0 20px;
    text-align: left;
    font-size: 12px;
    font-family: Verdana;
    font-style: italic;
    color: #404040;
}
td.footer {
    color: #404040;
    font-size: 11px;
    padding: 20px 10px 10px 10px;
    text-align: center;
}
td.thumbs {
    display: table-cell;
    width:152px; height:152px;
    background-color: #99CC99;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
}
td.navi {
    font-size: 12px;
    padding: 10px;
}
td.h_five {
	padding-top: 10px;
}
h5 {
    font-family: Verdana,Geneva, sans-serif;
    font-size: 11px; color: #404040;
}
font.grey_middle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #575757;  font-size: 12px; font-weight: bold;
}

font.grey_time {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #575757;  font-size: 10px; font-weight: normal;
}
font.grey {
    font-family: Verdana,Geneva, sans-serif;
    font-size: 10px; color: #C3C3C3;
}
div.comment {
	width:586px;
	padding: 5px 40px 5px 40px;
	text-align: justify;
	color: #404040;
	font-size: 11px;
}