.speechbubble-navy {
	background-image: url("/styles/speechbubble_navy.jpg");
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 170px;
	height: 120px;
	float: right;
	margin: 15px;
	color: #ffffff;
	font-size: 11px;
	line-height: 1.3;
}

.speechbubble-red {
	background-image: url("/styles/speechbubble_red.jpg");
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 170px;
	height: 120px;
	float: left;
	margin: 15px;
	color: #ffffff;
	font-size: 11px;
	line-height: 1.3;
}

.speechbubble-white {
	background-image: url("/styles/speechbubble_white.jpg");
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 170px;
	height: 120px;
	float: right;
	margin: 15px;
	color: #0d2432;
	font-size: 11px;
	line-height: 1.3;
	font-weight: bold;
}
