

Form input, textarea, select {
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  border: 1px #000000 solid;
  border-left: 0px #444444 solid;
  border-top: 0px #444444 solid;
  background-image: none;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-size: 9px;

  font-family: Verdana;
  color: #000000;
}

body,td,th {
    color: #004C98;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #E69238;
              text-decoration: none;
}
a:visited {
	color: #E69238;
              text-decoration: none;
}
a:hover {
	color: #E69238;
              text-decoration: none;
}
a:active {
	color: #E69238;
              text-decoration: none;
}