body {
  margin: 0px;
  padding: 0px;
  background-color: #3b3b3b;
  background-image: url('images/bg.gif');
  background-repeat: repeat-x;
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #acacac;
  height: 100%;
}

table, td {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #acacac;
  line-height: 15px;
}

.menu a:link, .menu a:visited, .menu a:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.menu a:hover {
  color: #949494;
  text-decoration: none;
  font-weight: bold;
}

.orange a:link, .orange a:visited, .orange a:active {
  color: #ff9900;
  text-decoration: none;
  font-weight: bold;
}

.orange a:hover {
  color: #b77b26;
  text-decoration: none;
  font-weight: bold;
}

.text {
  float: right;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
}

a:link, a:visited, a:active {
  color: #949494;
  text-decoration: none;
}

a:hover {
  color: #BBBBBB;
  text-decoration: none;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: justify;
}

input, textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

img {
  border: 0px;
}

form {
  margin: 0px;
}

.over:hover { color: #ff9900 !important; }