body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, img {
  margin: 0;
  padding: 0;
  border:none;
}
html {
  height: 100%;
}
body {
  background-color: #999;
  color: black;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
li {
  list-style: none;
  text-align:left;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: #007ABB;
}
a.active {
  color: white;
}
.content {
  font-size: 12px;
  padding: 15px;
  text-align:justify;
}
.content ul {
  margin-bottom: 10px;
  padding-left: 40px;
}
.content li {
  list-style-type: disc;
  margin-bottom:5px;
}
.content p {
  margin-bottom: 10px;
}
.content a, .footer a {
  color:blue;
}
h1, h2 {
  color: #007BBB;
}
h1 {
  font-size: 14px;
  margin-bottom: 20px;
}
h2 {
  font-size: 13px;
  margin-bottom: 10px;
}
h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.whoswho img {
  float: left;
  border: 1px solid #CCC;
}
.whoswho {
  font-size: 12px;
  width: 100%;
}
.whoswho td {
  width: 50%;
  border: 1px solid #CCC;
  background-color: #F3F3F3;
  vertical-align: top;
  padding: 5px;
}
.whoswho p {
  margin-left:75px;
  text-align:left;
}
.content table {
  width: 100%;
  margin-bottom: 10px;
}
.images td {
  text-align: center;
}
.navi_back li {
  background: url(../images/arrow.gif) no-repeat left 4px;
  padding-left: 15px;
  padding-bottom:5px;
}
.navi_top, .navi_main {
  font-size: 12px;
}
.navi_main {
  padding-left: 10px;
}
.home_right p {
  text-align: center;
}
.footer {
  font-size: 9px;
  border-top: 1px dotted #007ABB;
}
.navi_back {
  background: #DCEDF5;
  border-right: 1px dotted #007ABB;
  padding:10px;
  font-size:12px;
}
.navi_back a.active {
  color:#007ABB;
}
.highlight {
  border: 2px solid #007ABB;
  background-color: #DCEDF5;
  color: #007ABB;
  padding: 5px;
}
.sitemap li {
  font-weight: bold;
}
.sitemap li li {
  list-style-type: circle;
  font-weight: normal;
}
.sitemap a, .links a {
  color:black;
}
.sitemap a:hover, .links a:hover {
  color:#007ABB;
}
p.center {
  text-align:center;
}
.history td {
  vertical-align:top;
  text-align:left;
  padding:5px;
}
