body {
  margin: 0px;
  background-color: #ffffff;
  font-family: Verdana, Tahoma, Arial; 
  font-size: 12px;
  color: black;
  scrollbar-arrow-color: white;
  scrollbar-base-color: #ff9900;
  scrollbar-dark-shadow-color: #997700;
  scrollbar-face-color: #ff9900;
  scrollbar-highlight-color: #ffCCAA;
  scrollbar-shadow-color: #DD7700;
}

.title {
  font-family: Verdana, Tahoma, Arial; 
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-align: left;
}

.content {
  font-family: Verdana, Tahoma, Arial; 
  font-size: 12px;
  font-weight: normal;
  color: black;
  text-align: left;
  padding: 10px;
}

td {
  font-family: Verdana, Tahoma, Arial; 
  font-size: 12px;
  font-weight: normal;
  color: black;
  text-align: left;
}

form {
  margin: 0px;
}

a {
  color: #BB4400;
  text-decoration: none;
}

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

hr {
  color: black;
  height: 1px;
}

.box_field {
    border-left: 1px solid #BB4400;
    border-top: 1px solid #BB4400;
    border-right: 1px solid #FFCE85;
    border-bottom: 1px solid #FFCE85;
    background-color: #FFCE85;
    color: #BB4400;
    font-family: Tahoma; 
    font-size: 12px;
    font-weight: normal;
}

.box_button {
    border-left: 1px solid #FFCE85;
    border-top: 1px solid #FFCE85;
    border-right: 1px solid #BB4400;
    border-bottom: 1px solid #BB4400;
    background-color: #FF6600;
    color: white;
    font-family: Tahoma; 
    font-size: 12px;
    font-weight: normal;
}

textarea {
    border-left: 1px solid #1A526E;
    border-top: 1px solid #1A526E;
    border-right: 1px solid #7DBBDA;
    border-bottom: 1px solid #7DBBDA;
    background-image: url(text_bg.gif);
    color: #196A7A;
    font-family: Tahoma; 
    font-size: 12px;
    font-weight: normal;
}

