
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* global classes - apply wherever needed */
	
.hugeText {
	margin: 0 0 0 1px;
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	line-height: 39px;
	letter-spacing: -1px;
	}
	
.hugeTextColour {
	margin: 0 0 0 1px;
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	line-height: 39px;
	color: #ff2da0;
	letter-spacing: -1px;
	}

	
.smallText {
	color: #666;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	line-height: 19px;
	}
	
.date {
	font-style: italic;
	color: #333;
	}
	
.callThem {
	margin: 17px 0 0 65px;
	padding: 0;
	font: italic 32px Georgia, "Times New Roman", Times, serif;
	color: #b1b1b1;
	}
	
.greyText {
	color: #ccc;
	}
	
.darkGreyText {
	color: #999;
	font-style: italic;
	}
	
	
.up {
	margin: 0;
	padding: 170px 100px 40px 500px;
	clear: both;
	display: block;
	background: url(../images/btn/btnUp.gif) no-repeat;
	}
	
	
.up:hover {
	background: url(../images/btn/btnUpOver.gif) no-repeat;
	}
	
	
	
.upSml {
	margin: 0;
	padding: 100px 400px 150px 200px;
	clear: both;
	display: block;
	background: url(../images/btn/btnUpServices.gif) top center no-repeat;
	}
	
	
.upSml:hover {
	background: url(../images/btn/btnUpServicesOver.gif) top center no-repeat;
	}
	
	

	

