	/* this is needed so IE can handle transparent table backgrounds w/links
	.content_table_bkgd { 
			no-repeat; 
			position:relative; top:; margin-left:auto; margin-right:auto; 
			width:814; height:646; padding:0; 
	}
	*/
	.table_all {
		margin-left:auto; margin-right:auto;
		width:814; height:646; padding:0
	}
	.table_menu	{ 
		width:147;
	}
	.table_header {
		font-size:56px; font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif; color:#C0D2E6; 
		height:73
	}
	td.menu_item { 
		font-size:16px; font-family:Arial,Verdana,Helvetica,sans-serif; height:23; width:147; 
		cursor:auto;  background:url('');
		color:#C0D2E6; 
	}
	td.menu_item_selected { 
		font-size:16px; font-family:Arial,Verdana,Helvetica,sans-serif; height:23; width:147; 
		cursor:auto;  background:url('SET PER PAGE');
		color:#FFFFFF;
	}
	td.menu_item_hover {
		font-size:16px; font-family:Arial,Verdana,Helvetica,sans-serif; height:23; 
		cursor:pointer; background:url('SET PER PAGE');
		color:#FFFFFF;
	}
	a.menu_item {
		width:100%; height:100%; text-decoration:none; padding-top:.3ex; color:#FFF
	}

	.menu_separator { font-size:8px; color:#C0D2E6}
	
	.table_body {
		padding: 5px;
		margin: 5px;  /*top, right, bottom, left -- not seen by Firefox*/
		font-size:16px; 
		font-weight:normal; font-family:Arial, Verdana, Helvetica, sans-serif; color:#FFF; /*#C0D2E6;*/
		overflow:auto; max-height:573;
	}
	.contents {
		text-color:#C0D2E6;
	}
		/* allow links in IE to work with translucent bkgd */
	*a		  {position:relative}
	a:link    {  text-decoration: none; color:#C0D2E6; }
	a:visited {  text-decoration: none; color:#C0D2E6; }
	a:hover   {  text-decoration: none; color:#FFFFFF; }	


