a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  font-family: verdana, sans-serif, "MS sans serif";
  font-size: 13px;
}

body.banner {
  background: #FFFFFF;
  font-size: 13px;
}

body.main {
  background: #CCCC99;
  margin-top: 14px;
  margin-left: 18px;
}

/*em.red {
  color: rgb(255, 0, 0);
}*/

img {
  border: none;
}

/*img.jars {
  vertical-align: top;
  margin-left: 1em;
}

img.j2j {
  float: right;
  margin-left: 1em;
}*/

img.logo {
  float: left;
}

img.demo {
  float: left;
}

p {
  /*font-family: serif;*/
  /*font-size: 11pt;*/
}

/*ul {
  line-height: 1.5;
  font-size: 12pt;
}*/

h2 {
  font-size: 18px;
}

h3 {
  font-size: 13px;
}

/*dt {
  font-weight: bold;
}*/

.mono {
  font-family: monaco, monospace;
}

.footnote {
  font-size: 11px;
}

.grey {
  color: #999999
}

table {
  /* background: #CCCC66; */
  font-style: italic;
  border: inset;
}

.nb {
  color: rgb(255, 0, 0);
}

.log {
  font-style: italic;
}
