/* ---------- HTML elements ---------- */

body {
  font-family: Georgia, Times, serif;
  font-size: 13px;
  line-height: 1.33;
  color: gray;
}

a:link    {color: #e0922e; text-decoration: none;}
a:visited {color: #e0922e; text-decoration: none;}
a:hover   {color: #e0922e; text-decoration: underline;}
a:active  {color: #e0922e; text-decoration: underline;}

hr {
  height: 0;
  border: 0;
  border-top: 1px dotted gray;
}

img {
  border: none;
}

fieldset {
  border: none;
  border-bottom: 1px dotted gray;
  width: 400px;
  padding: 0px;
  padding-bottom: 9px;
  margin-left: 275px;
}

legend {
  font-weight: bold;
}

address {
  font-size: 11px;
  font-style: normal;
  text-align: center;
}

abbr {
  border-bottom: 1px dotted;
}

small {
  font-size: 11px;
}

dt {
  font-weight: bold;
}

h2, h3 {
  color: #282828;
}

/* ---------- Classes ---------- */

.warning {
  color: red;
}

.reaction {
  color: gray;
}

.tr_dark_row {
  background-color: #e6f0ff;
}

.tr_light_row {
  background-color: white;
}

.box_background {
  background-color: #e6f0ff;
}

.form_input_large {
  width: 400px;
}

.form_input_small {
  width: 150px;
}

.form_button {
  background: #e2e2e2;
  border: 1px solid #d3d3d3;
  color: #0f91cd;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
}