body {
  font-family: tahoma;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
}

.tahoma 
{
font-family: tahoma; 
font-size: 11px; 
text-decoration: none; 
}

table.results {
  border-collapse: collapse;
  border: solid black 1px;
  width: 99%;
  font-size: 80%;
}
table.results th, table.results td {
  border: solid black 1px;
  padding: 5px;
  vertical-align: top;
}
/*table.results th {
  min-width: 10em;
}*/
div.res {
}

label.option input {
  margin-top: 0px;
}

.main {
  width: 800px;
  border: solid 1px;
  margin: auto;
  padding: 8px 20px;
}

div.main { text-align: justify; }

input {
  float: left;
  clear: both;
}

.description {
  float: left;
  clear: both;
  font-size: 90%;
  color: #333;
}

label {
  float: left;
  clear: both;
}

div.center { 
  text-align: center;
}

pre {
  text-align: left;
  font-size: 8px;
}

.form-required {
  color: red;
}

table.formtable {
  margin: auto;
  text-align: left;
  border-collapse: collapse;
  border: none;
  width: 453px;
}

.mainleft {
  padding: 5px 20px;
}

table.formtable td {
  padding: 5px;
  margin: 0px;
}

td.right {
  text-align: right;
  width: 201px;
}

td.left {
  padding-left: 40px;
  width: 252px;
}

td div.error {
  width: 423px;
  margin: auto;
}

fieldset {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.form-item {
  margin: 1px;
  padding: 1px;
}

.error {
  margin: 0px;
}

ul {
  text-align: left;
}

.formtitle {
  font-weight: bold;
  font-size: 110%;
}

.tahoma_footer {font-family: tahoma; font-size: 10px; text-decoration: none;}
.tahoma_header {font-family: tahoma; font-size: 10px; text-decoration: none;}

.tahomabig {font-family: tahoma; font-size: 20px; text-decoration: none;}
.tahomamed {font-family: tahoma; font-size: 14px; text-decoration: none;}
.tahomasmall {font-family: tahoma; font-size: 9px; text-decoration: none;}

A {font-family: tahoma; font-size: 11px; text-decoration: none}
A:link {font-family: tahoma; font-size: 11px; text-decoration: none}
A:visited {font-family: tahoma; font-size: 11px; text-decoration: none}
A:hover {font-family: tahoma; font-size: 11px; text-decoration: underline}

A.link1 {font-family: tahoma; font-size: 10px; text-decoration: none}
A.link1:link {font-family: tahoma; font-size: 10px; text-decoration: none}
A.link1:visited {font-family: tahoma; font-size: 10px; text-decoration: none}
A.link1:hover {font-family: tahoma; font-size: 10px; text-decoration: underline}

A.link2 {font-family: tahoma; font-size: 14px; text-decoration: none}
A.link2:link {font-family: tahoma; font-size: 14px; text-decoration: none}
A.link2:visited {font-family: tahoma; font-size: 14px; text-decoration: none}
A.link2:hover {font-family: tahoma; font-size: 14px; text-decoration: underline}

.button {
        float: none; 
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid;
        padding: 3px 20px;
	height: 2em;
	font-weight: bold;
}

.input {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid;
	padding: 3px;
}
.form-fieldset textarea {
    float: left;
    clear: both;
}
.form-radios .form-item {
    height: 1em;
}
