body,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
H1   { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
h2    { color: red; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif }
h3  { color: #cc0000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }
h4  { color: #c00; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif }
h5 {
color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif
}
h6 {
color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal}
th  { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif}

input.inputfield {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-image:url(scripts/button3.jpg);
  font-weight:  bold;
}
.formoutput {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-image:url(scripts/button3.jpg);
  font-weight:  bold;
  padding-left:  5px
}
select {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #EFE9EA;
  background-image:url(scripts/button3.jpg);
  font-weight:  bold;
}
textarea {
  font-size        : 11px;
  font-family      : font-family: Arial, Helvetica, sans-serif;
  color            : #444444;
  border           : 1px #444444 solid;
  background-color : #EFE9EA;
  background-image:url(scripts/button3.jpg);
  font-weight:  bold;
}
a:link {color: #333366}
a:visited {color: #333333}
a:hover {color: #CCCCCC}
a:active {color: #990033}
/*
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
*/

li {
	padding-top: 2px;
}
