body {
  cursor: default;
}

hr {
  height: 1px;
  background-color: 888888;
  border: none
}

h1 {
  font-family: Garamond, Georgia, Times New Roman, Times, serif;
  font-size: 20pt;
  font-weight: bold;
  color: #333333;
  display: inline;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #333333;
  display: inline;
}

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
  text-align: justify;
}

.text a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ff8600;
  font-weight: bold;
  text-align: justify;
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
}

.minititel {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 8pt;
  color: #333333;
}

.menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #777777;
  font-weight: bold;
  text-decoration: none;
}

.menu a:hover {
  color: #ff8600;
}

.copyright, .copyright a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #333333;
  text-decoration: none;
}

.copyright a:hover {
  color: #ffffff;
}

.td_title {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #777777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.td_title a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.td_title a:hover {
  color: #ff8600;
}

.td_light {
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  background-color: #eeeeee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.td_marked {
  border-style: solid;
  border-width: 1px;
  border-color: #ff8600;
  background-color: #ffe1bf;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.input_full, textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  width: 300px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.input_full_ext {
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  width: 540px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.input_half {
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  width: 141px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

*/