.campaignTable {
	border: none;
	text-align: center;
}
	/* the colour and style of the campaign’s title */
.campaign-title {
	font-size: 14px;
	color: #FFFF00;
}
	/* colours and text styles of each table’s content */
.campaignTable td {
	border: none;
	background-color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: white;
}
	/* do not alter / emit - needed for radio button tables in offers */
.campaignTable td table td {
	border: none;
	background-color: transparent;
	color: inherit;
}
	/* included to make the words ‘submit’ align with checkboxes */
.campaignTable input {
	vertical-align: middle;
}
