body
{
	margin: 0px;
	color: midnightblue;
	font-family: Arial, Verdana, 'Times New Roman';
	background-color: white;
}

TH TD TR TABLE
{
}
TABLE
{
	border-right: midnightblue thin solid;
	border-top: midnightblue thin solid;
	border-left: midnightblue thin solid;
	border-bottom: midnightblue thin solid;
	background-color: gainsboro;
}
.MasterTable
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #ffffff;
	border-bottom-style: none;
}
TH
{
	border-right: midnightblue thin solid;
	border-top: midnightblue thin solid;
	font-weight: 600;
	font-size: 16pt;
	text-transform: uppercase;
	border-left: midnightblue thin solid;
	color: #ffffff;
	border-bottom: midnightblue thin solid;
	font-family: Arial, Verdana, 'Times New Roman';
	background-color: midnightblue;
}
TH.SubHead
{
	font-size: 14pt;
}
.Login
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: white;
}
.Label
{
	font-size: 10pt;
	font-family: Arial, Verdana, 'Times New Roman' , 'Microsoft Sans Serif';
}
.Data
{
	font-size: 10pt;
	color: darkblue;
	font-family: Arial, Verdana, 'Microsoft Sans Serif';
}
.DescContracted 
{ 
	display:none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #f7fafc;
	border-bottom-style: none;
}
.DescExpanded 
{ 
	color : #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #f7fafc;
	border-bottom-style: none;	
}
Table.tblContracted
{
	cursor: auto;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #f7fafc;
	border-bottom-style: none;
} 
Table.tblExpanded 
{ 
	cursor:auto;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #f7fafc;
	border-bottom-style: none;	
}
Table.InnerTable
{
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}

A
{
	color:Blue;
}
A:active
{
	color:Green;
}
A:hover
{
	color:Red;
}
A:visited
{
	color:Navy;
}
