a.navigation:link { color: #ffffff; text-decoration: none; }
a.navigation:visited { color: #ffffff; text-decoration: none; }
a.navigation:hover { color: #00ffff; text-decoration: none; }

p.nospace {
  margin-bottom: 0;
  padding-bottom: 0;
}

body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

tr.menu {
  font-weight: bold;
  color: White;
}

tr.submenu {
  outline-color: White;
}

li.benefit {
  font-size: larger;
  color: Blue;
}

b.benefit {
  color: Blue;
  font-size: larger;
}

p.subtitle {
  color: #000099;
  font-size: 200%;
  font-weight: bold;
}

p.menulogo {
  margin: 5mm 2mm 5mm 2mm;
  text-align: center;
}

.subtitle {
  color: #000099;
  font-size: 200%;
  font-weight: bold;
}

tr.test {
  border-bottom-width: medium;
  border-bottom: thick solid Black;
}

ul {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

ul.leftflush {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 10px;
  padding-left: 10px;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }
