body {
	background-color: #ededed; /* this overrides the body-background-color in the layout.css file*/ /*    GREY    */
	/*background-color: #efbc1f; /* this overrides the body-background-color in the layout.css file*/ /*    yellow / orange    */
/*	padding: 4px; this may have been here to make things look good in the wysiwig */
}

div, p, td, th, body {
	font-family:  Arial, Helvetica, Helv, Sans-serif;
	font-size: 12px;
	color: #333;
}

.searchPage a {
	color: blue;
}

.searchPage .path {
	color: green;
}

.searchPage .percentage {
	color: green;
}

.searchPage p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.searchPage .advancedLink {
	font-size: 9px;
}
.searchPage .warning {
	color: red;
}

.searchPage .pageIndex {
	font-size: 12px;
}

.searchPage .pageIndex a {
	margin-left: 2px;
	margin-right: 2px;
}

.searchPage .pageIndexCurrentPage {
	color: #a00;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #87898b;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.subHeading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #87898b;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-stretch:expanded;
}
.boldColoured {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #87898b;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.introText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #87898b;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	font-stretch:narrower;
}
.whiteText12 {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.footerLink {
	color:#cccccc;
}
.footerLink:hover {
	color:#ffffff;
	text-decoration:underline;
}


.imageSpacingAll {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.imageSpacingSides {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.imageSpacingLeft {
	margin-left: 15px;
}
.imageSpacingRight {
	margin-right: 15px;
}

.imageBorder120 img {
	width:120px;
	border:#000000 solid 1px;
	padding:5px;
}
.imageBorder img {
	border:#000000 solid 1px;
	padding:5px;
}

.fortisSmall{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 1px;
	font-stretch:narrower;
}
 a .fortisSmall{
	text-decoration:underline;
}
a:hover .fortisSmall{
	text-decoration:none;
}
.fortisLarge{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1px;
	font-stretch:narrower;
}
.text14{
	font-size:14px;
}
.text16{
	font-size:16px;
}
li.hysterPlusBullet {
	list-style-image:url(../Images/bullet4.gif);
}
