/* ------------ */
/* Basic styles */
/* ------------ */
body
{
  background-color: #443A23;
  color: #5F5130;
  margin: 0;
}
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;
}
ol
{
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
}
img
{
  border: none;
}
td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
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;
}
/* ---------------- */
/* Custom Elements  */
/* ---------------- */
.emphasis
{
  color: red;
  font-weight: bold;
}
