.table1
{
  border: 2px solid #0066AA;
  background: #DBDBDB;
  color: #000000;
  width: 100%;
}

.table1 td
{
  background-color:  #EEEEEE;
  border: none;
  font-size: 12px;
}

.table1 th
{
  background-color:  #CCCCCC;
  border: none;
  text-align: left;
}

.divContent hr
{
  color:#0000EE;
  background-color:#0000EE;
  margin-left:0;
  text-align:left;
}

.imgBorder
{
  border: 1px solid #000000;
}

textarea
{
  border: 2px solid #0066AA;
  background: #FFFFFF;
  color: #000000;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
}

td.indexkey 
{
	background-color: #e8eef2;
	font-weight: bold;
	padding-right  : 10px;
	padding-top    : 2px;
	padding-left   : 10px;
	padding-bottom : 2px;
	margin-left    : 0px;
	margin-right   : 0px;
	margin-top     : 2px;
	margin-bottom  : 2px;
	border: 1px solid #CCCCCC;
}

td.indexvalue 
{
	background-color: #e8eef2;
	font-style: italic;
	padding-right  : 10px;
	padding-top    : 2px;
	padding-left   : 10px;
	padding-bottom : 2px;
	margin-left    : 0px;
	margin-right   : 0px;
	margin-top     : 2px;
	margin-bottom  : 2px;
	border: 1px solid #CCCCCC;
}

.el 
{ 
  color:#1A41A8;
  text-decoration:none;
  font-weight:bold;
}
.elu
{
  color:#1A41A8;
  text-decoration:underline; 
  font-weight: bold;
}


.pHeading
{
  border:1px solid #004892;
  background-color:#E1E1E1;
}

.pEntry
{
  border:1px solid #004892;
  background-color:#FFFFFF;
  padding: 4px;
}

.spName
{
  color:#0022DD;
}
