
p {
  font-size: 10pt;
  font-family: Tahoma, Verdana, Arial, Helvetica;
}

A:link, A:visited {
  color: #004b00;
  text-decoration: none;
}

A:active, A:hover {
  color: #00AB00;
  text-decoration: none;
}

body > table, body, body > form > table{
  font-size: 10pt;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.formBox{
	padding-top: 30px;
	margin-top: 30px;
}

.header1{
	padding-left: 30px;
	padding-top: 30px;
}

td.header1 {
  padding-left:30px;
  font-size:16pt;
  color:#4A7E36;
  font-weight:bold;
  

}

td.header2 {
  font-size:14pt;
  color:#4A7E36;
  font-weight:bold;
}

td.header3 {
  font-size:12pt;
  color:#4A7E36;
  font-weight:bold;
}

td.header4 {
  font-size:10pt;
  color:#4A7E36;
  font-weight:bold;
}

td.menu {
  padding:2px;
  background-color:#1D3E10;
  color:#ffffff;
  font-weight:bold;
}

td.texthead {
  padding:3px;
  background-color:#4A7E36;
  color:#ffffff;
  font-weight:bold;
}

td.inactive {
  color:#FF0000;
}

.texthead A:link, .texthead A:visited {
  color: #ffffff;
  text-decoration: none;
}

.texthead A:active, .texthead A:hover {
  color: #EEEEEE;
  text-decoration: none;
}

table.border1 {
  border:1px solid #4A7E36;
  
}

td.textbox {
  border:1px solid #4A7E36
}

tr.everyother {
  background-color:#DEDEDE
}

/*************************************************
 *
 *  Pop Up Calendar Styles
 *
 *************************************************/
 
	.calcpYearNavigation,
	.calcpMonthNavigation
			{
			background-color:#e9e9e9;
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color:#666666;
			font-weight:bold;
			}
	.calcpDayColumnHeader,
	.calcpYearNavigation,
	.calcpMonthNavigation,
	.calcpCurrentMonthDate,
	.calcpOtherMonthDate,
	.calTcpCurrentDate,
	.calcpTodayText,
	.calcpCurrentDate,
  .calcpText
			{
			font-family:arial;
			font-size:8pt;
			color:#000000;
			}
	TD.calcpDayColumnHeader
			{
			text-align:right;
			border:solid thin #6677DD;
			border-width:0 0 1 0;
			}
	.calcpCurrentMonthDate,
	.calcpOtherMonthDate,
	.calcpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.calcpCurrentMonthDate
			{
			color:#6677DD;
			font-weight:bold;
			}
	.calcpOtherMonthDate
			{
			color:#808080;
			}
	TD.calcpCurrentDate
			{
			color:#666666;
			background-color: #c9c9c9;
			font-weight:bold;
			}
	TD.calcpTodayText
			{
			border:solid thin #6677DD;
			border-width:1 0 0 0;
			}
	A.calcpTodayText
			{
			height:20px;
			}
	A.calcpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	.calcpBorder
			{
			border:solid thin #6677DD;
			}


