.med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.medbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
.subHeading {
	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;
}
input.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	background-color: #FFCC00;
	font-size: 12px;
	font-weight: bold;
}
input.plbuttoninv {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	background-color: #000099;
	font-size: 12px;
	font-weight: bold;
}
.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000099;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.printonly { display:none }
@media print {
 .dontprint { display:none }
 .printonly { display:inline }
}
.yellow {
	color: #FFCC00;
}
.blue {
	color: #000099;
}
.red {
	color: #FF0000;
}
.columnLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
}.tableHeader {
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}
.requiredText {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
.successText {
	color: #00CC00;
	font-size: 12px;
	font-weight: bold;
}
.inputLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
}
#notification_message {
	top: 0px;
	left: 0px;
	width: 100%;
	position: absolute;
	background-color: #FFF0F0;
	color: #660000;
	text-align: center;
}