
<!--
.tab {
	text-indent: 60px;
}
input:-moz-disabled { /* For Firefox */
 background-color: #lightgray;
}
input:disabled {
	background-color: lightgray;
}
select:-moz-disabled { /* For Firefox */
 background-color: #lightgray;
}
select:disabled {
	background-color: lightgray;
}
.bodyfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
.buttonfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-style: normal;
}
.headerfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.loginfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.tableheaderfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.tablerowfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.formulatableheaderfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.formulatablerowfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.tablerowfont2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.tablerowaddedfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.tableentityfont {
	font-family: Courier, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.tableentityfont2 {
	font-family: Courier, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.calendarheaderfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.calendardayfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.labelheaderfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
        text-decoration: underline;
}
.labelrowfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.labelfooterfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: normal;
}

.labellgheaderfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
        text-decoration: underline;
}
.labellgrowfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.labellgfooterfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

tr.lightrow td {
	background-color: #FFFFFF;

}
tr.darkrow td {
	background-color: #CCCCCC;
}

-->
