
body 	{ 
	background:		#CCCC99;
	}

#TopPanelCenter
	{
	background:		none;
	background-color:	#AAAA77;
	}	


/*
**  Printing 
** Surpress unwanted elements from the printer
**
*/
@media print {

	body	{
		background:	white;
		}
	#TopPanelFrame	{
		margin-top: 	0px;
		border-bottom:	2px solid white;
		background:	white;
		border-bottom-color:	white;		
		}
	#TopPanelLeft {
		border-right:	2px solid white;
		width:		52px;
		}
	#TopPanelCenter	{
		border-right:	2px solid white;
		background:	white;
		}
	#ContentCenter	{
		border-right:	2px solid white;
		border-bottom:	2px solid white;
		}
	}
