﻿body {
}
a:link {
  text-decoration : none;
}
a:visited {
  text-decoration : none;
}
a:hover {
  text-decoration : underline;
}
.doctitle {
  text-align: center;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 4px;
  margin-right: 4px;
}
table.navbar {
  border-collapse: collapse;
}
table.navbar td {
  border: 4px solid white;
  text-align: center;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}
table.navbar td a{
  display: block;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  vertical-align: middle;
}
table.navbar td a:link, table.navbar td a:visited {
  color: #000000;
  background-color: #d3e4e5;
}
table.navbar td a:hover, table.navbar td a:active {
  color: #ffffff;
  background-color: #99bcbf;
}
