
/*******************************************************
* NOTE: this is a close companion to daao.css.
*******************************************************/

/* special print rules */

.noprint {
  display: none;
}

.print_note { /* unused */
  display: none;
}

.print_banner { /* unused */
}



/*standard tags..*/

body {
  background-color: white;
  margin-left: 0em;
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 0em;
  font-family: Verdana, Helvetica, Arial, "Lucida Sans", sans-serif;
  font-size: 9pt; /*0.7em*/
}

.mainCell {
  width:85ex;
  margin: 0 3ex 0 3ex;
  padding: 0 3ex 0 3ex;
}

a {
  color: black;
}
a img {
  border: none;
}
a:link {
  text-decoration: none;
  color: inherit;
}
a:visited {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
a:active {
  text-decoration: none;
  color: inherit;
}


.action_group, .search_form {
  display: none;
}

.bio_topics table {
  width: 100%;
}

.bio_topics tr {
}

.bio_topics td {
  padding-top: 1.2ex;
}

.bio_topics h3 {
  font-size: 110%;
}

.bio_topics h4 {
  display: inline;
  margin-bottom: 0;    
  font-size: 100%;
  font-weight: normal;
}

