body {
	color:black;
	background-color:white;
  font-family:Arial;
	margin:0px;
}
body.image {
	color:white;
	background-color:black;
}
table {
  border-collapse:collapse;
  border:0px null;
  margin:0px;
  padding:0px;
}
td {
  margin:0px;
  padding:0px;
}

table.bottom-layout {
  width:100%;
  height:100%;
}
table.itemtable {
  width:100%;
  height:auto;
}
tr.menu img {
  border:0px null;
  height:30px;
  margin:0px;
  background-color:	transparent;
  vertical-align:text-bottom;
}
p.title, tr.title, tr.menu {
	color:black;
	background-color:	transparent;
  font-size:12px;
	font-weight:bold;
	width:			100%;
  border:0px null;
  margin:0px;
  padding:0px;
}
p.title, tr.title {
  background-image: url(images/bg_b.png);
  height:20px;
  line-height:18px;
  padding-left:0.5em;
}
tr.menu {
  background-image: url(images/bg_a.png);
  height:30px;
}

table.itemtable th {
   padding:0px;
   margin:0px;
   border-right:1px solid #222;
   line-height:1em;
   white-space:nowrap;
}
table.itemtable td {
  border:1px solid gray;
  padding:0.1em;
}
ul {
	color:black;
  margin-top:0px;
	margin-left:15pt;
	line-height:120%;
	list-style-type:square;
}
.highlight {
	background-color:	#9af;
}
.highlighti {
	background-color:	#fa9;
}
.nohighlight {
	background-color:	transparent;
}
.highlightp {
	background-color:	#fa9;
}
.highlightl {
	background-color:	#af9;
}

@media print {
  frameset {
    border:0px none;
  }
  frame {
    border:1px solid black;
  }
}
