body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.header
{
	font-weight: bold;
	color: maroon;
	font-family: Arial;
}
.textClass
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
.gridAltItemStyle
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color:  Gray;
	padding-right: 2px;
	text-align: left;
}
.tableLabelClass
{
	padding-right: 2px;	
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: left;
}
.labelRightClass
{
	padding-right: 2px;	
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: left;
}
.labelCenterClass
{
	padding-right: 2px;	
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: center;
}

.labelClass
{
	padding-right: 2px;	
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: right;
}
.labelLeftAlignClass
{
	padding-right: 2px;	
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: left;
}
.tableUCHeader
{	
	font-size: 15pt;
	vertical-align: middle;
	color: white;
	font-family: Arial;
	background-color: #0033ff;
	text-align: center;
}

.tableHeader
{
	font-size: 8pt;
	vertical-align: middle;
	color: white;
	font-family: Arial;
	background-color: #0066ff;
	text-align: left;
}
.errorClass
{
	font-weight: bold;
	color: red;
	font-family: Arial;
	font-variant: small-caps;
}
.btnClass
{
	width: 90px;
	font-size: 8pt;
	font-family: Arial;
}
.tableClass
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	width: 90%;
	border-top-style: none;
	padding-top: 0px;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.blankRow
{
	height: 20px;
}
.footerClass
{
    bottom: 0;
    position : absolute;
    width : 100%;
}
.headerClass
{
    top: 0;
    position : absolute;
    width : 100%
}
div#divBody
{
    overflow: auto;
    width: 840px;
    height: 55%;
}    
