body
{
  background: #F5F0E0;
  margin: 20px;
  font-family: "Arial", "Serif";
  font-size: 13px;
  color: #003333;
}

a:link, a:visited
{
  color: #3A6EBD;
}

a:hover
{
  color: #27426B;
}

a:active
{
  text-decoration: none;
}

.main {
  font-family: "Arial", "Serif";
  font-size: 13px;
  color: #003333;
}

.inline {
  display: inline;
}

.title {
  font-family: "Georgia";
  font-size: 25px;
  color: #336666;
}

.error {
  color: #FF3333;
}

a.title:link, a.title:visited {
  color: #336666;
  text-decoration: none;
}

a.title:hover {
  text-decoration: underline;
}

.subtitle {
  font-family: "Georgia";
  font-size: 18px;
  color: #336666;
  padding-top: 15px;
}

.minititle {
  font-size: 15px;
  text-decoration: underline;
}

.footer {
  font-family: "Arial", "Serif";
  font-style: italic;
  font-size: 12px;
}

.unbordered_table td {
  padding-right: 5px;
}

.table_head td {
  font-weight: bold;
}

.table_foot td {
  font-weight: bold;
}

.row_head {
  font-weight: bold;
}

