	.titlebar
		{
		background-color:	transparent;
		color:			cornsilk;
		border-width:		0;
		}
	TABLE	{
		border-width:		1;
		border-color:		#e6e6fa;
		border-style:		solid;
		}
	TR	{
		background-color:	#696969;
		}		
	TD	{
		color:			#e6e6fa;
		border-width:		1;
		border-color:		#e6e6fa;
		border-style:		solid;

		}
	TH	{
		border-style:		solid;
		color:			#e6e6fa;
		border-width:		1;
		border-color:		#e6e6fa;
		}
	.TABTIT{
		font-weight:		bold;
		font-size:		150%;
		border-width:		2;
		border-color:		#ADD8E6;
		text-align:		center;
		}
	.changed{
		background-color:	#996969;
		}
	.new	{
		background-color:	#696933;
		}
	A 
		{
		text-decoration:	none;
		}
	A:hover
		{
		text-decoration:	underline;
		background-color:	#595959;
		}