body {
  background-color:#d2d2d2;
  padding: 0px 0px 0px 0px;
  margin: 0px; 
}

td {
	font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #4f0e01;
  text-align: justify;
}

td.menu {
	border: 1px solid #4f0e01;
  padding: 0px 4px 0px 4px;
  cursor: pointer;
}

a {
	color: #4f0e01;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.menu {
	font-family:  Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #4f0e01;
  padding: 0px;
  margin: 0px;
}

a.menu:hover {
	text-decoration: none;
}

a.tooltip {
	text-decoration: none;
}

.activemenu {
	font-family:  Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 0px;
  margin: 0px;
}

td.activemenu {
	border: 1px solid #4f0e01;
  padding: 0px 4px 0px 4px;
  background-color: #4f0e01;
}

h1 {
	font-family:  Arial;
  font-size: 16px;
  font-weight: bold;
  color: #4f0e01;
  text-align: justify;
}

p {
	margin: 0px 0px 8px 0px;
}

.textbox {
	border: 1px solid #4f0e01;
  padding: 14px 14px 0px 14px;
  vertical-align: top;
}

.textbox2 {
	border: 0px solid #4f0e01;
  padding: 14px 14px 0px 14px;
  vertical-align: top;
  background-color: white;
}

.imagebox {
  border: 0px solid #4f0e01;
  vertical-align: middle;
  text-align: center;
  background-color: white;
}

ul {
	list-style-image: url(pics/bullet.gif);
  margin-bottom: 0px;
}

li {
	margin-left: -19px;
}

input {
	font-size: .9em;
  color: white;
  background-color: #8f635b;
}

textarea {
	font-size: .9em;
  color: white;
  background-color: #8f635b;
}

select {
	font-size: .9em;
  color: white;
  background-color: #8f635b;
}

form {
	margin-bottom: 0px;
}