/* Written By Larry L Athey (http://www.maxgfx.com) */

body, p, td {
  font-family: Times New Roman, serif, sans-serif;
  font-size: 12pt;
}

form {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.TextField {
  font-family: Times New Roman, serif, sans-serif;
  font-size: 12pt;
  color: #000000;
  background-color: #D0D0FF;
  margin: 0px;
  padding: 0px;
  width: 200px;
}

.FlatField {
  font-family: Times New Roman, serif, sans-serif;
  font-size: 12pt;
  color: #000000;
  background-color: #D0D0FF;
  border: 1px solid black;
  margin: 0px;
  padding: 0px;
  width: 200px;
}

.FlatButton {
  font-family: Times New Roman, serif, sans-serif;
  font-size: 12pt;
  color: #000000;
  background-color: #C0C0C0;
  border: 1px solid black;
  margin: 0px;
  padding: 0px;
}

select {
  font-family: Times New Roman, serif, sans-serif;
  font-size: 12pt;
  color: #000000;
  background-color: #D0D0FF;
  margin: 0px;
  padding: 0px;
  width: 200px;
}

textarea {
  font-family: Times New Roman, serif, sans-serif;
  font-size: 12pt;
  color: #000000;
  background-color: #D0D0FF;
  margin: 0px;
  padding: 0px;
  width: 200px;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline;}
