body {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	background-image : url("bluepattern.gif");
}

table {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
}

td {
	font-family: "Times New Roman", Times, serif;
	vertical-align: baseline;
	font-size : 10pt;
}

td.header {
	font-size : 12pt;
	font-weight : bold;
}

td.head3 { 
	font-size : 11pt;
 }

.disl {
	color: "#778899";
	text-decoration: underline;
	font-weight : "normal";
}

.heir {
	color: "#6699FF";
	text-decoration: underline;
	font-weight : "normal";
}
 
 .ackned { 
 		color: forestgreen;
		text-decoration: underline;
	   font-weight : "normal";
 }
  
  .unackned { 
  		color: mediumseagreen;
		text-decoration: underline;
		font-weight : "normal";
 }
   
   .headofdomain {
	color: Blue;
	text-decoration: underline;
	font-weight: "bold";
}

.dislnu {
	color: "#778899";
	text-decoration: "none";
	font-weight : "normal";
}

.headofdomainnu { 
	color: Blue;
	text-decoration: "none";
	font-weight: "bold";
 }
 
 .acknednu { 
 	color: forestgreen;
		text-decoration: "none";
		font-weight: "normal";
 }
  
  .unacknednu { 
  		color: mediumseagreen;
		text-decoration: "none";
		font-weight: "normal";
 }
   
   .heirnu { 
        color: cornflowerblue;
		text-decoration: "none";
		font-weight: "normal";
}
	
	.dead { 
		color: Red;
		text-decoration: underline;
		font-weight: "normal";
}
		
	.deadnu { 
		 color: Red;
		text-decoration: "none";
		font-weight : "normal";
}
		
	.inactive { 
		color: Orange; 
		text-decoration: underline;
		font-weight : "normal";
}
		
	.inactivenu {
	color: Orange;
	text-decoration: none;
	font-weight : "normal";
}	
		
	.contact {
	color : "#000080";
	text-decoration: "underline";
	font-weight: "bolder";
	font-weight : "normal";
}
	
	.contactnu {
	color : "#000080";
	text-decoration: "none";
	font-weight: "bolder";
	font-weight : "normal";
}