DIV.logo {
  width: 180px;
/*  float: left;*/
}

DIV.bar {
  border-style: none;
  border-width: 1px;
  background-color: #6090C0;
  color: #FFFFFF;
  font-size: 100%;
  margin: 0;
  font-weight: 600;
  text-indent: 1em;
}

DIV.index {
  margin: -200px 1em 1em 200px;
/*  margin: 1em 1em 1em 1px;*/
}

DIV.topics {
  margin: 0em 1em 0em 1em;
  line-height: 120%;
}

DIV.contents {
  margin: 0em 1em 0em 1em;
  line-height: 140%;
}

DIV.head {
/*
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #C0C0C0;
  margin: 0;
*/
}

DIV.date {
  text-align: right;
  margin: 0em 1em 0em 0em;
}

DIV.foot {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #6090C0;
  margin: 1em 0em 0em 0em;
}

DIV.text {
  margin: 0em 3em 0em 3em;
  line-height: 140%;
}

DIV.text H2 {
  font-size: 140%;
  color: #303060;
}

DIV.text H3 {
  font-size: 120%;
  color: #009000;
}

DIV.center {
  text-align: center;
}

SPAN.red {
  color: #FF0000;
}
SPAN.gray {
  color: #6090C0;
}

