	BODY { position: relative; min-width: 600px; width: 100%; margin: 0; padding: 0;  FONT-FAMILY: Book Antiqua;}
	#top { position: absolute; top: 0; left: 0; min-width: 600px; width: 100%; height: 60px; }
	#left { position: absolute; top:50px; left: 0; width: 10%; margin: 1% 1% 0 0; }
	#middle { position: absolute; top:50px; left:13%; min-width: 360px; width: 84%; margin-top: 1%; }
	#right { position: absolute; top:50px; left: 87%; width: 2%; margin: 1% 0 0 1%; }

	/* HR styles need for IE/Win. */
	HR.holder { width:600px; visibility: hidden; } /* Equal to 'top' */
	HR.left, HR.right { width: 120px; visibility: hidden; }
	HR.middle { width: 360px; visibility: hidden; }

	/* These HR styles replace the above, and are needed for Netscape 4.x.
	   Left and right margins are half the relevant DIV width */
	HR.holder { width:0; margin: 0 300px; } /* Equal to 'top' */
	HR.left, HR.right { width: 0; margin: 0 60px; }
	HR.middle { width: 0; margin: 0 180px;  }
	/* DIVs must have a border value set in Netscape 4.x */
	DIV { border: none; overflow: visible; }

	.dl  {FONT-SIZE:9PT;TEXT-DECORATION:none;COLOR:#FFFFFF;}
	.dl2 {FONT-WEIGHT:600;FONT-SIZE:10PT;TEXT-DECORATION:none;COLOR:#FFFFFF;}
	.dl3 {FONT-FAMILY: Book Antiqua;FONT-SIZE:11PT;TEXT-DECORATION:none;COLOR:#FFFFFF;}
	.dl3ar {FONT-FAMILY: Book Antiqua;FONT-SIZE:14PT;TEXT-DECORATION:none;COLOR:#FFFFFF;}
	.dl4 {FONT-WEIGHT:600;FONT-SIZE:8PT;TEXT-DECORATION:none;COLOR:#FFFFFF;}
	.headLink {TEXT-DECORATION:none;}
	a:hover {TEXT-DECORATION:underline;}
	.copyright{font-size: 9pt; font-style: italic;text-transform: capitalize;}
	.dl5 {FONT-FAMILY: verdana,helvetica,arial;FONT-WEIGHT:600;FONT-SIZE:9PT;TEXT-DECORATION:underline;COLOR:#CCCCCC;}
	.dl6 {FONT-FAMILY: Book Antiqua;FONT-SIZE:11PT;TEXT-DECORATION:none;COLOR:#FFFFFF;}
	.postYourCommentClass {color: blue; cursor: pointer;}
	body.curWait * {cursor: wait;}
	.errorClass {color: red; font-weight: bold;}	