a {
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:300;
  color:#FF0000;
}
a:visited {color:#FF0000;}
a:hover {color:#FF0000;}

body {
  background-color: #FFFFFF;
  color: #FF0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  border-color:#000000;
}

td {
  padding: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

th {
  padding: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background-color:#FF0000
  border-bottom: 1px solid black;
}

select {
  font-size: 80%;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}

hr {
  width: 100%;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  margin-bottom: 0;
}

.buttons {
  text-align: right;
}

.userinfo {
  font-weight: normal;
  background-color: #CCCC99;
  border: 2px solid #999933;
}

.form-table {
  font-weight: bold;
  border: 1px solid grey;
  /*
  background-color: #CCCCFF;
  border: 2px solid #6666FF;
  */
}

.form-table table {
  font-weight: bold;
}

.form-table td {
  white-space: nowrap;
}

.form-table textarea {
  /* background-color: #DDDDFF; */
  font-size: 100%;
}

.form-table-text {
  /* background-color: #DDDDFF; */
  font-size: 80%;
}

.form-table select {
  /* background-color: #DDDDFF; */
  font-size: 80%;
}

.bold {
  font-weight: bold;
}

.sub-button {
  /* background-color: #DDDDFF; */
  font-weight: normal;
  font-size: 80%;
  /* border: 1px bezel #6666FF; */
  width: 100px;
}

.form-button {
  background-color: #CCCCCC; 
  border: 1px solid #666666; 
  font-weight: normal;
  font-size: 80%;
  width: 40px;
}

.step-button {
  width: 85px;
  background-color: #CCCCFF;
  font-weight: bold;
  border: 1px bezel #6666FF;
}

.no-bold {
  font-weight: normal;
}

.hidden {
  display: none;
}
.texta { 
 font-size: 10px; 
 background-color: #CCCCCC; 
 border: 1px solid #666666; 
}
