
/* Table backgrounds */
.outerBorder {
	background-color: #000099;
}
.innerBorder {
	background-color: #0378BE;
}
.navbarBground {
	background-color: #0378BE;
}
.whiteUnderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.thinBottomLine {
	background-color: #0378BE;
	height: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 1px;
}
.contentLeaderBground{
	background-color: #F0F4F0;
}


/* Text and link colours */
.contentLeader p a {
	color: #0378BE;
}
.contentLeader p a:hover {
	color: #0378BE;
}
.contentLeader p a:visited {
	color: #0378BE;
}
.contentLeader p a:active {
	color: #0378BE;
}


.contentBody p a {
	color: #0378BE;
}
.contentBody p a:hover {
	color: #0378BE;
}
.contentBody p a:visited {
	color: #0378BE;
}
.contentBody p a:active {
	color: #0378BE;
}