/* Sent to all browsers except IE3 */

DIV.contain	{
	padding: 0;
	border-style: none;
	border-width: 0;
	margin: 0;
	}

DIV.imgicons	{
	margin: 0; /* want the box properties of the P */
	padding: 0;
	float: right;
	width: 150px; /* images are 88px wide, give padding */
	}

P.imgicons	{
	text-align: center;
	}

/* Sent to all browsers except IE3 and NN4 */

/* Sent to all browsers except IE3, IE4, and NN4 */

DIV.imgicons	{
	clear: right;
	}

