* {
   font-size: 10pt;
}

table, tr, td {
   padding-left: 0;
   margin-left: 0;
}

body {
   width: 1024px;
   background-color: white;
   color: black;
   font-family: sans-serif;
}

td.labels {
   /*width: 15%;*/
}

input.text {
   border-bottom: 1px solid black;
   border-top: 0; border-left: 0; border-right: 0;
   background-color: white;
   /*width: 256px;*/
}

input.tabletext {
   width: 100%;
}

textarea {
   background-color: white;
   width: 100%;
   border: 1px double black;
   font-family: sans-serif;
}

table.qa {
   /*width: 100%;*/
}

td.q {
   text-align: left;
}

td.a {
   text-align: left;
}

hr {
   display: block;
   height: 1px;
   width: 80%;
   background-color: gray;
   border: none;
   border-bottom: 1px solid gray;
}

