p {
  margin-left: 8px;
  margin-bottom: 10px;
}

.gras {
  font-weight: bold;
}

table.Top {
  width: 750;
}

tr.title {
  background: dodgerblue;
  text-align: center;
  font-weight: bolder;
}

table.title {
  border-width: 0;
  border-style: dotted;
  width: 100%;
  /*background-color: #aad6ff;*/
}

td.title {
	font-family: roman, 'times new roman', times, serif;
	text-shadow: 2;
	background-color: #E3E3E3;
}

table.menu {
  border-width: 0;
  border-style: dotted;
  background-color: #E3E3E3; /*#E9D0FF;*/
  width: 90%;
}

table.botline {
  border-width: 1;
  border-style: dotted;
}

td.menu {
	font-family: "charter","Lucida", "Helvetica", "Times New Roman", "Arial", fixed;
	font-size: 14px;
	font-weight: bolder;
	font-stretch: expanded;
	vertical-align: top;
	text-align: left;
  height: 18px;
  color: black;
}

td.menu a:link {
  text-decoration: none;
  color: black;
}

td.menu a:active {
  text-decoration: none;
  color: black;
}

td.menu a:visited {
  text-decoration: none;
  color: black;
}

td.menu a:hover {
  color: black;
  text-decoration: underline;
}

td.menuTitle {
	vertical-align: baseline;
	text-align: center;
  height: 20px;
  font-weight: bolder;
  font-size: 16px;
  background-color: dodgerblue;
}

td.menuDummy {
  height: 50px;
}

td.BottomLine {
  text-align: center;
  font-weight: bolder;
  vertical-align: bottom;
  background-color: white;
}