/* CSS Document */
/* ------------ */

/* Basic styles */

/* ------------ */

body {
  background-color: #443A23;
  color: #5F5130;
  margin: 0;
}

.contents {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;	
}

.contents p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding-left: 25px;
  padding-right: 25px; 	
}

h1 {
  text-align: center;
  font-size: 18pt;
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: bold;
}

h2 {
  text-align: left;
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
}

ol {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  border: none;
}

a:link {
  color: #5F5130;
}

a:visited {
  color: #5F5130;
}

a:active {
  color: #5F5130;
}

/* ------------ */
/* Button Bar   */
/* ------------ */

td.button, td.buttonHighlighted {
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: #827042;
  cursor: hand;
  font-size: 8.75pt;
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: .6em;  
}

td.button a, td.buttonHighlighted a {
  color: #827042;
  text-decoration: none;
}

span.button {
  color: #827042;
}

.buttonHighlighted {
  background-color: #E3DECB;
}

