/* SOTA/INERTIA css		*/
/*	hawkes, feb 2010	*/

table {
  font-size: 14px;
  font-family: arial;
  color: #000000;
  background: #FFFFFF;
}

input {
 /* background: #e6e6e6; */
  background: #FFFFFF;
  border: 1px solid;
  color: #000000;
}

input.text {
  width: 100%;
}

textarea {
 /* background: #E799A3; */
  color: #000000;
  border: 1px solid;
  width: 100%;
}

hr {
  border: 0;
  height: 1px;
  background-color: #7E2217;
}

a {
  color: #7E2217;
  text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

li {
  list-style-position: outside; 
}

