.opaque {
  background-color: #FFFFFF;
  /* Mozilla specific */
  opacity: 0.75;
  /* Microsoft specific */
  filter: Alpha(opacity=75);
}
.Salutation {
  font-size: 12pt;
  font-weight: normal;
}
.Info a:link {
  color: #000000;
}
.Info a:visited {
  color: #000000;
}
.Desc {
  text-align: right;
  vertical-align: top;
}
.Desc a:link {
  color: #660000;
}
.Desc a:visited {
  color: #660000;
}
.Mail {
  text-decoration: underline;
}
.Fingerprint {
  font-family: monospace;
  margin-left: 1em;
  text-align: center;
  vertical-align: center;
}
table.Fingerprint caption {
  font-family: serif;
  font-style: normal;
  font-weight: normal;
  font-size: 8pt;
  color: #000000;
  text-align: bottom;
  margin: 0em;
  caption-side: bottom;
}
.CopyrightPolicy {
  font-size: x-small;
}
.CopyrightPolicy div {
  font-weight: bold;
}
.Download {
  font-weight: bold;
  font-size: smaller;
  margin-left: 1em;
}
.Lecture {
  margin-top: 0.75em;
}
.Publications {
  font-size: smaller;
}
.Publications li {
  margin-bottom: 1em;
}
.PubJournal {
  font-style: italic;
}
.PubYear {
  font-weight: bold;
}
.PubBooktitle {
  font-style: italic;
}
.PubVolume {
  font-style: italic;
}
.PubPages {
}
.PubPublisher {
}
.PubSeries {
}
.PubCity {
}
.PubCountry {
}
.ToAppear {
  color: #CC3300;
  font-weight: bold;
  font-style: normal;
}
.copyright {
   /* Mozilla specific */
  opacity: 0.5;
  /* Microsoft specific */
  filter: Alpha(opacity=50);
  border: 0px dashed;
}

body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 19px;
}
td.Name {
  font-size: 14pt;
  color: #000000;
}
td.Topic a {
  margin-left: 19px;
  margin-right: 19px;
}
table.Block {
  padding: 3px;
  width: 100%;
  border: 0px dashed;
}
table.Block tbody td {
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 1em;
  padding-bottom: 0.5em;
  border: 0px dashed;
}
ul li ul li {
  list-style-type: circle;
}
ul.checklist li {
  list-style-type: circle;
}

#Contact {
  background-color: #CCCCCC;
  margin: 19px;
  border: 0px dashed;
}
#Contact a:link {
  text-decoration: none; 
}
#Contact a:visited {
  text-decoration: none;
}
#Contact a:focus {
  text-decoration: underline;
}
#Contact a:hover {
  text-decoration: underline;
}
#Contact a:active {
  text-decoration: underline;
}
#menu {
  text-align: right;
  float: right;
  right: 19px;
  top: 19px;
  position: absolute;
}
#footer {
  font-family: sans-serif;
  font-style: normal;
  font-size: 8pt;
  clear: both;
  width: 100%;
  bottom: 0px;
  vertical-align: bottom;
  position: fixed;
  z-index: 95;
  border-top: 1px solid #CCCCCC;
}
#footer .left {
  padding: 2px;
  text-align: left;
  float: left;
  left: 19px;
  vertical-align: bottom;
  position: fixed;
  z-index: 95;
}
#footer .right {
  padding: 2px;
  text-align: right;
  float: right;
  right: 19px;
  vertical-align: bottom;
  position: fixed;
  z-index: 95;
}
#footer .center {
  width: 100%;
  padding: 3px;
  text-align: center;
  vertical-align: bottom;
}
