/* initialize and formatting */


* {
  margin: 0;
  padding: 0;
  font-size: 98%;
  font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "Ms UI Gothic", "MS PƒSƒVƒbƒN", Verdana, Myriad, Helvetica, "Trebuchet MS", Arial, sans-serif;
}



a, a:link, a:visited {
  color: #002e82;
  background-color: transparent;
  text-decoration: none;
}

a:hover, a:active {
  color: #cc3333;
}

ul {
  margin-bottom: 1em;
  list-style-type: none;
  list-style-position: outside;
}

dl, dd {
  margin-bottom: 1em;
  font-size: 95%;
}

p{
  margin-bottom: 1em;
  font-size: 95%;
}

/* common styles */
body {
  padding: 0px;
  margin: 0px;
  border: 0px;
  margin-top: 0px;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
}

p.skiplink, p.hphrase {
  display: none;
}

p.fclear {
  clear: both;
  height: 0;
}

p#back {
  clear: both;
  margin: 0 auto;
  text-align: center;
}

p#download {
  clear: both;
  margin: 0 auto;
}

p#address {
  clear: both;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
}

p#telephone {
  clear: both;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
}

p#sitefooter {
  clear: both;
  margin: 5px auto;
  font-size: 85%;
  text-align: center;
  width: 760px;
  border-top: 5px solid #003399; 
}

