/* Master Style Sheet */
body {
  background:#6B91B8;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 4px;
  margin-bottom: 0px;
  padding:0;
  color:#000;
  font:x-small/1.5em Verdana, Arial, Helvetica, sans-serif;
  /*voice-family: "\"}\"";*/
  voice-family:inherit;
  /*font-size:8pt;*/
} 

table {
  line-height: normal;
  background:#fff;
  color: #000000;
  border: 0px;
}

table tr td a {
  color: #5561EE;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
}

table tr td a:link {
  color: #5561EE;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
}

table tr td a:hover {
  color: #5561EE;
  background-color: transparent;
  font-weight: normal;
  text-decoration: underline;
}


table tr th {
  background-color: #8799D8;
  font-weight: bold;
  color: #FFFFFF;
}

.textbox {
  border: solid 1px #808080;
}

select {
  border: solid 1px #808080;
}

textarea {
  border: solid 1px #808080;
}

img {
  border: none;
}

input.button {
  BORDER: groove 1px #ACACAC;
/*
  font:x-small/1.5em Verdana, Arial, Helvetica, sans-serif;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size:8pt;
*/
  font-weight: bolder;
}

input.checkbox {
  background: transparent;
  border: solid 1px #000000;
}
