/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  color: #000000;
}

a, a:link, a:visited {
  color: #000000;
  font-size: 9pt;
  text-decoration: none;
}
a:hover, a:active {
  color: #000000;
  text-decoration: underline;
}

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

/* common styles */
body {
  color: #000000;
  background-color: transparent;
  text-align: left;
  margin: 0 0 0 20px;
  height: auto;
  background-image: url(../image/backgradenomi.gif);
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment:fixed;
}

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

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


