body
{
    BACKGROUND-COLOR: #ffffff;
	font-size: 10pt;
}
.columnHeader
{
	font-weight: bold;
	background-color: navajowhite;
	text-align: left;
	border-color: lightgrey;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}
.dataItem
{
	border-color: lightgrey;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	background-color: white;
}
.inputForm
{
    background-color: navajowhite;
	font-weight: bold;
	border-style: none;
	border-collapse: collapse;
}
.layout
{
	border-color: lightgrey;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
.pageTitle
{
	font-weight: bold;
	font-size: 14pt;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.requiredText {
	color: red;
}
TD.MENU_ITEM
{
    background-color: navajowhite;
    color: #0009ae;
}
.text
{
	font-size: 10pt;
}

.button
{
    padding: 2px 5px 2px 5px;
    border: solid 1px black;
    background-color: #D4D0C8;
    text-decoration: none;
    color:Black;
}
