	table.tray
	{
		font-family:		futura md bt,arial,helvetica,sans serif;
		font-size:			14pt;
		/*background-color:	gray;*/
		border-width:		0px;
		
		
		
		padding:			5px;
		margin:				5px;
		border-style:		none;
		border-color:		gray;
	}

	th
	{
		
		font-family:		futura md bt,arial,helvetica,sans serif;
		font-size:			12pt;
		border-width:		0px;
		background-color:	#ccddee;
		/*
		
		color:				#999955
		border-bottom-width:0px;
		border-left-width:	0px;
		border-right-width:	0px;
		border-top-width:	0px;
		*/
		padding:			5px;
		margin:				5px;
		border-style:		none;
		border-color:		gray;
		text-align:			center;
	}

	td.even 
	{
		font-family:		futura md bt,arial,helvetica,sans serif;
		font-size:			12pt;
		background-color:	#ccddee;
		border-width:		0px;
		/*
		border-bottom-width:0px;
		border-left-width:	0px;
		border-right-width:	0px;
		border-top-width:	0px;
		*/
		padding:			3px;
		margin:				3px;
		border-style:		none;
		border-color:		gray;
	}
	
	td.odd 
	{
		font-family:		futura md bt,arial,helvetica,sans serif;
		font-size:			12pt;
		background-color:	#bbccdd;
		border-width:		0px;
		/*
		border-bottom-width:0px;
		border-left-width:	0px;
		border-right-width:	0px;
		border-top-width:	0px;
		*/
		padding:			3px;
		margin:				3px;
		border-style:		none;
		border-color:		gray;
	}

	/*input,select,textarea
	{
		font-family:		courier new,monospace;
		font-size:			10pt;
		background-color:	iceblue;
	}
	
	select,textarea
	{
		font-family:		arial,helvetica,sans serif;
		font-size:			12pt;
		background-color:	lightblue;
	}*/
	
	body
	{
		font-family:		futura md bt,arial,helvetica,sans serif;
		font-size:			10pt;
	}
	
	body.info
	{
		background-color:	#aaffbb;
	}
	
	div.info
	{
		position:			absolute;
		top:				0px;
		left:				10px;
		width:				100%;
		height:				30px;
		font-family:		futura md bt,arial,helvetica,sans serif;
		font-size:			8pt;
		background-color:	#aaffbb;
	}
