/* CSS Document */
	/* code for rounded boxes */
	.box {
		float: right;
		width: 195px;
		margin: 0 0 3px 0;
		background:  url(images/bkg_images/box/bottom.gif) no-repeat bottom left;
		}
	.box h3 {
		margin: 0;
		padding: 2px 4px 2px 4px;
		font-size: x-small;
		font-weight: bold;
		color: #333;
		border-bottom: 1px solid #9bb9fb;
		background:  url(images/bkg_images/box/h1.gif) no-repeat top left;
		}
	.box ul {
		margin: 0;
		padding: 3px 5px;
		list-style: none;
		line-height: 1.5;
		font-size: x-small;
		}
	.box ul li {
		margin: 0 0 3px;
		padding: 0;
		font-size: 65%;
		}
	/* end rounded box */
/* end CSS Document */