body {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  background-image: url(/images/bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}

a {
  color: #008ad0;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #008ad0;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color: #008ad0;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #a4a4a4;
  font-weight: bold;
  text-decoration: none;
}

td {
  font-family: Tahoma, Arial;
  font-size: 11px;
  color: #444444;
}

input {
  font-family: Tahoma, Arial;
  font-size: 11px;
  color: #2b2b2b;
  padding-left: 4px;
  padding-right: 4px;
}

.input1 {
  background-color: #f4f4f4;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  height: 18px;
  width: 160px;
}

.input2 {
  background-color: #f4f4f4;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  height: 18px;
  width: 200px;
}

textarea {
  font-family: Tahoma, Arial;
  font-size: 11px;
  color: #2b2b2b;
  padding-left: 4px;
  padding-right: 4px;
}

.textarea1 {
  background-color: #f4f4f4;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  height: 50px;
  width: 200px;
}

.getfile1 {
  font-family: Tahoma, Arial;
  font-size: 11px;
}

.getfile2 {
  font-family: Tahoma, Arial;
  font-size: 11px;
}

p {
  padding: 0px;
  margin: 0px;
}

