/* CSS Document */

body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
th {
	font-weight:  bold;
	text-transform: uppercase;
	background-color: #DDDECD;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#40704B;
	font-style:italic;
	text-decoration: underline;
	text-transform: uppercase;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
			
}
input.inputfield {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #999999 solid;
  background-color : #F3F5F1;
  font-weight:  bold;
}

.formoutput {
	font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
	color            : #444444;
	border           : 1px #999999 solid;
	background-color : #F3F5F1;
	font-weight:  bold;
	padding-left: 5px;
}
select {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #999999 solid;
  background-color : #F3F5F1;
  font-weight:  bold;
}
textarea {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #999999 solid;
  background-color : #F3F5F1;
  font-weight:  bold;
}