/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 98%;
}

a, a:link, a:visited {
  color: #9999FF;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #6666CC;
}

ul {
  margin-bottom: 1em;
  list-style-type:none;
  list-style-position: inside;
}
dl, dd {
  margin-bottom: 0.5em;
}
p {
  margin-bottom: 1em;
  font-size: 95%;
}

p.small {
  margin-bottom: 1em;
  font-size: 85%;
}

p.lage {
  margin-bottom: 1em;
  font-size: 110%;
}




/* common styles */
body {
  color: #aaaaaa;
  background-color: #000022;

  text-align: center;
}

p.skipLink, p.hPhrase {
  display: none;
}



p.fClear {
  clear: both;
  height: 0;
}

p.fClear00 {
  clear: both;
  height: 0;
        border-bottom:1px solid #003366;
}

p.fClear02 {
  clear: both;
  height: 0;
padding-top: 10px ;
        border-bottom:1px solid #003366;
}
p.fClear03 {
  clear: both;
  height: 0;
padding-top: 10px ;
padding-bottom: 10px ;
        border-bottom:1px solid #003366;
}

p.fClear04 {
  clear: both;
  height: 0;
padding-top: 0px ;
padding-bottom: 20px ;
        border-bottom:1px solid #003366;
}





p#siteFooter {
  clear: both;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
}

html {
    overflow-y:scroll;
    }

