h1{
  margin-top: 1.3em;
}
.accesskey{
  text-decoration: underline;
}
.no_top_margin{
  margin-top: -1em;
}
.padding_right{
  padding-right: 2em;
}
.padding_left{
  padding-left: 2em;
}
.red, .error, .input_text_password_error, .input_text_error, .input_password_error, .input_radio_error, .input_checkbox_error{
  color: red;
}
.required{
  color: red;
}
body{
  font-family: Verdana;
  font-size: small;
}
table#paameldte, table.with_border, table.with_border tr, table.with_border tr td, table.with_border tr th,
table.sortable, table.sortable tr, table.sortable tr td, table.sortable tr th{
  border: solid black 1px;
}
.bold{
  font-weight: bold;
}
.right{
  text-align: right;
}