/* cell to store links like Home, Email Us etc. */
.top-header-td
{
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #336699;
}

/* Links at the top such as Home, Email Us etc. */
.top-header-link
{
  color: #FFFFFF;
  font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}