/*
 * This is the default style sheet, which
 * defines a simple page style and layout,
 * and a simple list of links as the
 * navigation menu for older browsers.
 */


/*
 * STYLE
 */
body {
  background-color: "ivory";
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  color: #000000;
  margin: 10px;
}
p {
  margin-top: 0px;
  padding-right: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12 pt;
  color: #000000;
}
a:link {
  font-family: Arial, Helvetica, sans-serif;
  color: #9B6E59;
  font-weight: bold;
}
a:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #9B6E59;
  font-weight: bold;
}
a:hover {
  font-family: Arial, Helvetica, sans-serif;
  color: #ED9B26;
  font-weight: bold;
}
h1 {
  margin: .2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14 pt;
  color: #666666;
  text-align: center;

}

h2, h3, h5, h6 {
  margin-bottom: .5em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ED9B26;
}

h2 {
  font-size: 14pt;
  color: #000000;
}
h3, h5, h6 {
  font-size: 12pt;
  align = "right";
  font = "arial;
}
h4 {
  font-size: 18pt;
  align = "right";
  font = "arial;
}

.source {
  margin-top: 0px;
  margin-bottom: 3em;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

img {
  border: 0px none;
  padding: 10px
}
.header {
  text-align: center;
/*  border-bottom: 1px solid #FFFF99; */
}.footer {
  text-align: center;
  font-size: 8pt;
  color: "#666666;
}
.mailto {
  text-align: center;
  font-size: 8pt;
  color: "#000000"
