.newsStoryFull {
}
.newsStoryFullRightCol {
	width: 122px;
}
.newsTableLeft {
	margin-top: 20px;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 20px;
	/*background-color: orange;*/
}
.newsTableRight {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	/*background-color: yellow;*/
}
/* These format the cells with transparent pngs; colour should be set. */
.borderTopBottomMenuPngCell {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #73A533;
}
.topTitleCell {
	background-color: #73A533;
}

/* these format the table that sits in the central column */
.mainTable {
	padding: 0px;
	margin: 10px 0px 10px;
	border: none;
}
.MainTableFirstRow {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	top: 10px;
	/*background-color: purple;*/
}
.MainTableFirstRowRight {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	/*background-color: red;*/
}
.mainTableOtherRows {
	padding-left: 10px;
}
/* These control the three (left, centre. right) that contain the data. */
.leftMenuCell {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	width: 120px;
}
.centralMenuCell {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.rightTableCell {
	color: #000000;
	width: 203px;
	background-color: #FFFFFF;
}
