body
{
	font-size: x-small;
	color: black;
	font-family: Tahoma;
}

.clsRecordCmdLabel
{
	font-weight: bold;
	font-size: x-small;
	color: mediumblue;
	font-family: Tahoma;
	text-decoration: underline;
}

Table
{
	font-family: Tahoma;
	font-size: x-small;
	color : black
}

.clsFormHeaderTable
{
	border: solid 1px black;		
	font-weight: bold;
	font-size: small;	
	color: white;	
	font-family: Tahoma;
	background-color: #003366;
	text-align: left;
}
.clsFormLabelTD
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: #cccccc;
}
.clsFormLabelHighlightTD
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: #ffcc00;
}

.clsFormSubHeader
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Arial;
	background-color: #3366cc;
}
.clsFormColumnHeader
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: #cccccc;
}

.clsErrMsg
{
	font-weight: bold;
	font-size: x-small;
	color: red;
	font-family: Arial;	
}

.clsFormLabelCompTD
{
	font-weight: bold;
	font-size: x-small;
	color: red;
	font-family: Arial;
	background-color: #cccccc;
}

.clsFormLabelComp
{
	font-weight: bold;
	font-size: x-small;
	color: red;
	font-family: Arial;	
}




.clsUserRecordCmdLabel
{
	font-weight: bold;
	font-size: x-small;
	color: mediumblue;
	font-family: Tahoma;
	text-decoration: underline;
}


.clsUserFormHeaderTable
{
	border: none;		
	font-weight: bold;
	font-size: x-small;	
	color: black;	
	font-family: Tahoma;
	background-color: #88b1d9;
	text-align: left;
}
.clsUserFormLabelTD
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: #ffffff;
}
.clsUserFormLabelHighlightTD
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: #ffffff;
}
.clsUserFormLabelCompTD
{
	font-weight: bold;
	font-size: x-small;
	color: red;
	font-family: Arial;
	background-color: #ffffff;
}
.clsUserFormSubHeader
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: #88b1d9;
}
.clsUserFormColumnHeader
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: #cccccc;
}

.clsUserErrMsg
{
	font-weight: bold;
	font-size: x-small;
	color: red;
	font-family: Arial;	
}

.alt-row1 {background-color:#ecf7f8;padding:10px;}
.alt-row2 {background-color:#f2f7e5;padding:10px;}