body
{
}
.Edit
{
	font-size: 12pt;
	color: black;
	border-top-style: ridge;
	font-family: Arial;
	border-right-style: ridge;
	border-left-style: ridge;
	border-bottom-style: ridge;
}
.EditRequired
{
	font-size: 12pt;
	color: black;
	border-top-style: ridge;
	font-family: Arial;
	border-right-style: ridge;
	border-left-style: ridge;
	border-bottom-style: ridge;
}

.EditReadonly
{
	background-color: Aqua;
	font-size: 12pt;
	color: black;
	border-top-style: ridge;
	font-family: Arial;
	border-right-style: ridge;
	border-left-style: ridge;
	border-bottom-style: ridge;
}
.PageTitle
{
	font-weight: bold;
	font-size: 20pt;
	color: black;
	font-family: Arial;
}
.Form
{
	background-color: silver;
}
.Table
{
	/*background-color: Black;*/
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.TableRow
{
	font-weight: bold;
	font-size: small;
	color: white;
	font-family: Times New Roman;
	background-color: black;
	text-decoration: none;
}
.TableRowAttention
{
	font-weight: bold;
	font-size: small;
	color: white;
	font-family: Times New Roman;
	background-color: silver;
	text-decoration: none;
}
.Label
{
	font-weight: bold;
	font-size: small;
	color: black;
	font-family: Times New Roman;
	text-decoration: none;
}
