.box1 {
	width: 294px;
	margin: 0 0 12px 0;
	background-color: transparent;
}
.box1 .boxTop {
	width: 294px;
	background:  transparent url("/images/box1-top.gif") no-repeat top center;
	padding-top: 5px;
}
.box1 .boxBottom {
	width: 278px;
	padding: 8px;
}
.box1 .boxBottomCorners {
	width: 294px;
	height: 5px;
	background: transparent url("/images/box1-bottom.gif") no-repeat top center;
}
.box2 {
	width: 240px;
	margin: 0 0 12px 0;
	background-color: transparent;
}
.box2 .boxTop {
	width: 240px;
	background:  transparent url("/images/box2-top.gif") no-repeat top center;
	padding-top: 5px;
}
.box2 .boxBottom {
	width: 224px;
	padding: 8px;
}
.box2 .boxBottomCorners {
	width: 240px;
	height: 5px;
	background: transparent url("/images/box2-bottom.gif") no-repeat top center;
}
.box3 {
	width: 198px;
	margin: 0 0 12px 0;
	background-color: transparent;
}
.box3 .boxTop {
	width: 198px;
	background:  transparent url("/images/box3-top.gif") no-repeat top center;
	padding-top: 5px;
}
.box3 .boxBottom {
	width: 182px;
	padding: 8px;
}
.box3 .boxBottomCorners {
	width: 198px;
	height: 5px;
	background: transparent url("/images/box3-bottom.gif") no-repeat top center;
}
h2.boxHeading {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
	color: #000000;
}