.boxes {
	width:133px;
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.yellowBox {
	margin-bottom:10px;
	background-image:url(../images/yellowBoxBottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom: 8px;
}
.whiteBox {
	margin-bottom:20px;
	background-image:url(../images/whiteBoxBottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom: 8px;
}
.yellowBox h6, .whiteBox h6 {
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 10px;
	height: 10px;
}
.yellowBox h6 {
	background-image: url(../images/yellowBoxTop.gif);
}
.whiteBox h6 {
	background-image: url(../images/whiteBoxTop.gif);
}
.yellowBox p, .whiteBox p {
	text-align: center;
	margin: 0;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	line-height: normal;
	color: #1A699D;
}
.yellowBox img {
	margin-left: 4px;
}
.whiteBox img {
	margin-left: 9px;
}
