.promoBlock1, .promoBlock2, .promoBlock3 {
	background-color: #FFFFFF;
	height: 120px;
}

.promoBlock1 .h1 {
	font-size: 18px;
	color: #0066FF;
	font-weight: bold;
}
.promoBlock1 .h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.promoBlock1 .p {
	font-size: 11px;
	color: #000000;
}
.promoBlock1 .footer {
	background-color: #0066FF;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url("images/system-imgs/arrow_small.png");
	background-repeat: no-repeat;
	height: 20px;
	background-position: 5px 5px;
	text-align: center;
	vertical-align: middle;
}
.promoBlock2 .h1 {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.promoBlock2 .h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.promoBlock2 .p {
	font-size: 11px;
	color: #000000;
}
.promoBlock2 .footer {
	background-color: #F50000;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url("images/system-imgs/arrow_small.png");
	background-repeat: no-repeat;
	height: 20px;
	background-position: 5px 5px;
	text-align: center;
	vertical-align: middle;
}

.promoBlock3 .h1 {
	font-size: 16px;
	color: #069b38;
	font-weight: bold;
}
.promoBlock3 .h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.promoBlock3 .p {
	font-size: 11px;
	color: #000000;
}
.promoBlock3 .footer {
	background-color: #069b38;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url("images/system-imgs/arrow_small.png");
	background-repeat: no-repeat;
	height: 20px;
	background-position: 5px 5px;
	text-align: center;
	vertical-align: middle;
}
