body {
  margin: 0;
  padding:0;
  background-color: #ffffff;
  font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
}

h1 {
  font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  margin: 3px 0 3px 0;
}

h1.active {
  color: #AD1736;
}

.redtext {
  color: #AD1736;
}

a {
  color: #AD1736;
  font-weight: bold;
  text-decoration: none;
}

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

a.menulink {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  font-variant: small-caps;
  margin-left: 8px;
  vertical-align: top;
}

a.menulink_active {
  color: #AD1736;
  font-size: 13px;
  font-weight: bold;
  font-variant: small-caps;
  margin-left: 8px;
  vertical-align: top;
}

p.footer {
  font-size: 9px;
  letter-spacing: 0.5px;
  margin: 0;
}


input.my_textinput,textarea,select {
  font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  FONT-SIZE: 12px;
  background-color:#FFFFFF;
  border-color : #000000;
  scrollbar-base-color : #FFFFFF;

  border: #58585A; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
}

textarea.stolenbook {
  width: 400px;
  height: 600px;
}

input.stolenbook{
  width: 400px;
  border: #58585A;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

input.my_button {
  font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  FONT-SIZE: 12px;
  background-color: #AD1736;
  border-color : #AD1736;
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
  cursor: hand;
}

.searchmembersform .my_textinput {
  width: 200px;
  margin-bottom: 5px;
}

.searchmembersform select {
  width: 200px;
  margin-bottom: 5px;
}

.searchmembersform .my_button {
  width: 200px;
}