.title {
	font-size: 14px;
}

h1 {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	font-style: italic;
	line-height: 130%;
	padding-top: 30px;
}

h2 {
	font-size: 20px;
	color: #75B5A4;
	padding-top: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 15px;
}
h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	padding-top: 20px;
}

h5
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	background-image: url(arrow.jpg);
	text-indent: 22px;
	background-repeat: no-repeat;
	padding-top: 14px;
	background-position: 0px 14px;
}
.subtitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	background-position: 0px 12px;
	display: block;
	text-indent: 22px;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 11px;
	text-transform: uppercase;
	color: #BC9B58;
}

.smaller {
	font-size: 10px;
	text-transform: uppercase;
}

.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.umavailable {
	background-image: url(calendar.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.textright {
	text-align: right;
}

.textcentre {
	text-align: center;
}

