.headerTile {
	background-image: url(../images/HeaderTile.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
.footerTile {
	background-image: url(../images/CentreFooterImage.jpg);
	background-repeat: repeat-x;
}
.footer {
	background-image: url(../images/footerImage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #AC0415;
}
.horizLine {
	background-image: url(../images/horizontalLine.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.copyNORMAL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}
.copysearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #ff0000;
	font-style: normal;
}
.copyNORMAL_SMALL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyNORMAL_BOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
.copyNORMAL_LIGHTGREY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.copySUBHEADING {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.rowBG {
	background-color: #DFDFDF;
}
.copyNormal_ITALIC {
	font-style: italic;
}
.horizLine_LIGHTGREY {
	background-image: url(../images/horizontalLine_lightGrey.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.vertLine_LIGHTGREY {
	background-image: url(../images/verticalLine.gif);
	background-repeat: repeat-y;
	background-position: center top;
	
}
.copyNORMAL_BOLD_SMALL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
}
.tableBorder {
	border: thin solid #CCCCCC;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #AF0500;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
tr.grey {
	background-color: #ececec;
}
a:active {
	color: #FFFFFF;
	background-color: #AC0415;
}
.greyrow {
	background-color: #ececec;
}

