.background {
	background-image: url(../images/BackgroundTop_L_R.gif);
	background-repeat: repeat-x;
}
.centreAligned {
	text-align: center;
}
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.ImagesCropped {
	overflow: hidden;
	position: relative;
	height: 150px;
	width: 250px;
	clip:        rect(auto auto auto auto);





}
.SubHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	background-color: #CCCCCC;
}
