/* CSS Document */

<style type="text/css">
<!--
body,td,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #373C3C;
	
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373C3C;
	
}
input.inputfield {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #EEEEEE;
  font-weight:  bold;
}
.formoutput {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #EEEEEE;
  font-weight:  bold;
  vertical-align: top;
  padding-left: 5px;
}
textarea {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #EEEEEE;
  font-weight:  bold;
}
select {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #EEEEEE;
  font-weight:  bold;
}
-->
</style>