<style type="text/css">

	/*******************************************************************
		search bubble stylesheet
	*******************************************************************/


	.bubbleTable {
		font-size:12;
	}

	.bubbleHeaderLeft {
		background-image:url("/images/tl_bubble.gif");
		background-position:top left;
		background-repeat:no-repeat;
		width:30;
		height:30;
	}

	.bubbleHeaderCenter {
		background-image:url("/images/t_bubble.gif");
		background-position:top center;
		background-color:white;
		height:30;
	}

	.bubbleHeaderRight {
		background-image:url("/images/tr_bubble.gif");
		background-position:top right;
		background-repeat:no-repeat;
		width:30;
		height:30;
	}

	.bubbleTextLeft {
		background-image:url("/images/l_bubble.gif");
		background-position:left;
		background-color:white;
		width:30;
	}

	.bubbleTextCenter {
		background-color:#FFEA00;
	}

	.bubbleTextRight {
		background-image:url("/images/r_bubble.gif");
		background-position:right;
		background-color:white;
		width:30;
	}

	.bubbleFooterCenter {
		background-image:url("/images/b_bubble.gif");
		background-position:bottom left;
		background-color:white;
		height:30;
	}

	.bubbleFooterLeft {
		background-image:url("/images/bl_bubble.gif");
		background-position:bottom left;
		background-repeat:no-repeat;
		width:30;
		height:30;
	}

	.bubbleFooterRight {
		background-image:url("/images/br_bubble.gif");
		background-repeat:no-repeat;
		background-position:bottom right;
		text-align:right;
		width:30;
		height:30;
	}



</style>

