/* CSS Document */

td.top
	{
	background-image:		 url("../GRAPHICS/backgrounds/bg-top.jpg");
	background-position:	top left;
	background-repeat:		repeat-x;
	height: 				100px;
	}
	
td.left
	{
	background-image:		 url("../GRAPHICS/backgrounds/bg-left.jpg");
	background-position:	top left;
	background-repeat:		no-repeat;
	height: 				200px;
	}
	
.caption
	{
	color:					#666666;
	font-size:				90%;
	}