.menuBg {
	background-image: url(images/mBg.jpg);
	background-repeat: repeat-x;
}
.footBg {
	background-image: url(images/footBg.jpg);
	background-repeat: repeat-x;
}
.smallBlueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #0970BB;
	text-decoration: none;
}
.mainBlueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0970BB;
	line-height: 22px;
	text-align: left;
}
.rightColumn {
	background-color: #C1D6FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0368B6;
}
.headText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0870C7;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
}


.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	line-height: 22px;
	text-align: left;
}
.mainCAPText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	line-height: 22px;
	text-align: left;
	text-transform: capitalize;
}
.mainText a:link, a:visited, a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #0970BB;
	line-height: 22px;
	text-align: left;
}
.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 12px;
}
.smallText a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 12px;
}
.smallText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 12px;
}
.smallText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	line-height: 12px;
}
.lineDark {
	background-image: url(images/lineDark.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding: 5px;
	margin: 5px;
}.mainBlueTextCentred {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0970BB;
	line-height: 22px;
	text-align: center;
}

