form {
margin-top: 0; 
margin-bottom: 0;
}
.medtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.medtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.bigtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
input.plbutton {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	background-color: #FFCC00;
	font-size: 12px;
	font-weight: bold;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000099;
}
.smmenu {
  font-weight : bold;
  text-decoration : none;
  color : #ffcc00;
  font-size : 12px;
  font-family : Arial, Helvetica, sans-serif;
}
.smmenuinv {
  font-weight : bold;
  color : #000099;
  text-decoration : none;
}
.smbtninv {
  font-size : 12px;
  text-decoration : none;
  height : 19px;
  font-family : Arial, Helvetica, sans-serif;
  background-color : #000099;
  color : #ffcc00;
  border-top-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  order-left-style : solid;
  font-weight : bold;
}
.red {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
}
.yellow {
	color: #FFCC00;
}
.blue {
	color: #000099;
}
.green {
	color: #009900;
}
.lrgtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
}
.printonly { display:none }
@media print { 
 .dontprint { display:none }
 .printonly { display:inline }
}
.bigboldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
.lostnfoundheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
}
.errors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}