*{
  margin:0;
  padding:0;
}
HTML{
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-base-color:#000000;
  scrollbar-face-color:#000000;
  scrollbar-arrow-color:#ffffff;
  scrollbar-track-color:#000000;
  scrollbar-darkshadow-color:#666666;
  scrollbar-3dlight-color:#666666;
  height:100%;
}
BODY{
  background:url(menu/bg.gif) #003d84;
  color:#444444;
  font-size:9pt;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-base-color:#000000;
  scrollbar-face-color:#000000;
  scrollbar-arrow-color:#ffffff;
  scrollbar-track-color:#000000;
  scrollbar-darkshadow-color:#666666;
  scrollbar-3dlight-color:#666666;
  margin:0px;
  *text-align:center;
  height:100%;
}
A:link{
  text-decoration:none;
  color:#EC9800;
  border-bottom:1px dotted #003d84;
}
A:active{
  text-decoration:none;
  color:#EC9800;
  border-bottom:1px dotted #003d84;
}
A:visited{
  text-decoration:none;
  color:#EC9800;
  border-bottom:1px dotted #003d84;
}
A:hover{
  text-decoration:none;
  color:#455262;
  border-bottom:solid 1px #ffffff;
}
A:hover[name]{
  text-decoration:none;
  color:inherit;
}
DIV{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
P{
  font-size:9pt;
  line-height:180%;
  margin:0.5em 3%;
}
UL{
  list-style:square;
  margin:0.5em 3%;
}
LI{
  list-style:square;
  line-height:180%;
}
.clearfix:after{
  content:"";
  clear:both;
  display:block;
}

H1{
  font-size:20pt;
  font-weight:normal;
  letter-spacing:2px;
  border-bottom:1px dotted #cccccc;
  margin:20px 10px;
  text-align:center;
}
H3{
  font-size:12pt;
  font-weight:normal;
  border-left:solid 5px #003d84;
  padding-left:5px;
  margin-top:80px;
  margin-bottom:2px;
}
H5{
  font-size:10pt;
  font-weight:normal;
  border-bottom:solid 1px #003d84;
  margin-top:30px;
  margin-bottom:2px;
}
.contents{
  background:#f1f1f1;
  border-left:5px solid #000000;
  border-right:5px solid #000000;
  width:700px;
  margin:0 auto;
  padding:1px 5px 20px 5px;
  min-height:100%;
  height:auto !important;
  height:100%;
  *text-align:left;
}
.invisible{
  visibility:hidden;
}

.menu{
  margin:0px;
  text-align:center;
}
.menu UL{
  list-style:none; 
}
.menu LI{
  list-style:none;
  display:inline;
}
.menu LI+LI:before{
  content:" | ";
  color:#cccccc;
}
.menutop{
  right:10px;
  bottom:5px;
  position:fixed;
  z-index:5;
}
.menutop A{
  border:none;
}
.aboutlink DL{
  margin:0.5em 3%;
  clear:both;
}
.aboutlink DT{
  width:150px;
  float:left;
}
.aboutlink DD{
  width:480px;
  float:left;
}
.aboutlink DL+DL{
  border-top:1px dotted #cccccc;
}
.text DL{
  line-height:180%;
  border-left:#444444 5px solid;
  margin:0.5em 3%;
  padding-left:5px;
}
.text DT{
  color:#032f4b;
}
.text DD{
  margin-left:30px;
}

.notes DL{
  margin:0.5em 3%;
  clear:both;
}
.notes DT{
  width:150px;
  float:left;
}
.notes DD{
  width:480px;
  float:left;
}
.notes DL+DL{
  border-top:1px dotted #cccccc;
}

@media only screen and (max-width: 700px){

.contents{
  width:100%;
}
.aboutlink DT{
  width:100%;
  float:none;
}
.aboutlink DD{
  width:100%;
  float:none;
}
.notes DT{
  width:100%;
  float:none;
}
.notes DD{
  width:100%;
  float:none;
}

}