/*
)-- colors:
#47403D: grey
#A6A6A6: grey - header border
#696969: grey - menu text
#3C3C3C: grey - menu border
*/

* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #47403D;
  text-align: justify;
}

body {
  background-color: #ffffff;
  margin: 1em 2em 1em 2em;
}

h1 {
  font-size: 15pt;
}

h2 {
  font-size: 10pt;
}

a {
  color: #111111;
  text-decoration: underline;
}

a:hover {
  color: #cc6633;
  text-decoration: underline;
}

h1 {
  padding: 10px 0px 30px 0px;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

label {
  position: relative;
  top: 3px;
  margin-right: 1em;
  vertical-align: top;
  width: 120px;
  float: left;
  display: inline;
  text-align: right;
}

input, textarea, select {
  width: 150px;
  margin-bottom: 8px;
}

.note {
  font-size: 80%;
}

.name, .date, .message a {
  color: #66666;
  font-style: italic;
}

.name {
  font-weight: bold;
}

#links {
  padding-top: 20px;
}

