body {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt;
}

h1 {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 10pt;
  text-align: left;
  font-weight: bold;
}

h3 {
  font-size: 12pt;
  text-align: center;
  font-weight: bold;
}

h4 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}

th {
  font-size: 10pt;

}
td {
  font-size: 10pt;

}

.menutext {  
	font-size: 8pt; 
}
.plaintext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt}
a:link {  color: #000099; text-decoration: none}
a:visited {  text-decoration: none; color: #000099}
a:hover {  color: #990000}
a:active {  }
.title1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000033}

input {
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.radio {
  border-style: none;
  background-color: green;
}

textarea {
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

