h1, h2, h3, h4, h5{
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h1, h2{
  padding-top: 20px;
}

p, p.error, p.tipp {
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
}

p.error, p.question, p.tipp {
  font-weight: bold;
}

p.context {
  font-size: 11px;
}

p.error {
  color: Red;
}

p.question {
  color: Blue;
}

p.tipp {
  color: Green;
}

p.size_10 {
  font-size: 10px;
}

p.size_12 {
  font-size: 12px;
}

p.size_14 {
  font-size: 14px;
}

p.size_16 {
  font-style: italic;
  font-size: 16px;
}

table.table_1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: auto;
  width: 800px;
}

select {
  width: 150px;
  size: 1;
}

select.small {
  width: 70px;
  size: 1;
}

input.none {
  width: 150px;
}

input.long {
  width: 200px;
  size: 1;
}

input.err {
  width: 150px;
  background-color: #FFFFE0;
  border-color: Red Red Red Red;
}

input.longerr {
  width: 200px;
  size: 1;
  background-color: #FFFFE0;
  border-color: Red Red Red Red;
}

input.radio {
  width: 20px;
}

td.ce {
  text-align: center;
}

textarea {
  width: 482px;
  height: 80px;
  font-family: Arial, Helvetica, sans-serif;
}

textarea.info {
  width: 250px;
  height: 40px;
}
